| Interface | Description |
|---|---|
| DataSetIterator |
A DataSetIterator handles
traversing through a dataset and preparing
data for a neural network.
|
| Class | Description |
|---|---|
| BaseDatasetIterator |
Baseline implementation includes
control over the data fetcher and some basic
getters for metadata
|
| MultipleEpochsIterator | Deprecated |
| SamplingDataSetIterator |
A wrapper for a dataset to sample from.
|
| StandardScaler |
Standard scaler calculates a moving column wise
variance and mean
http://www.johndcook.com/blog/standard_deviation/
|
Copyright © 2016. All Rights Reserved.