0
2.6kviews
Write a short note on Supervised Learning.
1 Answer
| written 7.2 years ago by |
Learning agent and teacher both take input from surrounding environment. Teacher has the desired answer key for the given problem.
Whereas, learning agent processes the given input and gets an output. This actual output is subtracted from the desired output by adder, which shows the error in the actual output. …