Tag Archives: classification

Machine Learning Mastery: Multiclass classification using scikit-learn

Multiclass classification using scikit-learn   Multiclass classification is a popular problem in supervised machine learning. Problem – Given a dataset of m training examples, each of which contains information in the form of various features and a label. Each label corresponds to a class, to which the training example belongs to. In multiclass classification, we have a finite …

Machine Learning Mastery: Types of Learning – Supervised Learning

Types of Learning – Supervised Learning What is Learning for a machine? A machine is said to be learning from past Experiences(data feed in) with respect to some class of Tasks, if it’s Performance in a given Task improves with the Experience.For example, assume that a machine has to predict whether a customer will buy a specific product lets …