Skip to content

Commit c2cd9d1

Browse files
authored
Merge pull request #12 from BianchTech/develop
Develop
2 parents abb92aa + 6e95ee3 commit c2cd9d1

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Machine Learning CPP and Python
2-
Esse projeto serve como estudo de classificadores de machine learning onde que será montado uma API em C++ que possa ser usado em linguagens como Python e diversas outras
2+
3+
This project is a research-oriented tool for studying and experimenting with **machine learning classifiers**.
4+
The core is implemented in **C++**, exposed as an **API** that can be easily integrated with other languages such as **Python, Go, Zig**, and more.
5+
6+
## Objectives
7+
8+
* Provide a simple way to test machine learning algorithms in both **C++** and **Python**.
9+
* Start with implementations of **classifiers** and **ensembles**, then expand towards **data stream mining**.
10+
* Build a modular API that allows integration with different programming languages.
11+
* Follow an approach inspired by the [MOA (Massive Online Analysis)](https://moa.cms.waikato.ac.nz/) project, but with a C++ core for efficiency and extensibility.
12+
13+
## Motivation
14+
15+
The main motivation of this project is to create a **research tool** that:
16+
17+
* Facilitates experimentation with machine learning algorithms.
18+
* Bridges the gap between high-performance **C++ implementations** and the flexibility of **Python scripting**.
19+
* Serves as a foundation to learn, compare, and extend algorithms for both static and streaming data.
20+
21+
## Contributors
22+
23+
* Pedro Bianchini de Quadros (project creator)
24+
* \[Add your name here if you contribute!]
325

426
## License
527

6-
This project use [GNU General Public License v3.0](LICENSE).
28+
This project uses the [GNU General Public License v3.0](LICENSE).

0 commit comments

Comments
 (0)