neural_network 0.0.2
neural_network: ^0.0.2 copied to clipboard
Library for creating artificial neural networks.
example/neural_network.dart
// Copyright (c) 2014, <Alvaro Arcas Garcia>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
library neural_network.example;
import 'package:neural_network/neural_network.dart';
main() {
}