nyutian's Stars
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
ziishaned/learn-regex
Learn regex the easy way
open-guides/og-aws
📙 Amazon Web Services — a practical guide
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
google/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
rasbt/deeplearning-models
A collection of various deep learning architectures, models, and tips
google/guice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
humiaozuzu/awesome-flask
A curated list of awesome Flask resources and plugins
soumith/ganhacks
starter from "How to Train a GAN?" at NIPS2016
openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
chiphuyen/machine-learning-systems-design
A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems"
Morizeyao/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
OpenNMT/OpenNMT-py
Open Source Neural Machine Translation and (Large) Language Models in PyTorch
Atcold/NYU-DLSP20
NYU Deep Learning Spring 2020
williamleif/GraphSAGE
Representation learning on large graphs using stochastic graph convolutions.
data-science-on-aws/data-science-on-aws
AI and Machine Learning with Kubeflow, Amazon EKS, and SageMaker
HobbitLong/CMC
[arXiv 2019] "Contrastive Multiview Coding", also contains implementations for MoCo and InstDis
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
aws-samples/eb-java-scorekeep
RESTful web API in Java with Spring that provides an HTTP interface for creating and managing game sessions and users.
tneumann/minimal_glo
Minimal PyTorch implementation of Generative Latent Optimization from the paper "Optimizing the Latent Space of Generative Networks"
cvalenzuela/hpc
A quick reference to access NYU High Performance Computing
biran0079/circle
Draw anything with discrete fourier transform.
ShwetanshuSingh/data-science-list
A guide-book to get familiar and started on various technologies and tools in the Data Science space
ppriyank/Prince-Set-UP
NYU Prince set up
Atcold/DLSP20-collaborative-notes
leslie-huang/TextasDataLabSpring2020
➡️ Text-as-Data lab materials for Spring 2020
nyutian/Dive-into-DL-PyTorch
本项目将《动手学深度学习》原书中的MXNet代码实现改为PyTorch实现。