Some of my implementations of a few interesting deep learning models (using Tensor Flow) including:
- LSTM based Attention for machine translation.
- Triplet loss for face recognition.
- Car detection (YOLO) for autonomous cars.
- ResNet.
- Building CNN from scratch without any deep learning package.
- Simple recognition task using CNN in TF with step by step details.
- RNN from scratch.
Most of the codes are from my humble beginning and are based on amazing Deep learning specialization (deeplearning.ai) programming assignments that I have taken several years ago.