0
987views
What is learning process ? What do you mean by supervised and unsupervised learning with suitable example
1 Answer
written 3.5 years ago by |
Learning in Neural Network:
Differentiate between Supervised and Unsupervised Learning:
Supervised Learning | Unsupervised Learning |
---|---|
1. The desired output is known. | 1. The desired output is unknown. |
--- | --- |
2. Error information can be used. | 2. Error information cannot be used. |
3. A reward/punishment scheme is used | 3. It uses observation for learning |
4. A training set is required. | 4. A training set is not required. |
5. It does not use the concept of clustering patter and SOM (Self Organizing Map) | 5. It uses the concept of clustering patter and SOM (Self Organizing Map) |
6. Analogy: It corresponds to learning in class room in the presence of teacher. Thus, questions can be answered. | 6. Analogy: It corresponds to learning from a video tape lecture. Thus, questions can not be answered. |
7. | 7. |
8. For Example: Perceptron learning rule | 8. For Example: Hebbian learning rule |