Skip to main content

It's an Implimentation of Perceptron

Project description

oneNeuron_pypi

what is pypi?

  • The Python Package Index (PyPI) is a repository of software for the Python programming language.

It's use for publishing any python package.

How to use-

  • install the latest package
  • in jupyter notebook -
    !pip install oneNeuron-umangtank
  • in command prompt -
    pip install oneNeuron-umangtank
  • Now run below snippets of code in your jupyter-notebooks cell to perform perceptron.
from oneNeuron.Perceptron import Perceptron

## get X and y and then use below commands

# eta = learning rate
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)

pypi

oneNeuron-umangtank

Author

Umang Tank

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oneNeuron-umangtank-0.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

oneNeuron_umangtank-0.0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page