Deep Learning Toolkit in R
Training a Deep neural network with weights initialized by DBN
Load MNIST DataSet
Predict new samples by Trainded NN
Test new samples by Trainded NN
Training Neural Network
Generate visible vector by hidden units states
Training a RBM(restricted Boltzmann Machine)
Infer hidden units state by visible units
Training a Deep neural network with weights initialized by Stacked Aut...
Implement some deep learning architectures and neural network algorithms, including BP,RBM,DBN,Deep autoencoder and so on.