Skip to content
/ ann Public

Artificial Neural Network implementation using Go

License

Notifications You must be signed in to change notification settings

ngodzik/ann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ann

A fast neural networks computing golang package.

For now, only a feedforward perceptron multi-layer architecture is implemented.

For easier computation purposes, a bias neuron is introduced in the neural network layers. The standard notation is used in the backpropagation algorithm: k index for the upper layer j index for the intermediate layer i index for the bottom layer

ANN Algorithm

About

Artificial Neural Network implementation using Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages