Skip to main content

Implementation of Perceptron

Project description

neuropercept

"NeuroPercept is a streamlined Python package designed for foundational neural network and perceptron models, offering intuitive functions for value prediction and basic neural computations. Ideal for both educational purposes and simple projects, it simplifies the process of training and predicting with perceptrons."

How to use this

from neuropercept.perceptron import Perceptron

## get X and y and then use below commands
model = Perceptron(eta=eta, epochs=epochs)
model.fit(X, y)

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

neuropercept-PratikBorkar04-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

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