A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0.

🎲 Try a Random Question  |  Total Questions in Quiz: 144  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Neural Network Practice Test — practice the complete quiz, review flashcards, or try a random question.

A neural network is a method in artificial intelligence that teaches computers to process data in a way that is inspired by the human brain. It is a type of machine learning process, called deep learning, that uses interconnected nodes or neurons in a layered structure that resembles the human brain.

Neural networks are also known as artificial neural networks (ANNs) or simulated neural networks (SNNs), are a subset of machine learning and are at the coreof deep learning algorithms. 
 


A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0.