Object

ai.minxiao.ds4s.core.dl4j.vectorization

EmnistIterator

Related Doc: package vectorization

Permalink

object EmnistIterator

EmnistIterator

EMNIST: an extension of MNIST to handwritten letters
The EMNIST Dataset

STRUCTURE AND ORGANIZATION OF THE EMNIST DATASETS.
NameClassesNo. TrainingNo. TestingValidationTotal
By_Class62697,932116,323No814,255
By_Merge47697,932116,323No814,255
Balanced47112,80018,800Yes131,600
Digits10240,00040,000Yes280,000
Letters3788,80014,800Yes103,600
MNIST1060,00010,000Yes70,000

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmnistIterator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. def run(dataset: Set, batchSize: Int, binarize: Boolean = false, train: Boolean = true, shuffle: Boolean = true, seed: Long = 2018L): EmnistDataSetIterator

    Permalink

    dataset

    dataset type Options: EmnistDataSet.X:

    COMPLETE: 62 unbalanced classes, 814,255 examples total (train + test).
    MERGE:    47 unbalanced classes, 814,255 examples total. Combines lower and upper case characters (that are difficult to distinguish) into one class for each letter (instead of 2), for letters C, I, J, K, L, M, O, P, S, U, V, W, X, Y and Z
    BALANCED: 47 balanced classes,   131,600 examples total.
    LETTERS:  26 balanced classes,   145,600 examples total.
    DIGITS:   10 balanced classes,   280,000 examples total.
    MNIST:    10 balanced classes.,   70,000 examples total. Equivalent to the original MNIST dataset in MnistDataSetIterator
    batchSize

    batch size

    binarize

    whether to binarize features

    train

    whether to get the train (train=true) or the test (train=false) split

    shuffle

    whether to shuffle the dataset

    seed

    seed for the random generator

    returns

    dataset iterator

  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped