neural_network 0.0.3
neural_network: ^0.0.3 copied to clipboard
Library for creating artificial neural networks.
// 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() {
}