Pinned Repositories
100days
100 days of algorithms
abnormal-driving-dataset
本文件包包含数据采集app源码、安装包、以及具有1366条驾驶行为的数据集和matlab实验代码
ASTGCN-PyTorch
missing_data_imputation
Missing data imputation
ML-assignments
about Regression, Classification, CNN, RNN, Explainable AI, Adversarial Attack, Network Compression, Seq2Seq, GAN, Transfer Learning, Meta Learning, Life-long Learning, Reforcement Learning.
NFTA-process-data
Process GPS data downloaded from NFTA sftp
vehsense-backend
Deal with data collected from vehsense app
vehsense_calib_matlab
vision
This is a simple vehile detection project using Computer Vision
wdzhong's Repositories
wdzhong/ASTGCN-PyTorch
wdzhong/NFTA-process-data
Process GPS data downloaded from NFTA sftp
wdzhong/missing_data_imputation
Missing data imputation
wdzhong/ML-assignments
about Regression, Classification, CNN, RNN, Explainable AI, Adversarial Attack, Network Compression, Seq2Seq, GAN, Transfer Learning, Meta Learning, Life-long Learning, Reforcement Learning.
wdzhong/vision
This is a simple vehile detection project using Computer Vision
wdzhong/academicpages.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
wdzhong/algs4
Algorithms, 4th edition textbook code and libraries
wdzhong/ASTGCN-r-pytorch
Attention Based Spatial-Temporal Graph Convolutional Networks for Traffic Flow Forecasting, AAAI 2019, pytorch version
wdzhong/ASTGNN
This is a Pytorch implementation of ASTGNN. Now the corresponding paper is available online at https://ieeexplore.ieee.org/document/9346058.
wdzhong/books
wdzhong/bytebytego
wdzhong/coding-interview-university
A complete computer science study plan to become a software engineer.
wdzhong/GeoGuess
A simple Android app
wdzhong/KS_Traffic_Analyzer
The application for counting, classifying and measure the speed of vehicles based on a video.
wdzhong/leetcode
LeetCode Problems' Solutions
wdzhong/LeetCode-lzl124631x
My C++ Code for LeetCode OJ
wdzhong/linghu-algorithm-templete
wdzhong/machine-learning-note
wdzhong/makemore
An autoregressive character-level language model for making more things
wdzhong/ML-notes
notes about machine learning
wdzhong/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
wdzhong/nn-zero-to-hero
Neural Networks: Zero to Hero
wdzhong/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
wdzhong/stampede-preprocess
wdzhong/system-design-and-architecture
system design and architecture
wdzhong/system-design-interview
System design interview for IT companies
wdzhong/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
wdzhong/traffic-video-process
wdzhong/vehicle-counting-yolov5
An algorithm that uses YoloV5 and DeepSORT to count and measure the number of vehicles in a video stream, it detects the vehicles with YoloV5 and tracks them with DeepSORT to maintain a count of unique vehicles in the video. It also calculates the frames per second (FPS) of the video stream.
wdzhong/vscode-leetcode
Solve LeetCode problems in VS Code