Hello world notebook for getting started with deep learning. A step by step introduction to multi layer perceptron and how you can build a model in 5 simple steps using Keras and TensorFlow
sklearn
. This notebooks will enable you to use the familiar sklearn
library to tune a deep learning model, and also use K-Fold cross validation to check the stability of the model.
Keras
and TensorFlow on Mines vs Rocks dataset and comparing the performances of different models
ImageDataGenerator
module