- Notebooks fixed for Keras 2, some optimizer and model changes
- Added model history plots
Fork from https://github.com/tgjeon/Keras-Tutorials
Basic Topics (from tgjeon's github, find all the original sources there)
- Linear Regression (notebook)
- Logistic Regression (notebook)
- Feedforward Neural Network (Multilayer Perceptron) (notebook)
- Deep Feedforward Neural Network (Multilayer Perceptron with 2 Hidden Layers O.o) (notebook)
- Convolutional Neural Network (notebook)
- Denoising Autoencoder (notebook)
- Recurrent Neural Network (LSTM) (notebook)
- Word2vec
- TensorBoard (notebook)
- Save and restore net (notebook)
Dependencies