dorkrawk / grey_matter

Grey Matter is a basic artificial neural network library for Crystal.
MIT License
9 stars 2 forks source link

Specs raise Exception #4

Open bararchy opened 7 years ago

bararchy commented 7 years ago

Issue at: https://github.com/dorkrawk/grey_matter/blob/master/src/grey_matter/neural_network.cr#L50-L52

should be

while (layer_index > input_layer_index)
   ... code 
end