aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-06refactor: Activation and Layer struct refactoredjvech
2023-08-05add: nn_backward() calloc error handling addedjvech
2023-08-05add: bias backward propagation implementedjvech
2023-08-04add: nn_backward implementedjvech
2023-08-02add: layer backward donejvech
2023-08-02add: delta calculation for hidden and output layer donejvech
2023-07-29add: nn_layer_forward splitedjvech
2023-07-28add: network forward pass implementedjvech
2023-07-27fix: weights allocation mistake fixedjvech
2023-07-27fix: random weights generator bug fixedjvech
2023-07-24doc: backpropagation notes addedjvech
2023-07-13add: json_read improvedjvech
2023-07-13add: forward pass with openblas in progressjvech
2023-07-12add: weights initialization and deallocation donejvech
2023-07-10add: json file function implementedjvech
Feel free to download, copy and edit any repo