Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | add: pass activations to a separate file | jvech | |
The point is have this file for new activation function without bloating nn.c file | |||
2023-08-08 | add: activation and cost functions added | jvech | |
Training function were fixed and new activation and cost function were implemented | |||
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 | |