All Projects → antonvladyka → Neuralnetworksanddeeplearning.com.pdf

antonvladyka / Neuralnetworksanddeeplearning.com.pdf

LaTeX/PDF + Epub version of the online book (http://neuralnetworksanddeeplearning.com) ”Neural Networks and Deep Learning“ by Michael Nielsen (@mnielsen)

Projects that are alternatives of or similar to Neuralnetworksanddeeplearning.com.pdf

Neural
LATEX: TikZ package for drawing neural networks. Also available on CTAN at http://www.ctan.org/tex-archive/graphics/pgf/contrib/neuralnetwork
Stars: ✭ 169 (-21.76%)
Mutual labels:  latex, neural-networks
Bookdown
Authoring Books and Technical Documents with R Markdown
Stars: ✭ 2,768 (+1181.48%)
Mutual labels:  latex
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (-9.26%)
Mutual labels:  latex
Handtrack.js
A library for prototyping realtime hand detection (bounding box), directly in the browser.
Stars: ✭ 2,531 (+1071.76%)
Mutual labels:  neural-networks
Unsupervisedscalablerepresentationlearningtimeseries
Unsupervised Scalable Representation Learning for Multivariate Time Series: Experiments
Stars: ✭ 205 (-5.09%)
Mutual labels:  neural-networks
Medical Books
Open sourece medical books in LaTeX. LaTeX写的中文开源医学书籍
Stars: ✭ 211 (-2.31%)
Mutual labels:  latex
Vscode Ltex
LTeX – Grammar/spell checker for VS Code with LanguageTool and LaTeX/Markdown support
Stars: ✭ 199 (-7.87%)
Mutual labels:  latex
18s096sciml
18.S096 - Applications of Scientific Machine Learning
Stars: ✭ 216 (+0%)
Mutual labels:  neural-networks
Knitr Book
Dynamic Documents with R and knitr
Stars: ✭ 215 (-0.46%)
Mutual labels:  latex
Hummingbird
Hummingbird compiles trained ML models into tensor computation for faster inference.
Stars: ✭ 2,704 (+1151.85%)
Mutual labels:  neural-networks
Mathpix
Query the mathpix API to convert math images to LaTeX
Stars: ✭ 208 (-3.7%)
Mutual labels:  latex
Csharpmath
LaTeX. in C#. (ported from the wonderful iosMath project).
Stars: ✭ 205 (-5.09%)
Mutual labels:  latex
Mahjongai
Japanese Riichi Mahjong AI agent. (Feel free to extend this agent or develop your own agent)
Stars: ✭ 210 (-2.78%)
Mutual labels:  neural-networks
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-6.48%)
Mutual labels:  neural-networks
Kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
Stars: ✭ 2,794 (+1193.52%)
Mutual labels:  neural-networks
Inkscape Shortcut Manager
Inkscape shorcut manager
Stars: ✭ 200 (-7.41%)
Mutual labels:  latex
Gluon Api
A clear, concise, simple yet powerful and efficient API for deep learning.
Stars: ✭ 2,322 (+975%)
Mutual labels:  neural-networks
Pgfplotsx.jl
Create plots in Julia using the PGFPlots LaTeX package
Stars: ✭ 210 (-2.78%)
Mutual labels:  latex
Rigl
End-to-end training of sparse deep neural networks with little-to-no performance loss.
Stars: ✭ 216 (+0%)
Mutual labels:  neural-networks
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-5.56%)
Mutual labels:  neural-networks

Neural Networks and Deep Learning

by Michael Nielsen

This is an attempt to convert online version of Michael Nielsen's book 'Neural Networks and Deep Learning' into LaTeX source.

Current status

  1. Chapter 1: done
  2. Chapter 2: done
  3. Chapter 3: done
  4. Chapter 4: includes a lot of interactive JS-based elements. In progress. By now, interactive elements are replaced with intuitive (I hope) graphs, but text is not fully adapted.
  5. Chapter 5: done
  6. Chapter 6: done

I observed some missed Python code in the online version of network3.py:

   print('The corresponding test accuracy is {0:.2
   test_accuracy))
   ...
   print("Best validation accuracy of {0:.2
      best_validation_accuracy, best_iteration))
   ...
   print("Corresponding test accuracy of {0:.2

So, these parts were replaced with the correct ones from the source code repo.

Can be compiled into any desired format, using XeLaTeX — with any desired font.

As a general design, I used my PhD thesis style: 17x24 cm paper, 9pt font, Charter/Mathdesign, own designed charper titles, chapter labels etc.

Typography adjusted (- → –, "" → “ ”)

Bibliography — maybe to collect all cited research papers?

Update 07.10.2018

Equation numbering is updated to sequential as in the original online book. Please note that some numbers are missing (e.g. 40-41), since some equations in the online book are multiline with a label on every line. I use the same tags/numbers as in the book.

Epub 01.11.2019

Epub version added.

pandoc -s --mathml book.tex -o book.epub

converts source latex files into epub with formulas redneder by MathML. MathML works correctly in Calibre.

Please note: pandoc does not produce images from tikzpicture, therefore chapter 4 in epub is corrupted with missing images. It in much better to check Chapter 4 online anyway, since it contains interactive elements.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].