How will you train the #machinelearning model if you have a very small amount of labelled data and the remaining data is unlabeled?
Today I came across an amazing technique to handle such cases i.e.
“Pseudo Labeling “
How does it work?
1. Train model on a batch of labelled data
2. Use the trained model to predict labels on a batch of unlabeled data
3. Use the predicted labels to calculate the loss on unlabeled data
4. Combine labelled loss with unlabeled loss and backpropagate(repeat).
To know more, refer https://towardsdatascience.com/pseudo-labeling-to-deal-with-small-datasets-what-why-how-fd6f903213af
#AI #ml #datascience #semisupervisedlearning #letthedataconfess #dataanalyst #DL #deeplearning #tutorials
💭 Try it out yourself
💭 Click on the “CLAP” icon to exhibit how useful this post was to you
💭 Make sure to “FOLLOW” AND “COMMENT” to keep learning more programming or data science-related concepts with me.