levithomason / anny

Anny is an artificial neural network, yo!
http://levithomason.github.io/anny/
17 stars 3 forks source link

Better way to add bias neuron #58

Closed levithomason closed 8 years ago

levithomason commented 9 years ago

Creating a layer currently takes a bool to indicate whether or not to include a bias. This should be more declarative, based on network creation, no bias in the output layer.

levithomason commented 8 years ago

fixed in #64