Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c17hawke/oneneuron-pkg
https://github.com/c17hawke/oneneuron-pkg
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/c17hawke/oneneuron-pkg
- Owner: c17hawke
- License: mit
- Created: 2021-11-19T15:45:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T16:06:17.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T17:43:21.372Z (26 days ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)