Skip to content

This project demonstrates the implementation of a Perceptron, the simplest building block of Deep Learning and Neural Networks, using Python and scikit-learn. The goal of this project is to understand how a machine learning model: Learns from labeled data (supervised learning)

Notifications You must be signed in to change notification settings

parm-08/DeepLearning_perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🧠 Perceptron Classification using Scikit-Learn

This project demonstrates a basic implementation of a Perceptron model, which is the foundation of Neural Networks and Deep Learning, using Python and scikit-learn.

It is intended for beginners who want to understand how machine learning models are trained and evaluated.

📌 Project Description

In this project:

A synthetic dataset is generated for binary classification

The dataset is split into training and testing sets

A Perceptron classifier is trained on the data

Model accuracy is evaluated on unseen test data

This helps in understanding supervised learning, linear classifiers, and model evaluation.

🛠️ Technologies Used

Python

scikit-learn

NumPy

About

This project demonstrates the implementation of a Perceptron, the simplest building block of Deep Learning and Neural Networks, using Python and scikit-learn. The goal of this project is to understand how a machine learning model: Learns from labeled data (supervised learning)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages