Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Define machine learning and its different types.
Machine learning is a branch of Artificial Intelligence(AI) and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy. "Machine learning algorithms are software programs that learn from data and make predictions aboutRead more
Machine learning is a branch of Artificial Intelligence(AI) and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy.
“Machine learning algorithms are software programs that learn from data and make predictions about future events.” The term machine learning was coined in 1959 by Arthur Samuel, an IBM employee and pioneer in the field of computer gaming and artificial intelligence.
There are four types of machine learning:
- Supervised Learning : It is based on supervision. In this, we train the machines using labelled dataset and based on the training the machine predicts the output.
- Un-supervise Learning : It is different from the supervised learning techniques as its name suggest, there is no need of supervision. In un-supervised machine learning the machine is trained using the un-labelled dataset and machine predicts the output without any supervision.
- Semi-supervise Learning : It is a type of machine learning algorithms that lies between supervised and un-supervise machine learning. It uses the combination of labelled and un-labelled datasets during the training period. To overcome the drawbacks of supervised learning and un-supervise learning, the concept of semi-supervise learning is introduced.
- Reinforcement Learning : It works on a feedback-based process in which an AI agent ( a software component) automatically explore its surrounding by hitting and trail, taking action, learning from experience and improving its performance.
See less