Traffic Sign Recognition
This is my attempt to tackle traffic signs classification problem with a deep neural network implemented in PyTorch (reaching 99.33% accuracy)...
Serial entrepreneur,
Experienced rapid growth and full project life cycle in various startups
Senior Research Engineer@AIRS Company
Self-Driving Car Engineer@Udacity Graduate
As a software engineer and entrepreneur, I have successfully launched and reliably operated services in various domains in a rapidly changing environment.
My recent interests are functional programming, distributed system, machine learning, and autonomous vehicles.
Some recent talks
Participating in open source projects
Change the constructor parameter of HttpClientException
Updates to finagle 6.45.0
I make occasional writings on my Medium
This is my attempt to tackle traffic signs classification problem with a deep neural network implemented in PyTorch (reaching 99.33% accuracy)...
A few days ago, I found a strange thing to look at the code of my colleagues. The code that caused the error was working well. Through a...
Featured personal projects. All my projects can be found in my Github
Built an advanced lane-finding algorithm using distortion correction, image rectification, color transforms, and gradient thresholding. Identified lane curvature and vehicle displacement. Overcame environmental challenges such as shadows and pavement changes.
Created a vehicle detection and tracking pipeline with OpenCV, histogram of oriented gradients (HOG), and support vector machines (SVM). Optimized and evaluated the model on video data from a automotive camera taken during highway driving.
Built and trained a deep neural network to classify traffic signs, using PyTorch. The highlights of this solution would be data preprocessing, trained with heavily augmented data and using Spatial Transformer Network.
Built and trained a convolutional neural network for end-to-end driving in a simulator, using TensorFlow and Keras. Used optimization techniques such as regularization and dropout to generalize the network for driving on multiple tracks.
Labeled the pixels of a road in images using a Fully Convolutional Network (FCN).