Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-24 | add: file_read() and format integraded on main program | jvech | |
things implemented: - read output in false bug was solved. - Make generic rule added to build test executables - format option added to the CLI | |||
2024-07-19 | add: tanh activation added | jvech | |
2024-07-18 | add: linear activation added | jvech | |
2023-10-21 | setup: man page improved | jvech | |
Documentation: Example sections was improved Files sections was added Fixes: default config filepath was fixed | |||
2023-09-11 | add: static file reading implemented | jvech | |
Now is possible to read data from standard input | |||
2023-09-03 | doc: LICENSE and some documentation added | jvech | |
2023-08-30 | add: network read and write done json_read reactored | jvech | |
2023-08-27 | add: data and network initialization done | jvech | |
train subcommand can read and train the network TODO: - Refactor json_read() to parse multiple labels - Implement a function to save network weights once the network have trained - Implement a function to load trained weights to use with predict subcommand | |||
2023-08-25 | add: layer architecture loading from cfg done | jvech | |
2023-08-23 | add: basic configuration parsing implemented | jvech | |
parameters implemented: - input_keys - label_keys - epochs - labels - weights_path Network weights and architecture loading is not implemented yet. | |||
2023-08-17 | [ADD]: Cli implemented in a different function | jvech | |
The program config parameters where encapsulated in a struct to keep track of them without implementing a lot of functions | |||
2023-08-16 | add: Cli defined | jvech | |
2023-08-14 | add: cli interface defined | jvech | |
2023-07-28 | add: network forward pass implemented | jvech | |
2023-07-13 | add: json_read improved | jvech | |
2023-07-13 | add: forward pass with openblas in progress | jvech | |
2023-07-12 | add: weights initialization and deallocation done | jvech | |
2023-07-10 | add: json file function implemented | jvech | |