Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

66 lines (43 loc) · 1.4 KB

0.1.10

  • Add resources directory with structure.json file (for example).
  • Fix typos in README.

0.1.9

  • Small fixes in classes.
  • Fix problems related to upgrade of extended_math package.

0.1.8+1

  • Fix problems related to upgrade of extended_math package.

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.