Metadata-Version: 2.1
Name: oneneuron-pkg-Vinayak-HUB1
Version: 0.0.7
Summary: A small package for perceptron
Home-page: https://github.com/Vinayak-HUB1/Oneneuron_pkg
Author: Vinayak-HUB1
Author-email: dumbre.vinayak@gmail.com
Project-URL: Bug Tracker, https://github.com/Vinayak-HUB1/Oneneuron_pkg/issues
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.6)
Requires-Dist: pandas (==1.1.5)
Requires-Dist: joblib (==1.1.0)

# 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/en/latest/tutorials/packaging-projects/)

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