Home

Awesome

Okrolearn

Okrolearn Logo

Okrolearn is a machine learning library created by Okerew.

Installation

To install Okrolearn for cpu, use: pip install okrolearn==0.2.7 <br> To install for gpu do pip install okrolearn This requires cuda <br> #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