- Introduction to Machine Learning.
- Training Linear Regression.
- Polynomial_regression.
- Classification.
- MNIST Digits Recognition.
- MNIST Digits Recognition using neural network.
- How to detect and prevent overfitting in neural network.
- An example of code for Kaggle Digit Recognizer competition.
- Fashion MNIST image recognition.
- Image Recognition Using Convolutional Neural Network.
- Image Classification Using Pretrained Neural Networks.
- Transfer Learning for Cats and Dogs Classification.
- Cats and Dogs Classification using the InceptionV3 Network.
- Cats and Dogs Classification using Data Augmentation.
- Object Detection in Images.
- Image Segmentation.
- Pro Git
- Aurélien Géron. Hands-On Machine Learning with Scikit-Learn and TensorFlow. Github repos with code examples from the book and with examples from upcoming second edition.
- François Chollet. Deep Learning with Python. Github repos with code examples from the book.
- Image Convolution Visualization.
- A visual and intuitive understanding of deep learning (video).
- Pretrained neural networks in Keras.
- Pretrained neural networks in TensorFlow.
- How to train your own Object Detector with TensorFlow’s Object Detector API.
- Tensorflow Object Detection API.
- Understanding Semantic Segmentation with UNET.
- Up-sampling with Transposed Convolution.