microsoft/Semi-supervised-learning
A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
This project helps machine learning developers efficiently train models for image, text, or audio classification tasks when they only have a small amount of labeled data, but access to a lot of unlabeled data. It takes in both labeled and unlabeled datasets and outputs a high-performing classification model. Machine learning engineers and researchers in computer vision, natural language processing, or audio analysis will find this useful.
1,563 stars.
Use this if you need to build robust classification models but are limited by the cost or time required to meticulously label large datasets.
Not ideal if you have abundant labeled data for your task, as supervised learning methods might be more straightforward.
Stars
1,563
Forks
213
Language
Python
License
MIT
Category
Last pushed
Jan 07, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/microsoft/Semi-supervised-learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
AdaptiveMotorControlLab/CEBRA
Learnable latent embeddings for joint behavioral and neural analysis - Official implementation of CEBRA
theolepage/sslsv
Toolkit for training and evaluating Self-Supervised Learning (SSL) frameworks for Speaker...
PaddlePaddle/PASSL
PASSL包含 SimCLR,MoCo v1/v2,BYOL,CLIP,PixPro,simsiam, SwAV, BEiT,MAE 等图像自监督算法以及 Vision...
YGZWQZD/LAMDA-SSL
30 Semi-Supervised Learning Algorithms
ModSSC/ModSSC
ModSSC: A Modular Framework for Semi Supervised Classification