Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c17hawke/oneneuron-pkg


https://github.com/c17hawke/oneneuron-pkg

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# oneNeuron python package

## How to use this package
```python
from oneNeuron.perceptron import Perceptron
model = Perceptron(eta=0.3, epochs=10)
```

## References -

* [Official python docs for PYPI](https://packaging.python.org/tutorials/packaging-projects/)

* [Github action file for PYPI](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries)