ANN (perceptron learning Flashcards
What is NN based on and what does it do?
Analogy from how the brain works
Parallel processing
Has software and hardware implementation
What does Perceptron learning do?
It performs pattern classification
Its a feedforward neural network
Can be single layered or multilayered
Is trained by determining weights and biases
What is an epoch?
1 complete pass through the entire training dataset
What does Perceptron learning perform?
Pattern classification
What does the training of Perceptron Learning do?
It allows the Perceptron to learn the optimal weights and bias for a specific classification task
Binary classification example
Attributes:
Shape
Texture
Weight
Orange:
input: [1 -1 -1]
output: -1
Apple…..