Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c17hawke/oneneuron_pypi

oneNeuron_pypi
https://github.com/c17hawke/oneneuron_pypi

Last synced: 23 days ago
JSON representation

oneNeuron_pypi

Awesome Lists containing this project

README

        

# oneNeuron_pypi
oneNeuron_pypi

## How to use this

```python
from oneNeuron.perceptron import Perceptron

## get X and y and then use below commands
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)
```

# Reference -
[official python docs](https://packaging.python.org/tutorials/packaging-projects/)

[github docs for github actions](https://docs.github.com/en/actions/guides/building-and-testing-python#publishing-to-package-registries)