ai 0.1.10
ai: ^0.1.10 copied to clipboard
Library that help construct neural networks (AI) with Dart.
0.1.10 #
- Add
resourcesdirectory withstructure.jsonfile (for example). - Fix typos in README.
0.1.9 #
- Small fixes in classes.
- Fix problems related to upgrade of
extended_mathpackage.
0.1.8+1 #
- Fix problems related to upgrade of
extended_mathpackage.
0.1.8 #
- Remove
InputNeuronandNeuronBase. - Change signature of
Layerclass. - Add 4 properties to
Structureclass. - Change
MLPandAEclasses 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 toMLP(). - Add
Layer.constructconstructor. - Add
AEneural network. - Edit README.
- Change examples.
0.1.5 #
- Remove
NetworkBaseclass. - Add
Structure,MlpStructureentities. - Rename
MultilayerPerceptrontoMLP. - Add
MLP.fromStructure()constructor and createMLP.withLayers()constructor. - Fix
train()method ofMLPclass. - 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...Memoryclass. - Change docs in
ShortMemoryclass.
0.1.2 #
- Fix
expectedparameter oftrain()method ofMultilayerPerceptronto accept list of expected output.
0.1.1 #
- Add
MemoryBaseclass. - Add description to package.
0.1.0 #
- Initial release.
- Implement
MultilayerPerseptronclass.