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
Age
Commit message (
Expand
)
Author
2024-07-24
add: file_read() function implemented
jvech
2024-07-23
add: csv_read() improved
jvech
2024-07-23
add: read_csv function added
jvech
2024-07-19
add: tanh activation added
jvech
2024-07-18
add: linear activation added
jvech
2024-07-16
add: backward cblas optimization done
jvech
2023-10-21
setup: man page improved
jvech
2023-10-21
setup: Install and uninstall rules added
jvech
2023-09-11
add: static file reading implemented
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-27
add: data and network initialization done
jvech
2023-08-26
fix: cfg syntax verification and usage messages improved
jvech
2023-08-25
add: layer architecture loading from cfg done
jvech
2023-08-23
add: basic configuration parsing implemented
jvech
2023-08-17
[ADD]: Cli implemented in a different function
jvech
2023-08-16
add: Cli defined
jvech
2023-08-14
add: cli interface defined
jvech
2023-08-12
add: softplus activation added
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
2023-07-10
add: json file function implemented
jvech
Feel free to download, copy and edit any repo