---
title: "What is Perceptron in Machine Learning?"  
description: "What is Perceptron in Machine Learning?"  
author: "Prakash nidhi Verma"  
published: 2018-06-27  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/23446/what-is-perceptron-in-machine-learning  
category: "artificial intelligence"  
tags: ["python", "artificial intelligence"]  
reading_time: 1 minute  

---

# What is Perceptron in Machine Learning?

Perceptron is a type of algorithm for supervised classification in Machine learning which is give input into one of several possible non-binary outputs. The neural networks contents is an artificial neuron using the Heaviside step function as the activation function in Perceptron Algorithms.

## Answers

### Answer by Prakash nidhi Verma

Perceptron is a type of algorithm for supervised classification in Machine learning which is give input into one of several possible non-binary outputs. The neural networks contents is an artificial neuron using the Heaviside step function as the activation function in Perceptron Algorithms.


---

Original Source: https://www.mindstick.com/interview/23446/what-is-perceptron-in-machine-learning

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
