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
/
main.c
Age
Commit message (
Expand
)
Author
2024-09-08
fix: memory leaks fixed
jvech
2024-09-04
fix: ml_network_train() refactored
jvech
2024-09-03
feat: shuffle dataset on each epoch done
jvech
2024-08-26
add: mini batch learning implemented
jvech
2024-08-07
add: CLI improvements and small documentation updates
jvech
2024-08-06
add: file parsing improved
jvech
2024-07-26
add: file_write() implemented
jvech
2024-07-24
add: file_read() and format integraded on main program
jvech
2024-07-19
add: tanh activation added
jvech
2024-07-18
add: linear activation added
jvech
2023-10-21
setup: man page improved
jvech
2023-09-11
add: static file reading implemented
jvech
2023-09-03
doc: LICENSE and some documentation added
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-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-07-28
add: network forward pass implemented
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