ML 1.4 Semi-Supervised Machine Learning and Reinforcement Learning
Semi-Supervised Learning: - Semi-supervised machine learning is a learning approach that uses a small amount of labelled data and a large amount of unlabelled data to train a model. semi-supervised learning is needed for 1. Labelling data is time-consuming and expensive 2. Unlabelled data is easy to collect 3. Semi-supervised learning improves accuracy compared to using only a small labelled dataset Semi-supervised learning works 1. Start with a small labelled dataset 2. Train an initial model 3. Use the model to predict labels for unlabelled data 4. Select confident predictions 5. Retrain the model using both l...