Pinned Repositories
Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
applied-reinforcement-learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
awesome-courses
:books: List of awesome university courses for learning Computer Science!
awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
BayesianOptimization
A Python implementation of global optimization with gaussian processes.
BreezySLAM
Simple, efficient, open-source package for Simultaneous Localization and Mapping in Python, Matlab, Java, and C++
CV-lecture-quizzes-python
Python version of GT/Udacity Introduction to Computer Vision quizzes
machine-learnist
A repository covering my impressions and notes of Udacity's ML nanodegree
yisun518's Repositories
yisun518/CV-lecture-quizzes-python
Python version of GT/Udacity Introduction to Computer Vision quizzes
yisun518/machine-learnist
A repository covering my impressions and notes of Udacity's ML nanodegree
yisun518/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
yisun518/applied-reinforcement-learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
yisun518/awesome-courses
:books: List of awesome university courses for learning Computer Science!
yisun518/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
yisun518/BayesianOptimization
A Python implementation of global optimization with gaussian processes.
yisun518/BreezySLAM
Simple, efficient, open-source package for Simultaneous Localization and Mapping in Python, Matlab, Java, and C++
yisun518/cvxopt-tutorial
CVXOPT Tutorial
yisun518/DataScience_Interview_Seminar
This is the presentation on - What are the key points one should consider if they will be appearing in Data Science job interview
yisun518/DDQN-PER
Double Deep Q-Learning with Prioritized Experience Replay
yisun518/deep-q-learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
yisun518/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
yisun518/deep-trading-agent
Deep Reinforcement Learning based Trading Agent for Bitcoin
yisun518/DirectX-Graphics-Samples
This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
yisun518/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
yisun518/Financial_Forecasting_with_TensorflowJS
This is the code for "Financial Forecasting with Tensorflow.js" By Siraj Raval on Youtube
yisun518/gaussrank
Preparing continuous features for neural networks with GaussRank
yisun518/gdrl
Code to go along with the Grokking Deep Reinforcement Learning book
yisun518/gt-nlp-class
Course materials for Georgia Tech CS 4650 and 7650, "Natural Language"
yisun518/hw3-tester
yisun518/ipdb
Integration of IPython pdb
yisun518/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
yisun518/ml_soccer
Soccer toy example simulator used in Reinforcement Learning
yisun518/PyMaxflow
Python library for creating flow networks and computing the maxflow/mincut (aka graph-cuts for Python)
yisun518/reinforcement-learning-an-introduction
Python implementation of Reinforcement Learning: An Introduction
yisun518/rldm_tutorials
Tutorials for the GA Tech OMSCS RLDM class.
yisun518/RLLib
C++ Template Library to Predict, Control, Learn Behaviors, and Represent Learnable Knowledge using On/Off Policy Reinforcement Learning
yisun518/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
yisun518/tf-rnn
Practical Examples for RNNs in Tensorflow