Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c17hawke/oneneuron_pypi
oneNeuron_pypi
https://github.com/c17hawke/oneneuron_pypi
Last synced: 23 days ago
JSON representation
oneNeuron_pypi
- Host: GitHub
- URL: https://github.com/c17hawke/oneneuron_pypi
- Owner: c17hawke
- License: mit
- Created: 2021-09-19T12:11:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T13:18:50.000Z (about 3 years ago)
- Last Synced: 2024-08-09T21:14:51.885Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)