Last updated:
0 purchases
Perceptronpypigaurav98094 0.0.3
Perceptron Learning ALgorithms
Implement your perceptron learning algorithms with ease.
Install
pip install Perceptron-pypi-gaurav98094
Usage
from oneNeuron.perceptron import Perceptron
model = Perceptron()
model.fit(X,y,eta=0.01,epochs=10)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.