neural_network 0.0.1
neural_network: ^0.0.1 copied to clipboard
Library for creating artificial neural networks.
neural_network #
A neural network library for Dart developers.
Usage #
A simple usage example:
import 'package:neural_network/neural_network.dart';
main() {
var awesome = new Awesome();
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.