https://github.com/puravparab/mlcpp
machine Learning library built in C++
https://github.com/puravparab/mlcpp
cpp machine-learning
Last synced: about 1 year ago
JSON representation
machine Learning library built in C++
- Host: GitHub
- URL: https://github.com/puravparab/mlcpp
- Owner: puravparab
- License: mit
- Created: 2023-01-10T16:15:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T21:27:38.000Z (over 2 years ago)
- Last Synced: 2025-02-05T07:28:25.510Z (over 1 year ago)
- Topics: cpp, machine-learning
- Language: C++
- Homepage:
- Size: 3.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Machine learning library built in C++
## Setup
Run setup.sh and enter desired directory in examples/
```
./setup.sh
```
## Modules
1. [Dataset](./src/dataset/)
2. [Loss](./src/loss)
3. [Normalization](./src/normalization/)
4. [Optimizers](./src/optimizers/)
5. [Model Utilities](./src/model_utils/)
## Examples
1. [Linear regression](./examples/linear_regression/)
1. [Logistic regression](./examples/logistic_regression/)
## ML Support
Currently supports multivariate linear regression and logistic regression