1 Star 0 Fork 12

sinclairlyt / 深度学习入门-基于Python的理论与实现

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause-Clear

深度学习入门

文件结构

文件夹名 说明
ch01 第1章使用的源代码
ch02 第2章使用的源代码
... ...
ch08 第8章使用的源代码
common 共同使用的源代码
dataset 数据集用的源代码

源代码的解释请参考本书。

必要条件

执行源代码需要按照以下软件。

  • Python 3.x
  • NumPy
  • Matplotlib

※Python的版本为Python 3。

执行方法

前进到各章节的文件夹,执行Python命令。

$ cd ch01
$ python man.py

$ cd ../ch05
$ python train_nueralnet.py

使用许可

本源代码使用MIT许可协议。 无论是否为商业行为,均可自由使用。

勘误表

本书的勘误信息在以下网址中公开。读者可以在以下网址中查看和提交勘误。

http://www.ituring.com.cn/book/1921

The Clear BSD License Copyright (c) 2020, markdown All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

【源代码】深度学习入门:基于Python的理论与实现课本源码 展开 收起
Python
BSD-3-Clause-Clear
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/sinclairlyt/deep_learning_demo.git
git@gitee.com:sinclairlyt/deep_learning_demo.git
sinclairlyt
deep_learning_demo
深度学习入门-基于Python的理论与实现
master

搜索帮助