lhoien's Stars
WenjieDu/Awesome_Imputation
Awesome Deep Learning for Time-Series Imputation, including a must-read paper list about applying neural networks to impute incomplete time series containing NaN missing values/data
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features from various papers
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
LeapLabTHU/ACmix
Official repository of ACmix (CVPR2022)
brucejunlee/RMT_Theory_Applications
some important properties on random matrix theory and its applications in multiple areas
MenghaoGuo/Awesome-Vision-Attentions
Summary of related papers on visual attention. Related code will be released based on Jittor gradually.
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
EbookFoundation/free-programming-books
:books: Freely available programming books
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
YangRui2015/Sparse-Reward-Algorithms
Implement many Sparse Reward algorithms in Gym Fetch environment
ML4Comm-Netw/Paper-with-Code-of-Wireless-communication-Based-on-DL
无线与深度学习结合的论文代码整理/Paper-with-Code-of-Wireless-communication-Based-on-DL
AllenDowney/ThinkBayes2
Text and code for the second edition of Think Bayes, by Allen Downey.
LantaoYu/MARL-Papers
Paper list of multi-agent reinforcement learning (MARL)
jackfrued/Python-Core-50-Courses
Python语言基础50课
jackfrued/Python-100-Days
Python - 100天从新手到大师
wiseodd/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
yfeng95/GAN
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
TheAlgorithms/Python
All Algorithms implemented in Python