junix's Stars
Jason2013/gslcl
Getting Started with LLVM Core Libraries (中文版),翻译:潘立丰
clxering/Effective-Java-3rd-edition-Chinese-English-bilingual
Effective Java(第3版)各章节的中英文学习参考(已完成)
selfteaching/the-craft-of-selfteaching
One has no future if one couldn't teach themself.
exaloop/codon
A high-performance, zero-overhead, extensible Python compiler using LLVM
ELS-RD/kernl
Kernl lets you run PyTorch transformer models several times faster on GPU with a single line of code, and is designed to be easily hackable.
wac81/textda
dragonflydb/dragonfly
A modern replacement for Redis and Memcached
Chalarangelo/30-seconds-of-code
Short code snippets for all your development needs
ConardLi/30-seconds-of-code-Zh-CN
你可以在30秒或更短的时间内理解的有用的javascript片段的精选集。(30-seconds-of-code中文版)
giampaolo/pyftpdlib
Extremely fast and scalable Python FTP server library
crownpku/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
akullpp/awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
markusschanta/awesome-jupyter
A curated list of awesome Jupyter projects, libraries and resources
SleepyBag/Statistical-Learning-Methods
Implement Statistical Learning Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现
online-ml/river
🌊 Online machine learning in Python
PaddlePaddle/PaddleRec
Recommendation Algorithm大规模推荐算法库,包含推荐系统经典及最新算法LR、Wide&Deep、DSSM、TDM、MIND、Word2Vec、Bert4Rec、DeepWalk、SSR、AITM,DSIN,SIGN,IPREC、GRU4Rec、Youtube_dnn、NCF、GNN、FM、FFM、DeepFM、DCN、DIN、DIEN、DLRM、MMOE、PLE、ESMM、ESCMM, MAML、xDeepFM、DeepFEFM、NFM、AFM、RALM、DMR、GateNet、NAML、DIFM、Deep Crossing、PNN、BST、AutoInt、FGCNN、FLEN、Fibinet、ListWise、DeepRec、ENSFM,TiSAS,AutoFIS等,包含经典推荐系统数据集criteo 、movielens等
alibaba/x-deeplearning
An industrial deep learning framework for high-dimension sparse data
wzhe06/Ad-papers
Papers on Computational Advertising
lxgw/LxgwWenKai
An open-source Chinese font derived from Fontworks' Klee One. 一款开源中文字体,基于 FONTWORKS 出品字体 Klee One 衍生。
karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
PRML/PRMLT
Matlab code of machine learning algorithms in book PRML
pengzhiliang/MAE-pytorch
Unofficial PyTorch implementation of Masked Autoencoders Are Scalable Vision Learners
km1994/NLP-Interview-Notes
该仓库主要记录 NLP 算法工程师相关的面试题
km1994/nlp_paper_study
该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记
THUNLP-MT/MT-Reading-List
A machine translation reading list maintained by Tsinghua Natural Language Processing Group
airaria/TextBrewer
A PyTorch-based knowledge distillation toolkit for natural language processing
ymcui/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
zalandoresearch/fashion-mnist
A MNIST-like fashion product database. Benchmark :point_down:
chncwang/InsNet
InsNet Runs Instance-dependent Neural Networks with Padding-free Dynamic Batching.
649453932/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。