com.intel.analytics.zoo.pipeline.nnframes
Construct a NNClassifier with a feature Preprocessing.
Construct a NNClassifier with a feature Preprocessing.
BigDL module to be optimized
BigDL criterion method
Preprocessing[F, Tensor[T] ].
Construct a NNClassifier with a feature size.
Construct a NNClassifier with a feature size. The constructor is useful when the feature column contains the following data types: Float, Double, Int, Array[Float], Array[Double], Array[Int] and MLlib Vector. The feature data are converted to Tensors with the specified sizes before sending to the model.
BigDL module to be optimized
BigDL criterion method
The size (Tensor dimensions) of the feature data. e.g. an image may be with width * height = 28 * 28, featureSize = Array(28, 28).
Construct a NNClassifier with default Preprocessing, SeqToTensor
Construct a NNClassifier with default Preprocessing, SeqToTensor
BigDL module to be optimized
BigDL criterion method