dart_nn 2.0.0+2 copy "dart_nn: ^2.0.0+2" to clipboard
dart_nn: ^2.0.0+2 copied to clipboard

A simple neural network library. You can create a simple fully connected neural network brain with any number of inputs, hidden layers and outputs.

1.0.0 #

  • Initial working version completed.
  • Added ability to create a simple neural network with 1 hidden layer and any number of input, hidden or output nodes.
  • Added json serialization and deserialization for Matrix and NeuralNetwork.
  • Added clone method to make multiple copies if NeuralNetwork brain.

1.0.1 #

  • Fixed file naming in example.

1.0.2 #

  • Added README to example folder.

1.0.3 #

  • Fixed package description.

1.0.3+1 #

  • Updated pubspec.yaml file.

1.0.3+2 #

  • Updated pubspec.yaml file.

1.0.3+3 #

  • Fixed Iris example.

1.0.4 #

  • Added ability to define different activation functions for hidden and output layer.

2.0.0 #

  • Added ability to define multilayered neural network

2.0.0+1 #

  • Update to description

2.0.0+2 #

  • Updated Readme.md
21
likes
40
pub points
0%
popularity

Publisher

verified publishervickylance.com

A simple neural network library. You can create a simple fully connected neural network brain with any number of inputs, hidden layers and outputs.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

dart_numerics, path

More

Packages that depend on dart_nn