YuejiangLIU's Stars
Developer-Y/cs-video-courses
List of Computer Science courses with video lectures.
karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
rasbt/deeplearning-models
A collection of various deep learning architectures, models, and tips
dair-ai/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
janishar/mit-deep-learning-book-pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
academicpages/academicpages.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
google-research/vision_transformer
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
hhatto/autopep8
A tool that automatically formats Python code to conform to the PEP 8 style guide.
NVlabs/imaginaire
NVIDIA's Deep Imagination Team's PyTorch Library
JustFollowUs/Machine-Learning
HobbitLong/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
Machine-Learning-Tokyo/AI_Curriculum
Open Deep Learning and Reinforcement Learning lectures from top Universities like Stanford, MIT, UC Berkeley.
vsitzmann/awesome-implicit-representations
A curated list of resources on implicit neural representations.
GoogleCloudPlatform/ml-design-patterns
Source code accompanying O'Reilly book: Machine Learning Design Patterns
apple/ml-hypersim
Hypersim: A Photorealistic Synthetic Dataset for Holistic Indoor Scene Understanding
alexandre01/deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
amber0309/Domain-generalization
All about domain generalization
kristery/Awesome-Imitation-Learning
A curated list of awesome imitation learning resources and publications
google-research/robustness_metrics
evanzd/ICLR2021-OpenReviewData
Crawl & visualize ICLR papers and reviews.
liuyubobobo/ai-learning-roadmap
Ai Learning Roadmap based on lots of open course sources and book materials. 我总结的 AI 学习路径。
lucidrains/slot-attention
Implementation of Slot Attention from GoogleAI
HarshayuGirase/Human-Path-Prediction
State-of-the-art methods for human trajectory forecasting. Contains code for papers published at ECCV 2020 and ICCV 2021.
MarcDiethelm/contributing
How to make a clean pull request on Github
vita-epfl/trajnetplusplusbaselines
[ITS'21] Human Trajectory Forecasting in Crowds: A Deep Learning Perspective
qinhanmin2014/machine-learning-Andrew-Ng
Machine learning online course from Andrew Ng.
WeiFoo/NoML
A notebook for machine learning interview
facebookresearch/InvarianceUnitTests
Toy datasets to evaluate algorithms for domain generalization and invariance learning.