YijinChen's Stars
vietanhdev/open-adas
An open source advanced driver assistance system (ADAS) that uses Jetson Nano as the hardware. Features: Traffic sign detection, Forward collision warning, Lane departure warning.
chindroid/ADAS
ADAS高级辅助驾驶的一些项目源码,包括LDW车道偏离预警、前车起步提醒等
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
nhivp/Awesome-Embedded
A curated list of awesome embedded programming.
enpeizhao/CVprojects
computer vision projects | 计算机视觉相关好玩的AI项目(Python、C++、embedded system)
intel/cppnnml
The C++ Neural Network and Machine Learning project is intended to provide a C++ template library for neural nets and machine learning algorithms within embedded systems
JamesRaynard/Learn-Modern-Advanced-Cpp
The source code for the examples in my Udemy course "Learn Advanced Modern C++"
TariqEE/PrivEx
A privacy-preserving statistics collection system for anonymous communication networks. Uses secret sharing (PrivEx-S2), distributed decryption (PrivEx-D2), and added noise using differential privacy.
IBM/differential-privacy-library
Diffprivlib: The IBM Differential Privacy Library
Billy1900/Awesome-Differential-Privacy
Differential private machine learning
Shubha23/Laplace-and-Exponential-mechanisms-for-privacy
Applying Laplace and exponential mechanisms to add random noise to data for differential privacy. Plotting MSE vs. epsilon.
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.