Package ml.shifu.guagua.example.nn
This package contains distributed neural network master and worker implementation.
How to run it, see src/main/bash/run-nn.sh
-
Class Summary Class Description Gradient Gradientis copied from Encog framework.MemoryDiskMLDataSet A hybrid data set combiningBasicMLDataSetandBufferedMLDataSettogether.NNConstants Constants in guagua mapreduce.NNMaster NNMasteris used to accumulate all workers NN parameters.NNOutput NNOutputis used to write the final model output to file system.NNUtils Helper class for NN distributed training.NNWorker NNWorkeris used to compute NN model according to splits assigned.Weight Weightis used to update NN weights according to propagation option.