Tag: regression

  • 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…

  • Supervised Learning in Machine Learning

    Supervised learning in machine learning refers to a category of machine learning. In the previous section we have discussed many categories. We have seen one key feature of machine learning is to train a machine based on a training dataset. Right?  However, for doing that we need an algorithm, of course. As a result the…