An open API service indexing awesome lists of open source software.

https://github.com/okerew/okrolearn

A machine learning library created in python by Okerew
https://github.com/okerew/okrolearn

ai analytics arrays computer-science computer-vision machine-learning machine-learning-python neural neural-network numpy okerew okrolearn python pytorch scikit-learn tensorflow tensors

Last synced: 10 months ago
JSON representation

A machine learning library created in python by Okerew

Awesome Lists containing this project

README

          

# Okrolearn

![Okrolearn Logo](https://github.com/Okerew/okrolearn/assets/93822247/2c3e95ea-394d-4e29-8b97-13281ee695b7)

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:
```python
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