aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-08-06add: file parsing improvedjvech
Things implemented: * json_read() must die if the key does not exist or the value type is wrong. * on predict command input should be shown exactly the same * float precision CLI option should be added.
2024-07-26add: file_write() implementedjvech
things implemented: - CLI option --only-out added - CLI option --format works more intuitively - csv tsv and json output support
2024-07-24add: file_read() and format integraded on main programjvech
things implemented: - read output in false bug was solved. - Make generic rule added to build test executables - format option added to the CLI
2023-10-21setup: man page improvedjvech
Documentation: Example sections was improved Files sections was added Fixes: default config filepath was fixed
2023-10-21setup: Install and uninstall rules addedjvech
The man page must have a section specifying where to save configurations files for loading the network architecture and weights.
2023-09-03doc: LICENSE and some documentation addedjvech
2023-08-08add: activation and cost functions addedjvech
Training function were fixed and new activation and cost function were implemented
2023-07-24doc: backpropagation notes addedjvech
Feel free to download, copy and edit any repo