The file contains important changes from version to version
-
Total rewriting of architecture;
-
Add an ability to compute on GPU/CPU;
-
Serialization and deserialization of neural networks to
JSON
format; -
Update error system;
-
Increase speed of working;
- Method to load data from
csv
filesneuroflow::data::DataSet
; - Method that calculates mean values of
neuroflow::data::DataSet
; - Method that rounds all elements of
neuroflow::data::DataSet
with given precision.
- Documentation was rewritten;
- Improved reliability of crate;
- Exhaustive documentation in code;
- Functions
save
andload
fromneuroflow::io
now returnsResult<..>
; - Converting code to the standard.
- First release of the crate!