Andyccs / neural-network-summary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CZ4042 Neural Network

This LaTex document is a summary of the course CZ4042 Neural Network, offered by School of Computer Science and Engineering, Nanyang Technological University, Singapore.

To download this document in PDF format: download now

Development

If you would like to build this document from source, first you need to install TeX:

# For ubuntu
$ sudo apt-get install texlive-full

# For Mac OX
$ brew cask install mactex

Once you have TeX installed, make sure that you can use pdflatex command in terminal. To build the document in PDF format:

$ make

To automatically build the PDF while editing .tex file, you need to install watch-cli using npm first:

$ npm install -g watch-cli

Then you start watching for changes:

$ make watch

About

License:MIT License


Languages

Language:TeX 99.1%Language:Makefile 0.9%