What are regression and classification problems? Machine Learning Knowledge Points

Regression problems and classification problems are the two most common types of prediction problems in machine learning.

What are regression and classification problems?

A regression problem is one that, given input variables (features) and a continuous output variable (label), builds a function to predict the value of the output variable. In other words, the goal of a regression problem is to predict a continuous output value, such as predicting house prices, stock prices, sales, etc. Regression problems usually use regression analysis techniques such as linear regression, polynomial regression, decision tree regression, etc.

Classification problems are given input variables (features) and a discrete output variable (label), building a function to predict the category of the output variable. In other words, the goal of a classification problem is to predict a discrete output value, such as classifying an image as a cat or a dog, predicting whether an email is spam or ham, etc. Classification problems usually use classification algorithms such as logistic regression, support vector machines, decision tree classification, etc.

The difference between a regression problem and a classification problem is the type of output variable. The output variables of regression problems are continuous while those of classification problems are discrete. In machine learning, it is usually necessary to select appropriate algorithms and evaluation indicators according to the requirements of the task to solve regression or classification problems.

Share some of the artificial intelligence learning materials I have compiled for you for free. It has been compiled for a long time and is very comprehensive. Including some artificial intelligence basic introductory videos + AI common framework practical videos, computer vision, machine learning, image recognition, NLP, OpenCV, YOLO, pytorch, deep learning and neural network and other videos, courseware source code, well-known domestic and foreign elite resources, AI popular Papers, etc.

The following are some screenshots, click on the business card at the end of the article to follow my official account [AI Technology Planet] and send the password 321 to receive it (must send the password 321)

Table of contents

1. AI Free Video Courses and Projects

2. Artificial intelligence must-read books

3. Collection of Papers on Artificial Intelligence

4. Machine Learning + Computer Vision Basic Algorithm Tutorial

 Five, deep learning machine learning cheat sheet (a total of 26)

To learn artificial intelligence well, you need to read more books, do more hands-on work, and practice more. If you want to improve your level, you must learn to calm down and learn systematically slowly, so that you can gain something in the end.

Click on the business card below, scan the QR code to follow the official account [AI Technology Planet] and send the code 321 to receive the information in the article for free.

Guess you like

Origin blog.csdn.net/gp16674213804/article/details/129447267