Pinned Repositories
algorithm-leetcode
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
CarND-Advanced-Lane-Lines
Use OpenCV to output visual display of the lane boundaries and numerical estimation of lane curvature and deviation from lane center
CarND-Behavioral-Cloning-P3
Collect data of good driving behavior. Build a CNN that predicts steering angles from images
CarND-Capstone
Build ROS nodes to implement core functionality of autonomous vehicle: Perception, Planning and Control
CarND-Extended-Kalman-Filter-Project
Use a kalman filter and an extend kalman filter to estimate the state of a moving object with noisy lidar and radar measurements
CarND-LaneLines-P1
Use Opencv to make a pipeline that finds lane lines on the road
CarND-Object-Detection-Lab
CarND-Particle-Filter-Project
Use a 2D particle filter to estimate position of a vehicle using noisy GPS data, control input and sensor observation
CarND-Path-Planning-Project
Create a path planner that is able to navigate a car safely around a virtual highway
CarND-PID-Control-Project
Use a PID controller for keeping the car on track by adjusting the steering angle and throttle appropiately
wssunn's Repositories
wssunn/algorithm-leetcode
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
wssunn/CarND-Advanced-Lane-Lines
Use OpenCV to output visual display of the lane boundaries and numerical estimation of lane curvature and deviation from lane center
wssunn/CarND-Behavioral-Cloning-P3
Collect data of good driving behavior. Build a CNN that predicts steering angles from images
wssunn/CarND-Capstone
Build ROS nodes to implement core functionality of autonomous vehicle: Perception, Planning and Control
wssunn/CarND-Extended-Kalman-Filter-Project
Use a kalman filter and an extend kalman filter to estimate the state of a moving object with noisy lidar and radar measurements
wssunn/CarND-LaneLines-P1
Use Opencv to make a pipeline that finds lane lines on the road
wssunn/CarND-Object-Detection-Lab
wssunn/CarND-Particle-Filter-Project
Use a 2D particle filter to estimate position of a vehicle using noisy GPS data, control input and sensor observation
wssunn/CarND-Path-Planning-Project
Create a path planner that is able to navigate a car safely around a virtual highway
wssunn/CarND-PID-Control-Project
Use a PID controller for keeping the car on track by adjusting the steering angle and throttle appropiately
wssunn/CarND-Traffic-Sign-Classifier-Project
Classify Traffic Signs using CNN
wssunn/CarND_notes
These are all my notes written for the Udacity CarND Project
wssunn/classic_ml
wssunn/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 200 universities.
wssunn/Deep-Reinforcement-Learning
《深度强化学习:原理与实践》,Code of the book <Deep Reinforcement Learning: Principles and Practices>
wssunn/deep_learning_tensorflow
Code for learning deep learning using tensorflow
wssunn/fastbook
The fastai book, published as Jupyter Notebooks
wssunn/git_book
教材对应的源码
wssunn/IDP_Software
This is the repository for the integrated design project.
wssunn/Python-Language
Contain code for learning how to use python
wssunn/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction