Skip to content

Commit 4b7320c

Browse files
committed
Merge branch 'main' of https://github.com/PEC-CSS/slowmokit into decision_tree
2 parents 4e27635 + d32f949 commit 4b7320c

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ cmake --build build
3838
cmake --install build --prefix '<ADD PATH OF MINGW INCLUDE HERE (mingw64/include)>'
3939
```
4040

41+
> If permission is required to execute, run the following command
42+
43+
```
44+
chmod 705 ./install
45+
```
46+
4147
### Steps
4248

4349
Following are the steps to start contributing to our beautiful library:
@@ -57,6 +63,7 @@ More details [here](./create_model/README.md)
5763
4. Make the model directory you want to implement in the `src/slowmokit/methods/<model type>/<your_model>`.
5864
- `<model type>` is basically the class of your model, for example `linear_model` or `cluster`.
5965
5. Create two files:
66+
6067
- `<model>.hpp` : the header file for the model, create the class of model here and include all the stuff required
6168
for the model here.
6269
- Include `core.hpp` for all the basic functionalities already added.

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Slowmokit
2+
description: ML library in C++.
3+
remote_theme: pages-themes/hacker@v0.2.0
4+
plugins:
5+
- jekyll-remote-theme
6+
gem "github-pages", group: :jekyll_plugins
7+
show_downloads: false
8+
google_analytics:

index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: default
3+
title: "Slowmokit"
4+
permalink: /
5+
---
6+
7+
# Welcome to our C++ Machine Learning Kit!
8+
9+
Our kit is an open source library that provides a wide range of machine learning features for developers. With a focus on performance and scalability, our kit can handle both small and large datasets with ease. Our kit can be easily installed on macOS, Linux, and Windows platforms, making it a versatile choice for developers.
10+
11+
## Features:
12+
13+
- **High Performance**: Our kit is designed for high performance, enabling fast processing and training of machine learning models.
14+
- **Scalable**: Our kit can handle both small and large datasets with ease, providing developers with a flexible solution.
15+
Versatile: Our kit is compatible with a wide range of platforms, including macOS, Linux, and Windows.
16+
- **Extensive Library**: Our kit offers an extensive library of algorithms and tools for machine learning, including regression, classification, clustering, and more.
17+
- **Easy to Use**: Our kit is user-friendly and easy to implement, with proper documentation and examples included on GitHub repository.
18+
19+
## Installation:
20+
21+
Our kit can be installed on macOS, Linux, and Windows platforms. Detailed installation instructions are available on our GitHub repository.
22+
23+
## Documentation:
24+
25+
We understand the importance of proper documentation, which is why we provide comprehensive documentation for our kit. Our documentation covers everything from installation to implementation and includes detailed examples and use cases.
26+
27+
## GitHub Repository:
28+
29+
Our GitHub repository includes all the necessary resources for developers, including installation instructions, documentation, and examples.
30+
31+
Link : [slowmokit (github)](https://github.com/PEC-CSS/slowmokit/)
32+
33+
## Conclusion:
34+
35+
Our C++ Machine Learning Kit is a powerful, versatile, and user-friendly tool for developers who need to build machine learning models. With a focus on performance and scalability, our kit provides a flexible and reliable solution for both small and large datasets. Try it out today and see for yourself how our kit can help you build better machine learning models!

install

100644100755
File mode changed.

0 commit comments

Comments
 (0)