DoubleS-S's Stars
xtinkt/editable
A supplementary code for Editable Neural Networks, an ICLR 2020 submission.
NUS-HPC-AI-Lab/DATM
ICLR 2024, Towards Lossless Dataset Distillation via Difficulty-Aligned Trajectory Matching
reasoning-survey/Awesome-Reasoning-Foundation-Models
✨✨Latest Papers and Benchmarks in Reasoning with Foundation Models
snu-mllab/Efficient-Dataset-Condensation
Official PyTorch implementation of "Dataset Condensation via Efficient Synthetic-Data Parameterization" (ICML'22)
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
tamlhp/awesome-machine-unlearning
Awesome Machine Unlearning (A Survey of Machine Unlearning)
GeorgeCazenavette/mtt-distillation
Official code for our CVPR '22 paper "Dataset Distillation by Matching Training Trajectories"
HqWu-HITCS/Awesome-Chinese-LLM
整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
autogyro/DAFL
A Pytorch implementation of "Data-Free Learning of Student Networks" (ICCV 2019).
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
NVlabs/DeepInversion
Official PyTorch implementation of Dreaming to Distill: Data-free Knowledge Transfer via DeepInversion (CVPR 2020)
GeorgeCazenavette/glad
Guang000/Awesome-Dataset-Distillation
A curated list of awesome papers on dataset distillation and related applications.
liuyugeng/baadd
Code for Backdoor Attacks Against Dataset Distillation
zjunlp/EasyEdit
[ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.
pesser/pytorch_diffusion
PyTorch reimplementation of Diffusion Models
chenweixin107/TrojDiff
bertjiazheng/Awesome-CAD
😎 A list of awesome Computer-Aided Design (CAD) papers
Hannibal046/Awesome-LLM
Awesome-LLM: a curated list of Large Language Model
bdebye/thesisuestc
ThesisUESTC-电子科技大学毕业论文模板
pengsida/learning_research
本人的科研经验
hyunwoongko/transformer
Transformer: PyTorch Implementation of "Attention Is All You Need"
abhishekkrthakur/approachingalmost
Approaching (Almost) Any Machine Learning Problem
faridrashidi/kaggle-solutions
🏅 Collection of Kaggle Solutions and Ideas 🏅
haoel/leetcode
LeetCode Problems' Solutions
kenjihiranabe/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
CS-BAOYAN/CSYuTuiMian2023
fanglanting/skip-gram-pytorch
A complete pytorch implementation of skip-gram
kangyangWHU/ML_Project
applying traditional machine learning algorithms (logistic regression, decision tree, SVM, MLP, NB) and deep learning methods(Text CNN, Bi-LSTM+Attention, BERT) to sentiment classification on chinese dataset.)
p208p2002/JOSPON-with-Pytorch
句子正負面情緒分析,使用Pytorch建立的雙層感知模型(MLPs)。