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: 202  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Neural Networks Review — practice the complete quiz, review flashcards, or try a random question.


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.