DL_Notebooks
                                
                                
                                
                                    DL_Notebooks copied to clipboard
                            
                            
                            
                        This repo contains all the notebooks mentioned in blog.
Blog
- Blog
 - Implementations of different topics in 7 different frameworks(almost) along with demos(some)
 
Deep Learning Notebooks
- Vision
 - NLP
 - Federated Learning
 
Vision
NLP
| :page_with_curl: Topics | :pencil2: Blog | :postal_horn: Keras | :fire: PyTorch | :zap: Fastai | :space_invader: Flair | :trident: AllenNLP | 
|---|---|---|---|---|---|---|
| :arrows_counterclockwise:Recurrent Neural Networks | Introduction to RNN | char_rnn_keras | char_rnn_pytorch | char_rnn_fastai | - | - | 
| :dizzy:LSTM and GRU | Introduction to LSTM and GRU | lstm_keras | lstm_pytorch | lstm_fastai | lstm_flair | - | 
| :rocket:Transfer Learning in NLP | Power of Transfer Learning in NLP | tl_nlp_keras | tl_nlp_pytorch | tl_nlp_fastai | tl_nlp_flair | tl_nlp_allennlp | 
Federated Learning
| :page_with_curl: Topics | :pencil2: Blog | :fountain: TF | :fire: PyTorch | 
|---|---|---|---|
| 🤫Federated Learning and Privacy | Federated Learning and Privacy | fl_tf | fl_pysyft |