Skip to content

Latest commit

 

History

History
136 lines (78 loc) · 8.09 KB

Resource List.md

File metadata and controls

136 lines (78 loc) · 8.09 KB

Overview

This file contains resources for different learning materials. Also, I have compiled best resources for learning different topics here. You could also go for these resources. I would like to thank the creator of these resources for helping us out.

Topics

In this folder, we have added different topics covering from basic deep learning topics to advanced models and their uses. This file contains a huge number of resources. Topics on which resources are compiled are given below:

  • Machine Learning Techniques
  • Deep Learning Techniques
  • Computer Vision Models
  • Natural Language Processing Models
    • Basic Recurrent Neural Network
    • LSTM/GRU based models
    • Transformer Based Model
  • Others

Resources

Machine Learning Techniques

Deep Learning Techniques

  • Deep Learning Specialization:

    Deep learning specialization is one of the best resources to learn the deep learning techniques. The first three courses in this specialization covers basic topics on deep learning like what is neural network and how does it work. But the later two courses are quite advanced. It covers Convolutional Neural Network as well as advanced model like Transformers which are explained in quite a handy way.

    Link: Deep Learning | Coursera

Computer Vision

Natural Language Processing

Basic Recurrent Neural Network

Seq2Seq Models

Advanced NLP Models

Others