https://github.com/federicobruzzone/machine-learning-in-c
https://github.com/federicobruzzone/machine-learning-in-c
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/federicobruzzone/machine-learning-in-c
- Owner: FedericoBruzzone
- Created: 2023-05-23T05:58:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T21:29:14.000Z (over 2 years ago)
- Last Synced: 2025-01-03T21:42:44.567Z (9 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine learning in C
## Generate compile_commands.json
1. `bear -- ./build.sh`
## Basic linear regression part
1. Compile `./build.sh`
2. Run part `./build/basic_linear_regression`