Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Another Chinese Translation of Neural Networks and Deep Learning

This is another (work in progress) Chinese translation of Michael Nielsen's Neural Networks and Deep Learning, originally my learning notes of this free online book. It's written in LaTeX for better look and cross-referencing of math equations and plots. And I borrowed some finished work from https://github.com/tigerneil/neural-networks-and-deep-learning-zh-cn.

Compile the LaTeX Source Code

To compile the source code to a PDF file, please make sure you have a latest TeX system installed. You can download and install a TeX distribution for your platform from http://tug.org.

It's recommended to install

Check out source code

Use git to clone this repository and the code samples as a sub module:

$ git clone --recursive https://github.com/zhanggyb/nndl.git

or

$ git clone https://github.com/zhanggyb/nndl.git $ cd nndl $ git submodule update --init --recursive

Prepare Fonts

Download and install these free fonts:

In most Linux distributions, these fonts can be installed with the default package manager.

Mac user could install with Homebrew:

$ brew tap caskroom/fonts $ brew cask install font-noto-sans-cjk font-noto-serif-cjk font-source-code-pro font-source-serif-pro

Generate PDF

Run

$ make

to typeset and generate the PDF document. Or use your favorite GUI TeX application, but choose XeLaTeX as the typeset engine to support the chinese fonts.

关于 About

Another Chinese Translation of Neural Networks and Deep Learning

语言 Languages

TeX99.9%
Makefile0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors