ImMohammadHosseini/incremental-learning
:sparkles: Implementation of "Learn#: A Novel incremental learning method for text classification". Its includes four components: :heavy_check_mark:Student model (deep learning :fire:), :heavy_check_mark: a reinforcement learning (RL) module, :heavy_check_mark:a Teacher model, and :heavy_check_mark: a discriminator model.
No commits in the last 6 months.
Stars
5
Forks
—
Language
PureBasic
License
GPL-3.0
Category
Last pushed
Oct 17, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ImMohammadHosseini/incremental-learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aimagelab/mammoth
An Extendible (General) Continual Learning Framework based on Pytorch - official codebase of...
LAMDA-CL/PyCIL
PyCIL: A Python Toolbox for Class-Incremental Learning
GMvandeVen/continual-learning
PyTorch implementation of various methods for continual learning (XdG, EWC, SI, LwF, FROMP, DGR,...
LAMDA-CL/LAMDA-PILOT
🎉 PILOT: A Pre-trained Model-Based Continual Learning Toolbox
mmasana/FACIL
Framework for Analysis of Class-Incremental Learning with 12 state-of-the-art methods and 3 baselines.