Skip to content

This repository contains a basic implementation of a perceptron, a fundamental building block in artificial neural networks. The perceptron is a simple neural network unit that takes multiple input features, applies weights to them, sums them up, and passes the result through an activation function to produce an output.

License

Notifications You must be signed in to change notification settings

JVSCHANDRADITHYA/Percepton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron

This repository contains a basic implementation of a perceptron, a fundamental building block in artificial neural networks. The perceptron is a simple neural network unit that takes multiple input features, applies weights to them, sums them up, and passes the result through an activation function to produce an output.

About

This repository contains a basic implementation of a perceptron, a fundamental building block in artificial neural networks. The perceptron is a simple neural network unit that takes multiple input features, applies weights to them, sums them up, and passes the result through an activation function to produce an output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages