backy 0.2.1 copy "backy: ^0.2.1" to clipboard
backy: ^0.2.1 copied to clipboard

Dart 1 only

Backy is a neural network which is using the backpropagation algorithm. It can be instanciated with any number of layer dimensions. For example: [2, 3, 1] which produces a net with 3 layers. The inpu [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add backy

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

dependencies:
  backy: ^0.2.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:backy/backy.dart';
0
likes
5
pub points
0%
popularity

Publisher

unverified uploader

Backy is a neural network which is using the backpropagation algorithm. It can be instanciated with any number of layer dimensions. For example: [2, 3, 1] which produces a net with 3 layers. The input layer has two inputs and the output layer has 1 output neuron. The hidden layer has 3 neurons.

Homepage

Documentation

Documentation

License

unknown (LICENSE)

More

Packages that depend on backy