Skip to content
This repository has been archived by the owner on Dec 25, 2021. It is now read-only.

abtExp/Jbrain

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jbrain

Machine Learning In JavaScript

// For latest version (unstable) clone the dev branch.

Codacy Badge Code Climate Build Status npm version Coverage Status

Current Progress :

  • Implementing A Generic API For Creating Different Types Of Neural Networks
  • Implementing Different Cost And Activation Functions
  • Implementing Different Optimzation Methods
  • Implementing SVM
  • Implementing K-means
  • Activation Functions : relu, softmax, sigmoid, tanh
  • Cost Functions : cross entropy, quadratic cost
  • Optimizers : Gradient Descent (batch, mini batch and stochastic), RMSProp, Adam
  • Network Types : Feed Forward

Future Work :

  • Fixing All Bugs
  • Convolutional and reccurent networks
  • Weight Initializations
  • Regularization Techniques
  • Faster API Performance
  • GPU Support

@abtExp

--Any help or suggestion is appreciated.

About

Neural network in javascript

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published