Blog
- Blog
- Implementations of different topics in 7 different frameworks(almost) along with demos(some)
Deep Learning Notebooks
Vision
| Introduction to MLP | mlp_keras | mlp_pytorch | mlp_fastai | mlp_tf | - | |
| Introduction to CNN | cnn_keras | cnn_pytorch | cnn_fastai | cnn_tf | - | |
| Introduction to Transfer Learning | transfer_keras | transfer_pytorch | transfer_fastai | - | - | |
| Introduction to Visualizing CNN | vis_cnn_keras | - | vis_cnn_fastai | - | - | |
| Introduction to Style Transfer | style_keras | style_pytorch | style_fastai | style_tf | - | |
| Introduction to Object Detection | detect_keras | detect_pytorch | detect_fastai | detect_tf | detect_demos | |
| Adversarial Learning | adv_keras | adv_pytorch | - | adv_tf | - | |
| Introduction to GAN | gan_keras | gan_pytorch | gan_fastai | - | - | |
| Siamese Networks | siamese_keras | - | siamese_fastai | - | - | |
| Meta Learning | - | meta_baseline meta_baseline++ meta_maml | - | - | - |
NLP
| Introduction to RNN | char_rnn_keras | char_rnn_pytorch | char_rnn_fastai | - | - | |
| Introduction to LSTM and GRU | lstm_keras | lstm_pytorch | lstm_fastai | lstm_flair | - | |
| Power of Transfer Learning in NLP | tl_nlp_keras | tl_nlp_pytorch | tl_nlp_fastai | tl_nlp_flair | tl_nlp_allennlp |
Federated Learning
| Federated Learning and Privacy | fl_tf | fl_pysyft |