Skip to content

A neural network stripped down to the mathematical operations involved to train it and infer a result

License

Notifications You must be signed in to change notification settings

ingSinTitulo/newral-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newral Network - How neural networks learn?

A screenshot of this repository running to make an inference after training

A very simple neural network that can be trained and then infer new situations. Every step is verbose, all involved code is here, no external dependencies required. May be it needs a little of work to make it easier to read, but for now it is a good starting point.

Requirements

NodeJS 10+, and that's it.

Running

First build it with npm run build and then run npm start

Plans

  • Get rid of spanglish
  • improve readability
  • Add better comments
  • Set the correct types instead of any
  • Make my team proud

About

A neural network stripped down to the mathematical operations involved to train it and infer a result

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published