The aim in regression is forming a relationship between one or more input and output variables. Hence, information on one variable can be obtained by using the information on other variables. To fully explain the regression concept, we will start with its definition in this chapter. Then, we will introduce linear,Linear regression polynomial,Polynomial regression kNN,KNN regression and decision tree regression.Decision tree regression While handling each regression method, we will cover its theoretical background. Then, we will explore its formation in Python language on PC. Afterward, we will show methods to deploy the formed regressor to the STM32 microcontroller. We will form a regressor to estimate future temperature values as end of chapter application.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Regression

  • Cem Ünsalan,
  • Berkan Höke,
  • Eren Atmaca

摘要

The aim in regression is forming a relationship between one or more input and output variables. Hence, information on one variable can be obtained by using the information on other variables. To fully explain the regression concept, we will start with its definition in this chapter. Then, we will introduce linear,Linear regression polynomial,Polynomial regression kNN,KNN regression and decision tree regression.Decision tree regression While handling each regression method, we will cover its theoretical background. Then, we will explore its formation in Python language on PC. Afterward, we will show methods to deploy the formed regressor to the STM32 microcontroller. We will form a regressor to estimate future temperature values as end of chapter application.