Skip to content

umangtank/oneNeuron_pypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Package Index (PyPI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages