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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_nn

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

dependencies:
  dart_nn: ^1.0.3+1

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:dart_nn/activation.dart';
import 'package:dart_nn/matrix.dart';
import 'package:dart_nn/neuralNetwork.dart';
import 'package:dart_nn/utils.dart';
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