Keras example codes
I recommend using anaconda3
- python libraries
- Keras
- tensorflow or theano
- pydot_ng
- matplotllib
- daft (only
tutorial) - gensim (only save and load word embeddings)
- software
- graphviz
- Image
CNN_MNISTvariational auto encoder for CIFAR10Gumbel-softmax with variational auto encoder for MNISTresidual CIFAR10
- Text
encoder-decoderSkip-Gram: not hieraltical softmax and negative sampling
- Tutorial
keras_tutorial: for Machine Learning seminar at Tsukuba (note: 7MB notebook and ja only)
autoencoderMLP_MNISTCNN_CIFAR10CBoW: Normal softmaxRNN_binary_classificationNNLMSCRNLM: Structurally Constrained Recurrent Nets Language ModelfastText: Bi-gram features and softmaxSkip-Gram&NG: Skip-gram with negative samplingprodLDA: Product of experts model’s LDA based on VAEsklearn_MLP_MNIST: Sklearn API example for parameter search on MNIST classification