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.

example/README.md

Examples #

This folder contains various examples on how you can use the library.

Currently there are 2 examples.

  • The classic XOR example
  • IRIS dataset example

Kindly check the respective folders for the implementation.

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