imxtx's Stars
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
chenzomi12/AISystem
AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术
yfeng95/PRNet
Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
JDAI-CV/FaceX-Zoo
A PyTorch Toolbox for Face Recognition
NVIDIA/cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
maziarraissi/Applied-Deep-Learning
Applied Deep Learning Course
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
alembics/disco-diffusion
jacobgil/pytorch-grad-cam
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
cleverhans-lab/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
bethgelab/foolbox
A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX
Developer-Y/cs-video-courses
List of Computer Science courses with video lectures.
discourse/discourse
A platform for community discussion. Free, open, simple.
hysts/pytorch_mpiigaze_demo
Gaze estimation using MPIIGaze and MPIIFaceGaze
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
Light-City/CPlusPlusThings
C++那些事
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
pybind/pybind11
Seamless operability between C++11 and Python
google-ai-edge/mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
microsoft/unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
timesler/facenet-pytorch
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
1adrianb/face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
TadasBaltrusaitis/OpenFace
OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
openmlsys/openmlsys-zh
《Machine Learning Systems: Design and Implementation》- Chinese Version
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.
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
HIPS/autograd
Efficiently computes derivatives of NumPy code.
autodiff/autodiff
automatic differentiation made easier for C++
dlsys-course/tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines