Hello Everyone, I'm Shubham, a PhD student; in this repository, I'm implementing the book "Deep Learning with Python - Jason Brownlee".
-
The Introduction and Basic Part
- Deep Learning Introduction
- Introduction to Theano
- Introduction to TensorFlow
- Introduction to Keras
- Project: Develop Large Models on GPUs Cheaply In the Cloud
-
Multilayer Perceptrons
- Multilayer Perceptrons
- First Neural Network With Keras
- The Performance of Deep Learning Models
- Keras Models With Scikit-Learn For General Machine Learning
- Multiclass Classification Of Flower Species
- Binary Classification Of Sonar Returns
- Regression Of Boston House Prices
-
Advanced Multilayer Perceptrons and Keras
- Save Your Models For Later With Serialization
- Keep The Best Models During Training With Checkpointing
- Understand Model Behavior During Training By Plotting History
- Reduce Overfitting With Dropout Regularization
- Lift Performance With Learning Rate Schedules
-
Convolutional Neural Networks
- Introduction to Convolutional Neural Networks
- Handwritten Digit Recognition
- Improve Model Performance With Image Augmentation
- Object Recognition in Photographs
- Predict Sentiment From Movie Reviews
-
Recurrent Neural Networks
- Recurrent Neural NetworksTime Series Prediction with LSTM Recurrent Neural Networks
- Time Series Prediction with Multilayer Perceptrons
- Time Series Prediction with LSTM Recurrent Neural Networks
- Sequence Classification of Movie Reviews
- Understanding Stateful LSTM Recurrent Neural Networks
- Text Generation With Alice in Wonderland
-
Future Work