Sherrylife's Stars
ggerganov/llama.cpp
LLM inference in C/C++
scutan90/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
karpathy/llm.c
LLM training in simple, raw C/CUDA
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
chenzomi12/AISystem
AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术
karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
datawhalechina/self-llm
《开源大模型食用指南》针对**宝宝量身打造的基于Linux环境快速微调(全参数/Lora)、部署国内外开源大模型(LLM)/多模态大模型(MLLM)教程
karpathy/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
adam-maj/tiny-gpu
A minimal GPU design in Verilog to learn how GPUs work from the ground up
HIPS/autograd
Efficiently computes derivatives of NumPy code.
harvardnlp/annotated-transformer
An annotated implementation of the Transformer paper.
XPoet/picx
🏞️ PicX 是一款基于 GitHub API 开发的图床工具,提供图片上传托管、生成图片链接和常用图片工具箱服务。
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
jcjohnson/torch-rnn
Efficient, reusable RNNs and LSTMs for torch
nicodjimenez/lstm
Minimal, clean example of lstm neural network training in python, for learning purposes.
hzwer/WritingAIPaper
Writing AI Conference Papers: A Handbook for Beginners
McGill-NLP/llm2vec
Code for 'LLM2Vec: Large Language Models Are Secretly Powerful Text Encoders'
wangyuGithub01/Machine_Learning_Resources
:fish::fish::fish: 机器学习面试复习资源
vaseline555/Federated-Learning-in-PyTorch
Handy PyTorch implementation of Federated Learning (for your painless research)
DeepLearningDTU/02456-deep-learning-with-PyTorch
Exercises and supplementary material for the deep learning course 02456 using PyTorch.
lmnt-com/haste
Haste: a fast, simple, and open RNN library
PKUFlyingPig/CMU10-714
Learning material for CMU10-714: Deep Learning System
spro/char-rnn.pytorch
PyTorch implementation of char-rnn (character-level language model)
siboehm/ShallowSpeed
Small scale distributed training of sequential deep learning models, built on Numpy and MPI.
YuanchengFang/dlsys_solution
Homework solutions for CMU 10-414/714 – Deep Learning Systems: Algorithms and Implementation
Sherrylife/FedLMT
[ICML2024] "FedLMT: Tackling System Heterogeneity of Federated Learning via Low-Rank Model Training with Theoretical Guarantees" by Jiahao Liu, Yipeng Zhou, Di Wu, Miao Hu, Mohsen Guizani and Quan Z. Sheng
ysh329/cv-template
LaTeX resume template
BaoLocPham/RNN_GRU_LSTM_from_scratch_pytorch
RNN, GRU, LSTM from scratch with pytorch