A machine learning library created by Okerew, which is supposed to be a raw implementation of combining pytorch with scikit-learn
Project description
Okrolearn
Okrolearn is a machine learning library created by Okerew.
Installation
To install Okrolearn for cpu, use:
pip install okrolearn==0.2.2
To install for gpu do
pip install okrolearn
#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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for okrolearn-2.7.0-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 03a453378169ed874bdbd2330757cd1f2578543ab1c0b9cd0403e7ed8ca89256 |
|
| MD5 | 6f567829d54b4b76ad87ca772adf4319 |
|
| BLAKE2b-256 | 40d2540cff4fadc8a8a9c13a6c989f7bec8e8d72b57320c163df976c023a62fd |