Skip to content

Jonel-Code/Simple-Artificial-Neural-Network-Algorithm-in-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Artificial-Neural-Network-Algorithm-in-Javascript

An Artificial Neural Network build from scratch using Javascript

Open ann.js to see the Artificial Neural Network Algorithm Module Source Code. Check test-script.js to see how to Train and Create an Instance of Artificial Neural Network. Currently Uses Sigmoid as Activation Function.

Reference

https://developers.google.com/machine-learning/crash-course/introduction-to-neural-networks/anatomy

(Work in Progress)

Api Documentation

TODO

  • Implement Different kinds of Activation Functions
  • Code Cleanup and Optimization
  • Create API Documentation

About

Artificial Neural Network build from scratch using Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published