com.mancrd.ahah.samples.classifier.mnist
Class MnistAhahTreeFeaturePatchApp
java.lang.Object
com.mancrd.ahah.samples.classifier.mnist.MnistAhahTreeFeaturePatchApp
public class MnistAhahTreeFeaturePatchApp
- extends Object
- Author:
- alexnugent
Method Summary |
void |
go(String[] args)
|
static void |
main(String[] args)
This app takes the following arguments:
int numSamples (500): number of MNIST training samples to use
int patchSize (10): size of patch edge in pixels to feed into the AHaH tree
int resolution (8): number of features generate=2^resolution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MnistAhahTreeFeaturePatchApp
public MnistAhahTreeFeaturePatchApp()
main
public static void main(String[] args)
- This app takes the following arguments:
- int numSamples (500): number of MNIST training samples to use
- int patchSize (10): size of patch edge in pixels to feed into the AHaH tree
- int resolution (8): number of features generate=2^resolution. Resolution of 8 will result in 256 features
- Parameters:
args
-
go
public void go(String[] args)
Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.