Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sty945/deep-learning-from-scratch-with-jupyter
深度学习入门:基于python的理论与实现 jupyter实现;Using jupyter notebook to implementation codes in 《Deep Learning From Scratch》 books. :hammer:
https://github.com/sty945/deep-learning-from-scratch-with-jupyter
Last synced: about 2 months ago
JSON representation
深度学习入门:基于python的理论与实现 jupyter实现;Using jupyter notebook to implementation codes in 《Deep Learning From Scratch》 books. :hammer:
- Host: GitHub
- URL: https://github.com/sty945/deep-learning-from-scratch-with-jupyter
- Owner: sty945
- Created: 2022-04-17T09:20:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T01:11:35.000Z (over 2 years ago)
- Last Synced: 2024-11-08T04:19:43.655Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 41.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 深度学习入门: 基于python的理论和实现(jupyter notebook版本实现)
- 第1章 Python入门
- 第2章 感知机
- 第3章 神经网络
- 第4章 神经网络的学习
- 第5章 误差反向传播法
- 第6章 与学习相关的技巧
- 第7章 卷积神经网络
- 第8章 深度学习# 说明
- 本项目采用jupyter notebook对《深度学习入门: 基于python的理论和实现》这本书的相关代码进行了实现,并附上了在学习过程中一些知识积累,希望对相关学习者有所帮助。