GithubHelp home page GithubHelp logo

wenquan0hf / nndl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhanggyb/nndl

0.0 2.0 0.0 1.29 MB

Another Chinese Translation of Neural Networks and Deep Learning

License: Other

Makefile 0.12% TeX 99.79% Shell 0.09%

nndl's Introduction

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

Also, please make sure you have these font packages installed: roboto, sourcecodepro, sourceserifpro, as these fonts are required in typesetting. You can install them with tlmgr command.

Note: If your TeX system is not installed in the default /usr/local, you need to change the fontdir macro in westernfonts.tex, default is:

\newcommand{\fontdir}[0]{/usr/local/texlive/2015/texmf-dist/fonts/}

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

Run the bootstrap.sh in the working copy to download CJK fonts required:

$ ./bootstrap.sh

This is a simple shell script to download Google Noto CJK SC into fonts/. You can also manually download the font file and unarchive to fonts/.

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.

nndl's People

Contributors

yaoqingyuan avatar zhanggyb avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.