Class MNISTReader


  • public final class MNISTReader
    extends java.lang.Object
    MNIST CSV reader from kaggle: www.kaggle.com/c/digit-recognizer/
    Author:
    thomas.jungblut
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Dataset readMNISTTrainImages​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • readMNISTTrainImages

        public static Dataset readMNISTTrainImages​(java.lang.String path)