Skip to content

illbexyz/repropagation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repropagation (not working yet)

Backpropagation algorithm implemented in ReasonML.

This implementation is not intended to be used in actual machine learning environments, it was just an excuse to hack with Reason while learning the algorithm.

Usage

Build

npm run build

Build + Watch

npm start

Execute

node ./src/backpropagation.bs.js

About

Backpropagation algorithm in ReasonML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages