Last updated:
0 purchases
Perceptronpypivishalbansal1650 0.0.5
Perceptron_pypi
python package indexing for Perceptron implemetation
How to use
pip install Perceptron-pypi-vishalbansal-1650
## Initiate perceptron and fit it
model = Perceptron(eta=eta, epochs=epochs)
model.fit(x,y)
## Prepare dataset
x,y = prepare_data(df)
## Save model file
save_model(model,modelName)
## Save plot
save_plot(df,plotName,model)
URL for pypi
Perceptron pypi page
References
Python Documentation for pypi
Offical docs for GitHub Actions
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.