Show / Hide Table of Contents

Class MNIST

Dataset of 60,000 28x28 grayscale images of the 10 digits, along with a test set of 10,000 images.

Inheritance
System.Object
Keras
Base
MNIST
Implements
System.IDisposable
Inherited Members
Base.Parameters
Base.None
Base.Init()
Base.ToPython()
Base.InvokeStaticMethod(Object, String, Dictionary<String, Object>)
Base.InvokeMethod(String, Dictionary<String, Object>)
Base.Item[String]
Keras.Instance
Keras.keras
Keras.keras2onnx
Keras.tfjs
Keras.Dispose()
Keras.ToTuple(Array)
Keras.ToList(Array)
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 Source

LoadData(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX