Machine Learning Algorithms
Machine Learning Algorithms
MACHINE LEARNING
ML: improve automatically through experience and by the use of data. ML
algorithms include decision trees, neural networks. Trained models serve as
representations of the learned data
Applications: Netflix, speech recognition, medical diagnosis, and autonomous
vehicles, Chatbots, personalized ads, and fraud detection systems.
Problems: Overfitting, where models become too specialized on training data,
lead to poor performance on new data. Bias in training data causes boxes.
REGRESSION CORRELATION:
measure of the strength of a linear relationship between two quantitative
variables (e.g. price, sales). If the change in one variable appears to be
accompanied by a change in the other variable the two variables are said to be
correlated and this is called correlation.
Causation: one event is the result of the occurrence of the other event.
Pearson’s R: measures the strength and direction of the linear relationship
between two continuous variables. Pearson correlation coefficient is 0.35
1. Scale of measurement should be interval or ratio.
2. Variables should be approximately normally distributed.
3. The association should be linear.
4. There should be no outliers in the data.
May not be suitable in situations like: No correlation, outliners, non linear
relationships and violation of assumptions.
When we make a distribution in which there is an involvement of more than one
variable, then such an analysis is called Regression Analysis. Depends on
regression line or curve.
The least squares method is commonly employed to find this best-fit line or
curve. This method minimizes the squared differences between observed and
predicted values