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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neural_net_experiments

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  neural_net_experiments: ^0.0.90

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:neural_net_experiments/neural_net_experiments.dart';
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