Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

Awesome Lists containing this project

README

        

# 深度学习入门: 基于python的理论和实现(jupyter notebook版本实现)

- 第1章 Python入门
- 第2章 感知机
- 第3章 神经网络
- 第4章 神经网络的学习
- 第5章 误差反向传播法
- 第6章 与学习相关的技巧
- 第7章 卷积神经网络
- 第8章 深度学习

# 说明
- 本项目采用jupyter notebook对《深度学习入门: 基于python的理论和实现》这本书的相关代码进行了实现,并附上了在学习过程中一些知识积累,希望对相关学习者有所帮助。