Pinned Repositories
2s-DRAGCN
AS-GCN
The model architecture of AS-GCN (for human action recognition)
ASGNet
Adaptive Prototype Learning and Allocation for Few-Shot Segmentation (CVPR 2021)
BigNumMulAssembly
Big number multiplication algorithm, written in assembly.
class-search-app
A course project that searches for courses using JHU Public Course Search API.
DR-GCN
FastParallelMergeSort
OpenMP parallelized merge sort optimized with merge sort algorithm (for the record, this seems to be the only version available on github that implemented merge sort algorithm with OpenMP). Traditional parallel merge sort cannot efficiently parallel merge process. With merge path algorithm, we can achieve O(n/d) time complexity (traditional parallel merge sort can only achieve O(n) during the last few merge steps) on merge process. More detail about merge sort algorithm can be found: https://arxiv.org/abs/1406.2628 .
FTP
FTP server and client. Support active and passive connection mode.
GDSF_WEBSERVER
Webserver optimized with GDSF cache algorithm.
VFS
Small file retrieval optimized virtual file system
GlenGGG's Repositories
GlenGGG/DR-GCN
GlenGGG/FastParallelMergeSort
OpenMP parallelized merge sort optimized with merge sort algorithm (for the record, this seems to be the only version available on github that implemented merge sort algorithm with OpenMP). Traditional parallel merge sort cannot efficiently parallel merge process. With merge path algorithm, we can achieve O(n/d) time complexity (traditional parallel merge sort can only achieve O(n) during the last few merge steps) on merge process. More detail about merge sort algorithm can be found: https://arxiv.org/abs/1406.2628 .
GlenGGG/FTP
FTP server and client. Support active and passive connection mode.
GlenGGG/2s-DRAGCN
GlenGGG/VFS
Small file retrieval optimized virtual file system
GlenGGG/AS-GCN
The model architecture of AS-GCN (for human action recognition)
GlenGGG/ASGNet
Adaptive Prototype Learning and Allocation for Few-Shot Segmentation (CVPR 2021)
GlenGGG/BigNumMulAssembly
Big number multiplication algorithm, written in assembly.
GlenGGG/class-search-app
A course project that searches for courses using JHU Public Course Search API.
GlenGGG/FaceRecognition
Facial recognition using support vector machine (SVM) and principle component anaysis (PCA).
GlenGGG/GDSF_WEBSERVER
Webserver optimized with GDSF cache algorithm.
GlenGGG/GestureRecognition
Course project, gesture classification on image.
GlenGGG/github-slideshow
A robot powered training repository :robot:
GlenGGG/jhu-dissertation-mwe
JHU Dissertation LaTeX mwe
GlenGGG/MLCoursera
Here I store all the exercises and projects of this course.
GlenGGG/MRTK_Tutorial
GlenGGG/pytorch_tcav_resnet50
Based on https://github.com/rakhimovv/tcav.
GlenGGG/RoadCongestionPrediction
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
GlenGGG/voca
Social networking website