Hi All! Welcome!

What is the relationship between human & robots (AI)?
Welcome to my blog. This is Xingkai, a CS student. On this site I share my works and my ideas. Hope you enjoy the content!
What is the relationship between human & robots (AI)?
Welcome to my blog. This is Xingkai, a CS student. On this site I share my works and my ideas. Hope you enjoy the content!
This is a car trajectory prediction model based on LSTM. It encompasses model construction, data preprocessing, and our outstanding performance in the class Kaggle competition.
Language: Python
This is a cloud-based multi-user synchronous storage system, which is divided into meta stores for storing versions and hashes and block stores for storing data. It built the Raft mechanism to ensure fault-tolerant meta store and the Chord mechanism to ensure scalable and distributed block store.
Language: Go
I created branch predictors to emulate the hardware branch actions of an operating system, and experimented with developing a custom branch predictor with improved accuracy. (Computer Architecture Course Project)
Language: C
Caught by the idea “Yanged”, a kind of elimination game, we build a similar game called TLE elimination. (Functional Programming Course Project)
Teammates github @huiz97m @20000607-lxc @chenhs1641 Language: Haskell
Using ST-GCN network to classify the human gaits according to skeletons
Supervised by Ke Xu
Using ST-GCN network to classify the human gaits according to skeletons
Co-contributor github @lixirui142, Supervised by Ke Xu
Using Linear Regression to predict Stock market
Language: Python
A simple network flow scanner which monitors input and output ip datas.
Language: Python