What is semi-supervised machine learning?

By TechTalks - 2021-01-04

Description

Semi-supervised learning helps you solve classification problems when you don't have labeled data to train your machine learning model.

Summary

  • Instead, you can use semi-supervised learning, a machine learning technique that can automate the data-labeling process with a bit of help.
  • In fact, the above example, which was adapted from the excellent book Hands-on Machine Learning with Scikit-Learn, Keras, and Tensorflow, shows that training a regression model on only 50 samples selected by the clustering algorithm results in a 92-percent accuracy (you can find the implementation in Python in this Jupyter Notebook).
  • Necessary cookies are absolutely essential for the website to function properly.

 

Topics

  1. Machine_Learning (0.51)
  2. Backend (0.32)
  3. NLP (0.17)

Similar Articles

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…

Introduction to Active Learning

By KDnuggets - 2020-12-15

An extensive overview of Active Learning, with an explanation into how it works and can assist with data labeling, as well as its performance and potential limitations.

Applications of Machine Learning in FinTech

By Medium - 2016-04-05

Machine learning is a type of artificial intelligence that provides computers with the ability to learn without being explicitly programmed. The science behind machine learning is interesting and…