Reader small image

You're reading from  Hands-On Artificial Intelligence with Java for Beginners

Product typeBook
Published inAug 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781789537550
Edition1st Edition
Languages
Right arrow
Author (1)
Nisheeth Joshi
Nisheeth Joshi
author image
Nisheeth Joshi

Nisheeth Joshi is an associate professor and a researcher at Banasthali University. He has also done a PhD in Natural Language Processing. He is an expert with the TDIL Program, Department of IT, Government of India, the premier organization overseeing language technology funding and research in India. He has several publications to his name in various journals and conferences, and also serves on the program committees and editorial boards of several conferences and journals.
Read more about Nisheeth Joshi

Right arrow

An introduction to semi-supervised learning


Semi-supervised learning is a class of supervised learning that takes unlabeled data into consideration. If we have a very large amount of data, we most likely want to apply learning to it. However, training that particular data with supervised learning is a problem, because a supervised learning algorithm always requires a target variable: a class that can be assigned to the dataset.

Suppose that we have millions of instances of a particular type of data. Assigning a class to these instances would be a very big problem. Therefore, we'll take a small set from that particular data and manually tag the data (meaning that we'll manually provide a class for the data). Once we have done this, we'll train our model with it, so that we can work with the unlabeled data (because we now have a small set of labeled data, which we created). Typically, a small amount of labeled data is used with a large amount of unlabeled data. Semi-supervised learning falls...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Artificial Intelligence with Java for Beginners
Published in: Aug 2018Publisher: PacktISBN-13: 9781789537550

Author (1)

author image
Nisheeth Joshi

Nisheeth Joshi is an associate professor and a researcher at Banasthali University. He has also done a PhD in Natural Language Processing. He is an expert with the TDIL Program, Department of IT, Government of India, the premier organization overseeing language technology funding and research in India. He has several publications to his name in various journals and conferences, and also serves on the program committees and editorial boards of several conferences and journals.
Read more about Nisheeth Joshi