Skip to content

Instantly share code, notes, and snippets.

@eraly
Created May 15, 2016 19:18
Show Gist options
  • Save eraly/b4b78cec9a78f2c01114a01129e7372f to your computer and use it in GitHub Desktop.
Save eraly/b4b78cec9a78f2c01114a01129e7372f to your computer and use it in GitHub Desktop.
org.deeplearning4j.examples.recurrent.basic.BasicRNNExample
org.deeplearning4j.examples.recurrent.word2vecsentiment.Word2VecSentimentRNN
org.deeplearning4j.examples.recurrent.character.GravesLSTMCharModellingExample
org.deeplearning4j.examples.recurrent.video.VideoClassificationExample
org.deeplearning4j.examples.convolution.LenetMnistExample
org.deeplearning4j.examples.feedforward.classification.MLPClassifierLinear
org.deeplearning4j.examples.feedforward.classification.MLPClassifierSaturn
org.deeplearning4j.examples.feedforward.classification.MLPClassifierMoon
org.deeplearning4j.examples.feedforward.regression.RegressionMathFunctions
org.deeplearning4j.examples.feedforward.regression.RegressionSum
org.deeplearning4j.examples.feedforward.anomalydetection.MNISTAnomalyExample
org.deeplearning4j.examples.feedforward.mnist.MLPMnistTwoLayerExample
org.deeplearning4j.examples.feedforward.mnist.MLPMnistSingleLayerExample
org.deeplearning4j.examples.nlp.word2vec.Word2VecUptrainingExample
org.deeplearning4j.examples.nlp.word2vec.Word2VecRawTextExample
org.deeplearning4j.examples.nlp.glove.GloVeExample
org.deeplearning4j.examples.nlp.tsne.TSNEStandardExample
org.deeplearning4j.examples.nlp.paragraphvectors.ParagraphVectorsTextExample
org.deeplearning4j.examples.nlp.paragraphvectors.ParagraphVectorsClassifierExample
org.deeplearning4j.examples.nlp.sequencevectors.SequenceVectorsTextExample
org.deeplearning4j.examples.unsupervised.autoencoder.StackedAutoEncoderMnistExample
org.deeplearning4j.examples.unsupervised.deepbelief.DeepAutoEncoderExample
org.deeplearning4j.examples.unsupervised.deepbelief.DBNMnistFullExample
org.deeplearning4j.examples.misc.earlystopping.EarlyStoppingMNIST
org.deeplearning4j.examples.misc.csv.CSVExample
org.deeplearning4j.examples.xor.XorExample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment