Show / Hide Table of Contents

Class Cifar10

Dataset of 50,000 32x32 color training images, labeled over 10 categories, and 10,000 test images.

Inheritance
System.Object
Keras
Base
Cifar10
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 Cifar10 : Base, IDisposable

Methods

| Improve this Doc View Source

LoadData()

Loads the data.

Declaration
public static ((NDarray, NDarray), (NDarray, NDarray))LoadData()
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