xiaoyu12's Stars
Stability-AI/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
MostlyAdequate/mostly-adequate-guide
Mostly adequate guide to FP (in javascript)
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
NVlabs/stylegan
StyleGAN - Official TensorFlow Implementation
hmemcpy/milewski-ctfp-pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
facebookresearch/xformers
Hackable and optimized Transformers building blocks, supporting a composable construction.
cnr-isti-vclab/meshlab
The open source mesh processing system
libigl/libigl
Simple MPL-2.0-licensed C++ geometry processing library.
dair-ai/Mathematics-for-ML
š§® A collection of resources to learn mathematics for machine learning
rasbt/machine-learning-book
Code Repository for Machine Learning with PyTorch and Scikit-Learn
gedeck/practical-statistics-for-data-scientists
Code repository for O'Reilly book
divelab/DIG
A library for graph deep learning research
terryyin/lizard
A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
nmwsharp/polyscope
A C++ & Python viewer for 3D data like meshes and point clouds
bgavran/Category_Theory_Machine_Learning
List of papers studying machine learning through the lens of category theory
geomstats/geomstats
Computations and statistics on manifolds with geometric structures.
e3nn/e3nn
A modular framework for neural networks with Euclidean symmetry
HannesStark/EquiBind
EquiBind: geometric deep learning for fast predictions of the 3D structure in which a small molecule binds to a protein
google-deepmind/clrs
Profactor/continuous-remeshing
Continuous Remeshing For Inverse Rendering
FunctionLab/selene
a framework for training sequence-level deep learning networks
jilljenn/tryalgo
Algorithms and data structures for preparing programming competitions: basic and advanced
octavian-ganea/equidock_public
EquiDock: geometric deep learning for fast rigid 3D protein-protein docking
bgavran/Category_Theory_Resources
List of resources for learning Category Theory
radfordneal/plotutils
Plotutils+ is a fork of the GNU plotutils package, with fixes and extensions
changliu00/SG-Geod-MCMC
Codes for "Stochastic Gradient Geodesic MCMC Methods" (NIPS-16)
wvuvectors/keggerator
ucsb-gradescope-tools/sample-cpp-pydiff-autograder
A sample diff-based autograder for a simple C++ assignment, using Python's unittest framework