Class MNIST
Dataset of 60,000 28x28 grayscale images of the 10 digits, along with a test set of 10,000 images.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Datasets
Assembly: Keras.dll
Syntax
public class MNIST : Base, IDisposable
Methods
| Improve this Doc View SourceLoadData(String)
Loads the data.
Declaration
public static ((NDarray, NDarray), (NDarray, NDarray))LoadData(string path = "mnist.npz")
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |
Returns
Type | Description |
---|---|
System.ValueTuple<System.ValueTuple<Numpy.NDarray, Numpy.NDarray>, System.ValueTuple<Numpy.NDarray, Numpy.NDarray>> |
Implements
System.IDisposable