Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Perceptron.py into Python #3198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Oct 19, 2024

  1. Add files via upload

    Perceptron.py shows a simple Perceptron model capable of backpropagation and how exactly the weights are updated and visualization of the same, considering 2 input nodes and 1 output nodes. Activation function is sigmoid and loss function is mean squared error.
    Mahos-H authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    eabe17c View commit details
    Browse the repository at this point in the history