MatrixPlayer's Stars
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
excalidraw/excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision
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, ... 🧠
jgraph/drawio-desktop
Official electron build of draw.io
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
tatsu-lab/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
hoya012/deep_learning_object_detection
A paper list of object detection using deep learning.
NVIDIA/TensorRT
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
wsdjeg/vim-galore-zh_cn
Vim 从入门到精通
openmlsys/openmlsys-zh
《Machine Learning Systems: Design and Implementation》- Chinese Version
intel/intel-extension-for-transformers
⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡
THUDM/CogView
Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".
pytorch/torchdynamo
A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
thunlp/OpenDelta
A plug-and-play library for parameter-efficient-tuning (Delta Tuning)
OpenBMB/BMTrain
Efficient Training (including pre-training and fine-tuning) for Big Models
ROCm/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
mindspore-ai/akg
AKG (Auto Kernel Generator) is an optimizer for operators in Deep Learning Networks, which provides the ability to automatically fuse ops with specific patterns.
mindspore-lab/minddiffusion
A collection of diffusion models based on MindSpore
brookicv/FFMPEG-study
学习FFMPEG的一些代码示例
gongxijun/ocr_recognition
验证码识别,该模型是基于xlvector模型上进行加工,验证码内容包含了大小字母以及数字,采用lstm+warp-ctc+cnn达到不分割字符而识别验证码内容~
sherlockchou86/vision-web-service
Implement of computer vision web api with Python and Tensorflow, include a image marker tool for this dl framework
Cambricon/catch
MondayYuan/DLCompilerResource
MatrixPlayer/deep_learning_object_detection
A paper list of object detection using deep learning.
MatrixPlayer/FFMPEG-study
学习FFMPEG的一些代码示例
MatrixPlayer/leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
MatrixPlayer/MachineLearning_TensorFlow
TensorFlow学习
MatrixPlayer/tensorflow_models_nets
tensorflow GoogleNet inception V1 V2 V3 V4