Pinned Repositories
AIStartups
Startups about artificial intelligence. (DM, ML, NLP, CV...)
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
awesome-network-embedding
A curated list of network embedding techniques.
awesome-rl
Reinforcement learning resources curated
Batch-Normalization
Implementation of Batch Normalization Layer by Theano. Test Code with MNIST data.
cart
Classification and Regression Trees (CART) in python from scratch.
cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
CS110
Principles of Computer Systems
deep-person-reid
Pytorch implementation of deep person re-identification models.
defense
sanduanji's Repositories
sanduanji/triplet-reid-pytorch
My implementation of the paper [In Defense of the Triplet Loss for Person Re-Identification]
sanduanji/dl4j-examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
sanduanji/GEM
sanduanji/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
sanduanji/Logistic
Experimental logistic regression code supporting multiple result categories, many levels of categorical modeling variables, good optimization, L2 regularization and more.
sanduanji/MLAlgorithms
Minimal and clean examples of machine learning algorithms implementations
sanduanji/kmeans
K Means Clustering with Python
sanduanji/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
sanduanji/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
sanduanji/awesome-network-embedding
A curated list of network embedding techniques.
sanduanji/test
123
sanduanji/testgit
sanduanji/link-prediction
Representation learning for link prediction within social networks
sanduanji/deep-person-reid
Pytorch implementation of deep person re-identification models.
sanduanji/cart
Classification and Regression Trees (CART) in python from scratch.
sanduanji/handong1587.github.io
sanduanji/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
sanduanji/ST_Loss
Selective Transferring Loss for Pedestrian Detection Learning from Multi-Domains
sanduanji/DukeMTMC-reID_evaluation
ICCV2017 The Person re-ID Evaluation Code for DukeMTMC-reID Dataset (Including Dataset Download)
sanduanji/person-re-ranking
Person Re-ranking (CVPR 2017)
sanduanji/hands_on_ml
testing git
sanduanji/DLInterview
Deep Learning Interview 深度学习面试题目汇总
sanduanji/person-reid-benchmark
A Systematic Evaluation and Benchmark for Person Re-Identification: Features, Metrics, and Datasets
sanduanji/recurrent-visual-attention
A PyTorch Implementation of "Recurrent Models of Visual Attention"
sanduanji/ML-IN-ACTION
The codes I code for the book 《Machine Learning In Action》,and I correct the error in the book to confirm the codes run successfully.
sanduanji/open-reid
Open source person re-identification library in python
sanduanji/Recognizing-handwritten-digits-KNN
MNIST K-NN classification
sanduanji/machine-learning
machine learning examples in python
sanduanji/node2vec_linkprediction
Testing link prediction using Node2Vec
sanduanji/CS110
Principles of Computer Systems