Linear Regression Simplified with Mathematics
No account is required. Learn the material, try the examples, and mark it complete locally when you are ready to move on.
Note:
Don't be stressed out with any python code, this is a mathematics tutorial, so just focus on mathematics and build your intuition.
Machine Learning
Artificial Intelligence needs no introduction for us programmers. But when most people talk about AI, they imagine an intelligent machine capable of learning or thinking like we humans do. While to some extent it's true, but it's wrong to say it's completely right. AI simply is a result of some mathematical and statistical algorithms and today we'll learn the basics of how these algorithm works.
Let's talk about what machine learning is. The set of mathematical algorithms which our AI systems use behind the curtains is called the machine learning.
So, machine learning is the process of how our computers gets trained to learn like humans while AI (in general) is the end result.
There are (in general) three types of Machine Learning Techniques:
- Supervised Learning
- Unsupervised Learning
- Re-inforcement Learning
Supervised Learning:
- Regression - Predict numerical outputs
- Classification - Predict categorical outputs (yes/no)