Skip to content
FacebookTwitterLinkedinYouTubeGitHubSubscribeEmailRSS
Close
Beyond Knowledge Innovation

Beyond Knowledge Innovation

Where Data Unveils Possibilities

  • Home
  • AI & ML Insights
  • Machine Learning
    • Supervised Learning
      • Introduction
      • Regression
      • Classification
    • Unsupervised Learning
      • Introduction
      • Clustering
      • Association
      • Dimensionality Reduction
    • Reinforcement Learning
    • Generative AI
  • Knowledge Base
    • Introduction To Python
    • Introduction To Data
    • Introduction to EDA
  • References
HomeImplementationNeural NetworksPerceptron in artificial neural network
Neural Networks

Perceptron in artificial neural network

May 5, 2024May 5, 2024CEO 166 views


A perceptron is one of the simplest forms of artificial neural networks. It’s a binary classifier that takes multiple binary inputs and produces a single binary output.

Here’s how it works:

  1. Inputs: Each input is associated with a weight. These inputs could be binary (0 or 1) or real-valued numbers.
  2. Weights: Each input is multiplied by a weight. The perceptron learns the appropriate weights during training to make accurate predictions.
  3. Summation: The weighted inputs are summed together with a bias term.
  4. Activation: The sum is passed through an activation function. Traditionally, this activation function is a step function. For example, if the sum is above a certain threshold, the perceptron outputs 1; otherwise, it outputs 0.
  5. Output: The output of the activation function is the output of the perceptron.
neural network, perceptron

Post navigation

Previous Post
Previous post: Quantile-based discretization of continuous variables
Next Post
Next post: Multi-Layer Perceptron (MLP) in artificial neural network

You Might Also Like

No image
Keras library wrapper classes 
May 13, 2024 Comments Off on Keras library wrapper classes 
No image
What is Deep Learning
May 9, 2024 Comments Off on What is Deep Learning
No image
Neural Network model building
May 9, 2024 Comments Off on Neural Network model building
No image
Gradient Descent Optimization
May 9, 2024 Comments Off on Gradient Descent Optimization
No image
TensorFlow
May 9, 2024 Comments Off on TensorFlow
  • Recent
  • Popular
  • Random
  • No image
    7 months ago Low-Rank Factorization
  • No image
    7 months ago Perturbation Test for a Regression Model
  • No image
    7 months ago Calibration Curve for Classification Models
  • No image
    March 15, 20240Single linkage hierarchical clustering
  • No image
    April 17, 20240XGBoost (eXtreme Gradient Boosting)
  • No image
    April 17, 20240Gradient Boosting
  • No image
    March 11, 2024Finding the optimal number of clusters (k)…
  • No image
    January 13, 2024AI & ML Solution Workflow
  • No image
    February 28, 2024Linear regression model coefficients
  • Implementation (55)
    • EDA (4)
    • Neural Networks (10)
    • Supervised Learning (26)
      • Classification (17)
      • Linear Regression (8)
    • Unsupervised Learning (11)
      • Clustering (8)
      • Dimensionality Reduction (3)
  • Knowledge Base (44)
    • Python (27)
    • Statistics (6)
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Oct    

We are on

FacebookTwitterLinkedinYouTubeGitHubSubscribeEmailRSS

Subscribe

© 2025 Beyond Knowledge Innovation
FacebookTwitterLinkedinYouTubeGitHubSubscribeEmailRSS