dart_nn 1.0.3+1 copy "dart_nn: ^1.0.3+1" to clipboard
dart_nn: ^1.0.3+1 copied to clipboard

outdated

A simple NeuralNetwork library. You can create a simple NeuralNetwork brain with any number of inputs, outputs and hidden nodes, but the hidden layer can only be of 1 layer.

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.
21
likes
0
pub points
0%
popularity

Publisher

verified publishervickylance.com

A simple NeuralNetwork library. You can create a simple NeuralNetwork brain with any number of inputs, outputs and hidden nodes, but the hidden layer can only be of 1 layer.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_numerics, path

More

Packages that depend on dart_nn