Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Deep Learning | 21,571 | 12 days ago | 31 | |||||||
A curated list of awesome Deep Learning tutorials, projects and communities. | ||||||||||
Lectures | 15,503 | 3 months ago | 12 | |||||||
Oxford Deep NLP 2017 course | ||||||||||
Numerical Linear Algebra | 9,325 | 6 months ago | 11 | Jupyter Notebook | ||||||
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course | ||||||||||
Awesome Artificial Intelligence | 8,087 | a month ago | 45 | |||||||
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers. | ||||||||||
T81_558_deep_learning | 5,551 | 3 days ago | other | Jupyter Notebook | ||||||
T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis | ||||||||||
Practical_rl | 5,450 | 3 days ago | 40 | unlicense | Jupyter Notebook | |||||
A course in reinforcement learning in the wild | ||||||||||
Deep Learning Coursera | 5,253 | 4 years ago | 24 | mit | Jupyter Notebook | |||||
Deep Learning Specialization by Andrew Ng on Coursera. | ||||||||||
Deeplearning.ai Summary | 4,881 | 5 months ago | 13 | mit | Python | |||||
This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I've enjoyed every little bit of the course hope you enjoy my notes too. | ||||||||||
Tensorflow Deep Learning | 4,314 | 6 days ago | 43 | mit | Jupyter Notebook | |||||
All course materials for the Zero to Mastery Deep Learning with TensorFlow course. | ||||||||||
Start Machine Learning | 3,589 | 3 months ago | 4 | mit | ||||||
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2023 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques! |
This is some records of Andrews' deeplearning.ai
course from Coursera
. I have uploaded my programming implement to this warehouse. There might be something wrong with my work, be free to email [email protected]
. And if you can push your right answer, that will be grateful.
And to be clear, Ng's course is my first access to AI. I would love to share more learning experience on DL/ML, so I will put some good repos/articles on this page. Please read this whole REDEME
, hope there is some thing helps you.
Read AI article on my blog
Neural Networks and Deep Learning
Week1 Introduction to deep learning
Week2 Neural Networks Basics
Week3 Shallow Neural networks
Week4 Deep Neural Networks
Improving Deep Neural Networks
Week1 Practical aspects of Deep Learning(Initialization-Regularization-Gradient Checking)
Week2 Optimization algorithms
Week3 Hyperparameter tuning, Batch Normalization and Programming Frameworks
Convolutional Neural Network
Week1 Foundations of Convolutional Neural Networks
Week2 Deep convolutional models: case studies
Week3 Object detection
Week4 Special applications: Face recognition & Neural style transfer
Sequence Models
Week1 Recurrent Neural Networks
Week2 Natural Language Processing & Word Embeddings
Week3 Sequence models & Attention mechanism
Blog Articles