neural_net_experiments 0.0.90 copy "neural_net_experiments: ^0.0.90" to clipboard
neural_net_experiments: ^0.0.90 copied to clipboard

Simple dart library to learn about creating neural net-like data structures with dart code

Cells and Neural Nets Experiments #

This library is intended for use as something of a playground for experimenting with neural network-like data structures in DART.

I've intentionally coded it using Visual Studio Code to expose myself to working in environments other than the Jetbrains IDEs.

Things Learned from This Project #

How do I run all my tests from the Command Line? #

You can use the pub command

as in:

pub run test test
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Simple dart library to learn about creating neural net-like data structures with dart code

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

linalg

More

Packages that depend on neural_net_experiments