Tag: learning

  • Multivariate regression in machine learning

    Multivariate Regression in Machine Learning is a supervised machine learning algorithm. In this section we will take a close look. How does this linear regression model work? How can we train our model to predict an outcome based on a formula? In this section we will try to understand this important concept and dig some…

  • Unsupervised Learning in Machine Learning

    We have discussed supervised learning in machine learning in the previous section. Is unsupervised learning just the opposite? Well kind of that. And the story starts from here. Because in supervised learning algorithms we need a teacher who will supervise the learning. Right?  When the learning is unsupervised, we cannot expect a teacher who will…