com.mancrd.ahah.samples.classifier.mnist
Class MnistApp
java.lang.Object
com.mancrd.ahah.samples.classifier.mnist.MnistApp
public class MnistApp
- extends Object
- Author:
- alexnugent
Method Summary |
static void |
main(String[] args)
This app takes the following arguments:
int poolSize (~8): pool size in pixels
int patchSize = (~8): size of patch to feed into the AHaH tree
int encoderResolution = (~10): number of features produced per tree=2^depth
int numEncoders = (~3): more trees-->more features-->better performance-->longer run-time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
df
public static DecimalFormat df
MnistApp
public MnistApp()
main
public static void main(String[] args)
throws IOException
- This app takes the following arguments:
Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.