Skip to content

A Javascript neural network ported from Michael Nielsen's python code examples

Notifications You must be signed in to change notification settings

mrturck/neural-net-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural-net-js

A Javascript neural network ported from Michael Nielsen's python code examples

An attempt to rewrite the made-from-scratch Python neural networks created by Michael Nielsen in his book http://neuralnetworksanddeeplearning.com/.

The file tests/network-test.js does successfully train some data to output a fixed number, but this is not very useful. To try this out, run node tests/network-test.js within the root of the project.

This is a work in progress.

About

A Javascript neural network ported from Michael Nielsen's python code examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published