Guseyn / nn-math-web

Web page with list of comprehensive articles about math in Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This project was created out of dissatisfaction with existing online materials on the mathematics of neural networks. This is not an introduction to the idea of neural networks, nor is it an introduction to linear algebra or other fields in math.

It is simply an extremely precise explanation of mathematics for neural networks with consistent indexing and coherent annotations. This project would be useful for people who do not like to rely heavily on math intuition and want to understand the math in neural networks, including on the element or scalar level. People who want to program neural networks from scratch would also find this project quite useful.

If you find any errors or inaccuracies, please submit an issue.

Web Page

Here is the link to access the project online.

How to Run Locally

npm i
npm run server

Then go to http://127.0.0.1:4200/

About

Web page with list of comprehensive articles about math in Neural Networks

License:MIT License


Languages

Language:HTML 44.7%Language:CSS 35.9%Language:JavaScript 19.4%