Skip to content

Okerew/okrolearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Okrolearn

Okrolearn Logo

Okrolearn is a machine learning library created by Okerew.

Installation

To install Okrolearn for cpu, use: pip install okrolearn==0.2.6
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