Okrolearn

August 30, 2024 ยท View on GitHub

Okrolearn Logo

Okrolearn is a machine learning library created by Okerew.

Installation

To install Okrolearn for cpu, use: pip install okrolearn==0.2.7
To install for gpu do pip install okrolearn This requires cuda
#Note venv is recommended

Usage

To use Okrolearn in your code, import the main module:

from okrolearn import okrolearn
okrolearn.Tensor() # Example usage

To integrate Okrolearn into your project directory, install the requirements and import it: from okrolearn.src.okrolearn import * You can also download the okrolearn.py file and import it: from okrolearn import *

Notes

The gpu version will not work as good as cpu version for small data