ORIGIN

Learning classification

Machine Learning 2 mins360 words
This article was written 1651 days ago. The content of the article may be out of date.

In general, any machine learning problem can be assigned to one of two broad classifications:

Supervised learning and Unsupervised learning.

Supervised Learning

In my understanding, supervised learning is that the given situation has a certain answer. We give multiple data to the algorithm and the answer of the given data.

The term Supervised Learning refers to the fact that we gave the algorithm a data set in which the, called, “right answers” were given. That is we gave it a data set of houses in which for every example in this data set, we told it what is the right price.

Examples

Housing price prediction:

Image result for supervised machine learning

Given a size of the house and compute the price. We can treat the data as a function (see as linear in this graph).

The task of the algorithm was to just produce more of these right answers .

This problem is also called Regression Problem.

Breast Cancer Prediction

Image result for supervised machine learning cancer prediction

This is an different situation, I think. We give many properties of the patient, and check out whether the patient has got a cancer or not. The answer is among some given types like cancer type 1, cancer type 2 and no cancer.

For some learning problems what you really want is not to use like three or five features, but instead you want to use an infinite number of features, an infinite number of attributes, so that your learning algorithm has lots of attributes, or features, or cues with which to make those predictions.

This is problem is also called Regression Problem.

Here is an contradistinction of the two types of problems

9: Classification vs RegressionÂ

Unsupervised Learning

Unsupervised Learning: you didn’t classify or label. Instead, the algorithm categorize itself. You give it a data sets and it can automatically find categories. It’s called cluster algorithm.

Unsupervised learning allows us to approach problems with little or no idea what our results should look like. We can derive structure from data where we don’t necessarily know the effect of the variables.

For examples, we give a data set of many new, it can categorize the different types of news.

Comparison

Here is a contradistinction of two types Learning.

Related image

TOP
COMMENT
  • ABOUT
  • |
o_oyao
  The Jigsaw puzzle is incomplete with even one missing piece. And I want to be the last piece to make the puzzle complete.
Like my post?
Default QR Code
made with ❤️ by o_oyao
©o_oyao 2019-2024

|