- Initial working version completed.
- Added ability to create a simple neural network with
1
hidden layer and any number ofinput
,hidden
oroutput
nodes. - Added json serialization and deserialization for
Matrix
andNeuralNetwork
. - Added
clone
method to make multiple copies ifNeuralNetwork
brain.
- Fixed file naming in example.
- Added README to example folder.
- Fixed package description.
- Updated pubspec.yaml file.
- Updated pubspec.yaml file.
- Fixed Iris example.
- Added ability to define different activation functions for hidden and output layer.
- Added ability to define multilayered neural network
- Update to description