Skip to content

Added Computer Vision course offered by University of Michigan #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Open Deep Learning and Reinforcement Learning lectures from top Universities lik
- MIT 6.S191: Introduction to Deep Learning | 2020
- [CNNs for Visual Recognition](#cnns-for-visual-recognition)
- CS231n: CNNs for Visual Recognition, Stanford | Spring 2019
- [Deep Learning for Computer Vision](#deep-learning-for-computer-vision)
- EECS 498-007 / 598-005: Deep Learning for Computer Vision, University of Michigan | Fall 2020
- [NLP with Deep Learning](#nlp-with-deep-learning)
- CS224n: NLP with Deep Learning, Stanford | Winter 2019
- [Unsupervised Learning](#unsupervised-learning)
Expand Down Expand Up @@ -64,7 +66,7 @@ Source: MIT

[<p align="center"><img src="https://github.com/Machine-Learning-Tokyo/AI_Curriculum/blob/master/images/mit.gif" width="600"></p>](http://introtodeeplearning.com/)

# CNNs for Visual Recognition
# Computer Vision

### CS231n: CNNs for Visual Recognition, Stanford | Spring 2019
[Lecture Series](http://cs231n.stanford.edu)
Expand All @@ -75,6 +77,16 @@ Source: Stanford

[<p align="center"><img src="https://github.com/Machine-Learning-Tokyo/AI_Curriculum/blob/master/images/stanford.png" width="600"></p>](http://cs231n.stanford.edu)

### EECS 498-007 / 598-005: Deep Learning for Computer Vision, University of Michigan | Fall 2020
- [Website](https://web.eecs.umich.edu/~justincj/teaching/eecs498/FA2020/)
- [Lecture Series](https://www.youtube.com/playlist?list=PL5-TkQAfAZFbzxjBHtzdVCWE0Zbhomg7r)

Computer Vision has become ubiquitous in our society, with applications in search, image understanding, apps, mapping, medicine, drones, and self-driving cars. Core to many of these applications are visual recognition tasks such as image classification and object detection. Recent developments in neural network approaches have greatly advanced the performance of these state-of-the-art visual recognition systems. This course is a deep dive into details of neural-network based deep learning methods for computer vision. During this course, students will learn to implement, train and debug their own neural networks and gain a detailed understanding of cutting-edge research in computer vision. We will cover learning algorithms, neural network architectures, and practical engineering tricks for training and fine-tuning networks for visual recognition tasks.

Source: University of Michigan

[<p align="center"><img src="https://github.com/Machine-Learning-Tokyo/AI_Curriculum/blob/master/images/umich.png" width="600"></p>](https://web.eecs.umich.edu/~justincj/teaching/eecs498/FA2020/)

# NLP with Deep Learning

### CS224n: NLP with Deep Learning, Stanford | Winter 2019
Expand Down
Binary file added images/umich.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.