index
:
ml
main
A multilayer perceptron network written in C
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2024-09-21
doc: Man page for configuration file added
HEAD
main
jvech
2024-09-19
fix: wrong memory allocation on csv_read() fixed
jvech
2024-09-08
fix: memory leaks fixed
jvech
2024-08-06
add: file parsing improved
jvech
2024-07-24
add: file_read() and format integraded on main program
jvech
2023-10-23
setup: install_config added, README updated
jvech
2023-10-21
setup: man page improved
jvech
2023-10-21
setup: Install and uninstall rules 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-23
add: basic configuration parsing implemented
jvech
2023-08-17
[ADD]: Cli implemented in a different function
jvech
2023-08-08
add: pass activations to a separate file
jvech
2023-08-08
add: activation and cost functions added
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