Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 4.91 KB

File metadata and controls

69 lines (57 loc) · 4.91 KB

DeepLearningWithMe

《跟我一起深度学习》

环境配置

Python版本为3.6,其它包的版本信息见requirements.txt,使用如下命令即可完成安装。

pip install -r requirements.txt

第一部分:前馈神经网络 代码

第二部分:卷积神经网络 代码

第三部分:循环神经网络 代码

第四部分:模型训练 代码

第五部分: Transformer网络模型 代码