Skip to content

Auto-differentiator and Neural Networks in Haskell

Notifications You must be signed in to change notification settings

Wattsy2020/haskell_nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell_nn

This project implements an auto-differentiator in autograd.hs, which can differentiate any function made up of the basic mathematical operations (*, +, /, sin, exp...).

It also implements newtons method and SGD to find the minimum of a function in optimizer.hs.

The goal is to eventually implement a full neural network in haskell.

About

Auto-differentiator and Neural Networks in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published