Skip to content

A Python script to demonstrate a perceptron single node artificial neural network solving the logical AND problem using a gradient descent training method

Notifications You must be signed in to change notification settings

RobertNorthard/perceptron-artificial-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Perceptron Artificial Neural Network

A Python script demonstrating training a Perceptron Artificial Neural Network using the gradient descent training method to act as a linear classifier for the logical AND operator. The network can easily be adapted to solve the logical OR method by changing the networks training data set.

Test

Execute the following.

python perceptron.py

About

A Python script to demonstrate a perceptron single node artificial neural network solving the logical AND problem using a gradient descent training method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages