Skip to content

isberg/elm-ann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-ann

Artifical Neural Network (ANN) in Elm

Basic module for creating and activating Neural Networks in Elm, learning is not included (yet).

The repository is found at https://github.com/isberg/elm-ann

Network.create [(1, 0), (2, 0)] [(1, 2, -0.5)]
  |> Network.setValues [(1, -0.8)]
  |> Network.activate
  |> Network.toString
  -- == "Network [1=-0.8, 2=1] [(1, 2)=-0.5]"

About

Artifical Neural Network in Elm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages