ai 0.1.8 copy "ai: ^0.1.8" to clipboard
ai: ^0.1.8 copied to clipboard

outdated

Library that help construct neural networks (AI) with Dart. Each type of network is one object and designed as close as possible to human brain.

0.1.8 #

  • Remove InputNeuron and NeuronBase.
  • Change signature of Layer class.
  • Add 4 properties to Structure class.
  • Change MLP and AE classes to set up with more properties.
  • Complement README.

0.1.7 #

  • Add visualization (MSE) to network's training.

0.1.6 #

  • Change MLP.withLayers() constructor to MLP().
  • Add Layer.construct constructor.
  • Add AE neural network.
  • Edit README.
  • Change examples.

0.1.5 #

  • Remove NetworkBase class.
  • Add Structure, MlpStructure entities.
  • Rename MultilayerPerceptron to MLP.
  • Add MLP.fromStructure() constructor and create MLP.withLayers() constructor.
  • Fix train() method of MLP class.
  • Implroved README.
  • Fix bug in example.

0.1.4 #

  • Downgrade required Dart SDK to 2.1.0-dev.9.4.

0.1.3 #

  • Fix internal createFile() method for ...Memory class.
  • Change docs in ShortMemory class.

0.1.2 #

  • Fix expected parameter of train() method of MultilayerPerceptron to accept list of expected output.

0.1.1 #

  • Add MemoryBase class.
  • Add description to package.

0.1.0 #

  • Initial release.
  • Implement MultilayerPerseptron class.
4
likes
0
pub points
12%
popularity

Publisher

unverified uploader

Library that help construct neural networks (AI) with Dart. Each type of network is one object and designed as close as possible to human brain.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

extended_math, json_annotation, meta

More

Packages that depend on ai