Pinned Repositories
100-Days-Of-ML-Code
100 Days of ML Coding
100-Days-Of-ML-Code-1
100-Days-Of-ML-Code中文版
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
androidRsaAES
android 对数据加密 传输 android JNI C++ AES 加密解密 秘钥存储 RSA加密秘钥 传输
awesome-deep-text-detection-recognition
A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
lihang-code
《统计学习方法》的代码实现
Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
tx2_navigation
WebServer
A C++ High Performance Web Server
wangyazhao001's Repositories
wangyazhao001/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
wangyazhao001/lihang-code
《统计学习方法》的代码实现
wangyazhao001/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
wangyazhao001/WebServer
A C++ High Performance Web Server
wangyazhao001/100-Days-Of-ML-Code
100 Days of ML Coding
wangyazhao001/100-Days-Of-ML-Code-1
100-Days-Of-ML-Code中文版
wangyazhao001/androidRsaAES
android 对数据加密 传输 android JNI C++ AES 加密解密 秘钥存储 RSA加密秘钥 传输
wangyazhao001/awesome-deep-text-detection-recognition
A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
wangyazhao001/awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
wangyazhao001/blk-switch
blk-switch kernel implementation (OSDI'21)
wangyazhao001/cinterrupts-osdi
wangyazhao001/datamining
learn in datamining
wangyazhao001/DeepNude-an-Image-to-Image-technology
DeepNude's pix2pixHD algorithms(proposed by NVIDIA) and general-purpose Image-to-Image theory and practice research. DeepNude的pix2pixHD算法(英伟达提出)以及通用的Image-to-Image理论与实践研究。
wangyazhao001/DiDiCallCar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
wangyazhao001/faceswap
Non official project based on original /r/Deepfakes thread. Many thanks to him!
wangyazhao001/hydra
Hydra: an Extensible Fuzzing Framework for Finding Semantic Bugs in File Systems
wangyazhao001/interview
📚 C/C++面试基础知识总结
wangyazhao001/leetcode-master
LeetCode 刷题攻略:配思维导图,将近200道经典算法题目刷题顺序、经典算法模板、共60w字的详细图解,以及难点视频题解。按照刷题攻略上的顺序来刷题,让你在算法学习上不再迷茫!🔥🔥给个star支持一下吧!🚀
wangyazhao001/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
wangyazhao001/mit6.828-2017
mit6.828 课程学习笔记和作业
wangyazhao001/models
Models and examples built with TensorFlow
wangyazhao001/Multi_Sensor_Fusion
Multi-Sensor Fusion (GNSS, IMU, Camera) 多源多传感器融合定位 GPS/INS组合导航 PPP/INS紧组合
wangyazhao001/Personae
📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
wangyazhao001/pwc
Papers with code. Sorted by stars. Updated weekly.
wangyazhao001/Python
All Algorithms implemented in Python
wangyazhao001/RobustGNSS
Robust GNSS Processing With Factor Graphs
wangyazhao001/SystemicRisk
A framework for systemic risk valuation and analysis.
wangyazhao001/tensorflow-yolov3
pure tensorflow Implement of YOLOv3 with support to train your own dataset
wangyazhao001/video-object-removal
Just draw a bounding box and you can remove the object you want to remove.
wangyazhao001/Web-Server
A C++ High Performance Web Server