Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
knet-tutorial : Linear, MLP, CNN, RNN models; gradients and SGD; overfitting and dropout; sequences and minibatching etc.
julia-tutorial : Julia examples demonstrating arrays, tuples, dictionaries, indexing etc.
optimizers : Try various optimizers (SGD, Momentum, Adam...) on LeNet .
rnn-tutorial : RNN tutorial notebook with BPTT, LSTM, S2S.
DeepLearningFrameworks : Notebooks comparing CNTK, Caffe2, Chainer, Gluon, Keras, Knet, Lasagne, MXNet, PyTorch, TensorFlow on CNN and RNN examples.
dynet-benchmark : Four dynamic neural network examples comparing Knet with DyNet and Chainer from dynet-benchmark .
dynamic programming : Solving a Markov Decision process with Value Iteration and Policy Iteration.
policy gradient : Demonstration of the REINFORCE and Actor-Critic algorithms on simple environments.
dqn : Train a DQN on the CartPole environment.
You can’t perform that action at this time.