https://github.com/limon-7/deep-learning
This project is a comprehensive collection of machine learning algorithms implemented from scratch, accompanied by detailed documentation on the underlying mathematics.
https://github.com/limon-7/deep-learning
cnn computer-vision deep-learning lstm machine-learning reinforcement-learning rnn
Last synced: 9 days ago
JSON representation
This project is a comprehensive collection of machine learning algorithms implemented from scratch, accompanied by detailed documentation on the underlying mathematics.
- Host: GitHub
- URL: https://github.com/limon-7/deep-learning
- Owner: Limon-7
- Created: 2023-05-09T14:32:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T11:31:06.000Z (over 1 year ago)
- Last Synced: 2025-08-13T17:52:16.334Z (11 months ago)
- Topics: cnn, computer-vision, deep-learning, lstm, machine-learning, reinforcement-learning, rnn
- Language: Jupyter Notebook
- Homepage:
- Size: 6.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Resources for Deep Learning
### 1. Computer Vision Stanford-CS231: [slide](https://cs231n.github.io/) [video](https://www.youtube.com/watch?v=vT1JzLTH4G4&list=PL3FW7Lu3i5JvHM8ljYj-zLfQRF3EO8sYv&ab_channel=StanfordUniversitySchoolofEngineering)
### 2. MIT Deep Learning: [slide](http://introtodeeplearning.com/) [video](https://www.youtube.com/watch?v=ErnWZxJovaM&list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI&ab_channel=AlexanderAmini)
### 3. Reinforcement Learning:
1. ***`UCL:`*** [slide](https://www.davidsilver.uk/teaching/)
2. ***`UC Berkeley:`*** [slide](http://rail.eecs.berkeley.edu/deeprlcourse/)
3. ***`Deep RL Bootcamp:`*** [Link](https://sites.google.com/view/deep-rl-bootcamp/lectures)