Skip to content

rbrosboel/neural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network

So here it is, one of those AI thingies that are supposedly going to take over the world any time now. Granted, this project will probably not help reach singularity. It's only reason for being, is really my sudden urge to create.

It is a deep neural network implemented in JS.

Examples

Capabilities

  • Fully connected layers
  • Multiple activation functions (one per layer)
  • Epochs and batches
  • Progress callbacks
  • Save and restore from JSON
  • Basic visualizations
  • Async training and testing

In short, the basics are here for playing around with deep learning on small problems.

The core functionality has no external dependencies.

Limitations

This project is educational and driven purely by curiosity. It is not intended to compete with the myriad of implementations out there.

Potential fun for the future:

About

Neural Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published