diff options
Diffstat (limited to 'SI/Resource/Data Science/Machine Learning/Contents/Regression.md')
| -rw-r--r-- | SI/Resource/Data Science/Machine Learning/Contents/Regression.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/SI/Resource/Data Science/Machine Learning/Contents/Regression.md b/SI/Resource/Data Science/Machine Learning/Contents/Regression.md new file mode 100644 index 0000000..8e2a1df --- /dev/null +++ b/SI/Resource/Data Science/Machine Learning/Contents/Regression.md @@ -0,0 +1,17 @@ +--- +id: 2023-12-17 +aliases: December 17, 2023 +tags: +- link-note +- Data-Science +- Machine-Learning +- Regression +--- + +# Regression + +Regression is a statistical method used in data analysis that models the relationship between a dependent variable and one or more independent variables. The main goal of regression is to predict the value of the dependent variable based on the values of the independent variables. It's widely used in various fields like economics, finance, biology, engineering, and more, for forecasting, estimating, and identifying relationships among variables. + +1. Input: Continuous (float), Discrete (categorical), etc. +2. Output: Continuous (float) +3. Model types: a function (e.g., $y = w_1x + w_0$)
\ No newline at end of file |
