index
:
ml
main
A multilayer perceptron network written in C
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nn.c
Age
Commit message (
Expand
)
Author
2024-08-06
add: file parsing improved
jvech
2024-07-16
add: backward cblas optimization done
jvech
2023-09-03
doc: LICENSE and some documentation added
jvech
2023-09-03
fix: write network parameter fixed
jvech
2023-08-30
add: network read and write done json_read reactored
jvech
2023-08-12
add: nn_network_predict done
jvech
2023-08-08
add: pass activations to a separate file
jvech
2023-08-08
add: activation and cost functions added
jvech
2023-08-06
add: nn_network_train() added
jvech
2023-08-06
refactor: Activation and Layer struct refactored
jvech
2023-08-05
add: nn_backward() calloc error handling added
jvech
2023-08-05
add: bias backward propagation implemented
jvech
2023-08-04
add: nn_backward implemented
jvech
2023-08-02
add: layer backward done
jvech
2023-08-02
add: delta calculation for hidden and output layer done
jvech
2023-07-29
add: nn_layer_forward splited
jvech
2023-07-28
add: network forward pass implemented
jvech
2023-07-27
fix: weights allocation mistake fixed
jvech
2023-07-27
fix: random weights generator bug fixed
jvech
2023-07-24
doc: backpropagation notes added
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
Feel free to download, copy and edit any repo