Skip to content

🚀 A tutorial that can dive into deep learning quickly.

Notifications You must be signed in to change notification settings

ustb-ai3d/deeplearning-fast-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

deeplearning-fast-tutorial

🚀 A tutorial that can dive into deep learning quickly.

深度学习

书籍

网课

网站

论文

动手实践

不推荐一上来就使用深度学习框架,在《深度学习入门》和cs231n中,都有基础的numpy神经网络实现,推荐掌握后再使用深度学习框架。

PyTorch (recommended)

Tensorflow

Easy-Demo

电子书

其他推荐(学有余力)

自然语言处理 (NLP)

网课

How to make a contribution

git clone https://github.com/afish1001/deeplearning-fast-tutorial.git
git checkout -b branch_name
# after you edit something...
git status
git add .
git commit -m "[add] deeplearning tutorial" # or "[update]/[del]/..."
git push origin branch_name
# then you can go to the web-site to create a pull requests, wait for someone to review your code.

Releases

No releases published

Packages

No packages published