

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference between supervised and unsupervised learning.
Machine learning defines basically two types of learning which includes supervised and unsupervised. As name suggested in supervised learning a supervision is provided or available on the basis of which one can identify whether learning is on right track or not. While in case of unsupervised leaning no such supervision is available and whatever is learnt is on the basis of one's intellectual and general inception. This topic of distinguishing both of these learning would be difficult to cover under tabular form but we will try -
Sr. No. | Key | Supervised Learning | Unsupervised Learning |
---|---|---|---|
1 | Basic implementation | In supervised learning both input and output variables are provided on the basis of which the output could be predicted and probability of its correctness is higher. | On other hand in unsupervised learning only input variables are provided and no output variable are available due to which the outcome or resultant learning is dependent on one intellectual observation. |
2 | Algorithms | In case of supervised learning algorithms are trained or used using labelled input data which means the data itself have somewhat information about itself and would help in learning. | While in case of unsupervised learning algorithms are used against data which is not labelled and hence user has to label the data according to its understanding. |
3 | Complexity | Availability of input parameters along with labelling over them makes the supervised learning less complex as compare to unsupervised learning. | On other hand as only unlabelled input parameters are available and user has to label them by itself this makes unsupervised leaning more complex as compare with supervised leaning. |
4 | Accuracy and correctness | As supervised learning is treated as highly accurate and trustworthy method so the accuracy and correctness is better as compare to unsupervised learning. | On other hand unsupervised learning is comparatively less accurate and trustworthy method. |
5 | Environment Requirement | As labelled input parameters are available which makes supervised learning method to takes place off-line. | On other hand unsupervised learning method takes place in real time. |
- Related Questions & Answers
- What is Reinforcement Learning? How is it different from supervised and unsupervised learning?
- What is Supervised Learning?
- What is Unsupervised Learning?
- What are the examples of Unsupervised Learning?
- Difference between Machine learning and Artificial Intelligence
- Difference between Data Mining vs. Machine Learning?
- What is Semi-Supervised Cluster Analysis?
- Difference between JCoClient and JCoDestination
- Difference between String and StringBuffer.
- Difference between StringBuffer and StringBuilder.
- Difference between C# and .Net
- Difference between Process and Thread
- Difference between Concurrency and Parallelism
- Difference between localhost and 127.0.0.1?
- Difference between Java and JavaScript.
Advertisements