tangbdy's Stars
XinJingHao/DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
kenjihiranabe/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
sanderwood/bgpt
Beyond Language Models: Byte Models are Digital World Simulators
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
johnma2006/mamba-minimal
Simple, minimal implementation of the Mamba SSM in one file of PyTorch.
lm-sys/FastChat
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
DefTruth/Awesome-LLM-Inference
📖A curated list of Awesome LLM Inference Paper with codes, TensorRT-LLM, vLLM, streaming-llm, AWQ, SmoothQuant, WINT8/4, Continuous Batching, FlashAttention, PagedAttention etc.
feifeibear/LLMSpeculativeSampling
Fast inference from large lauguage models via speculative decoding
gradio-app/gradio
Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
google/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
huggingface/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
wgwang/awesome-LLMs-In-China
**大模型
Mooler0410/LLMsPracticalGuide
A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)
shobrook/sequitur
Library of autoencoders for sequential data
chenjie/PyTorch-CIFAR-10-autoencoder
This is a reimplementation of the blog post "Building Autoencoders in Keras". Instead of using MNIST, this project uses CIFAR10.
rtflynn/Cifar-Autoencoder
A look at some simple autoencoders for the Cifar10 dataset, including a denoising autoencoder. Python code included.
matanle51/LSTM_AutoEncoder
LSTM Auto-Encoder (LSTM-AE) implementation in Pytorch
piEsposito/pytorch-lstm-by-hand
A small and simple tutorial on how to craft a LSTM nn.Module by hand on PyTorch.
wenzhu23333/Federated-Learning
An open source FL implement with dataset(Femnist, Shakespeare, MNIST, Cifar-10 and Fashion-Mnist) using pytorch
FedML-AI/FedML
FEDML - The unified and scalable ML library for large-scale distributed training, model serving, and federated learning. FEDML Launch, a cross-cloud scheduler, further enables running any AI jobs on any GPU cloud or on-premise cluster. Built on this library, TensorOpera AI (https://TensorOpera.ai) is your generative AI platform at scale.
pytorch/functorch
functorch is JAX-like composable function transforms for PyTorch.
shrebox/Privacy-Attacks-in-Machine-Learning
Membership Inference, Attribute Inference and Model Inversion attacks implemented using PyTorch.
ReyhaneAskari/pytorch_experiments
Auto Encoders in PyTorch
s-chh/PyTorch-GANs
From scratch, simple and easy-to-understand Pytorch implementation of various generative adversarial network (GAN): GAN, DCGAN, Conditional GAN (cGAN), WGAN, WGAN-GP, CycleGAN, LSGAN, and StarGAN.
caogang/wgan-gp
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
csinva/gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
researchmm/AOT-GAN-for-Inpainting
[TVCG'2023] AOT-GAN for High-Resolution Image Inpainting (codebase for image inpainting)
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
JoonyoungYi/KD-pytorch
PyTorch implementation of "Distilling the Knowledge in a Neural Network"