Metadata-Version: 2.1
Name: oneneuron-pkg-pk1308
Version: 0.0.3
Summary: A small package for perceptron
Home-page: https://github.com/pk1308/Oneneuron_pkg
Author: pk1308
Author-email: sunny.c17hawke@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pk1308/Oneneuron_pkg/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.21.4)
Requires-Dist: pandas (==1.3.4)
Requires-Dist: joblib (==1.1.0)

# #one neuron python package

from oneNeuron.perceptron import Perceptron
model = Perceptron(eta=0.3, epochs=10)


