Auzdora's Stars
niebayes/MIT-6.5840
My solution for MIT 6.5840 (aka. MIT 6.824). No failure within 30,000 tests.
conanhujinming/tips_for_interview
我的一些面试心得;自学CS历程分享;找工作求职经验分享
ChunmingHe/awesome-concealed-object-segmentation
karpathy/LLM101n
LLM101n: Let's build a Storyteller
MarkMoHR/Awesome-Referring-Image-Segmentation
:books: A collection of papers about Referring Image Segmentation.
visionxiang/awesome-camouflaged-object-detection
A curated list of awesome resources for camouflaged/concealed object detection (COD).
Light-City/CPlusPlusThings
C++那些事
hila-chefer/Transformer-Explainability
[CVPR 2021] Official PyTorch implementation for Transformer Interpretability Beyond Attention Visualization, a novel method to visualize classifications by Transformer based networks.
karpathy/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
JindongGu/Awesome-Prompting-on-Vision-Language-Model
This repo lists relevant papers summarized in our survey paper: A Systematic Survey of Prompt Engineering on Vision-Language Foundation Models.
thunlp/PromptPapers
Must-read papers on prompt-based tuning for pre-trained language models.
pliang279/awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
Xovee/uestc-course
电子科技大学课程资料共享平台. Course material sharing platform of UESTC.
Paitesanshi/LLM-Agent-Survey
pengzhile/pandora
潘多拉,一个让你呼吸顺畅的ChatGPT。Pandora, a ChatGPT that helps you breathe smoothly.
clstatham/k4dos
nefu-ljw/database-cmu15445-fall2020
Database system project based on CMU 15-445/645 (FALL 2020) https://15445.courses.cs.cmu.edu/fall2020/assignments.html
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
cmu-db/bustub
The BusTub Relational Database Management System (Educational)
geektutu/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
Hansimov/csapp
个人整理的《深入理解计算机系统》中文电子版(原书第 3 版)与实验材料:https://hansimov.gitbook.io/csapp/
ranxian/xv6-chinese
中文版的 MIT xv6 文档
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
pjreddie/darknet
Convolutional Neural Networks
openmlsys/openmlsys-zh
《Machine Learning Systems: Design and Implementation》- Chinese Version
dcdcvgroup/FcaNet
FcaNet: Frequency Channel Attention Networks
HuaizhengZhang/AI-System-School
🚀 Awesome System for Machine Learning ⚡️ AI System Papers and Industry Practice. ⚡️ System for Machine Learning, LLM (Large Language Model), GenAI (Generative AI). 🍻 OSDI, NSDI, SIGCOMM, SoCC, MLSys, etc. 🗃️ Llama3, Mistral, etc. 🧑💻 Video Tutorials.
HadXu/Thunder
A small deep-learning framework with C++/Python/CUDA
tqchen/tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines