wtx20074587's Stars
1c7/Crash-Course-Computer-Science-Chinese
计算机速成课 (全40集 2018年5月1号完成) B 站播放量 442 万
quanke/design-pattern-java
设计模式 Java版本
anxpp/JavaDesignPattern
23种设计模式 Java 实现
youlookwhat/DesignPattern
📚 Java 23种设计模式全归纳
JamesZBL/java_design_patterns
Java 实现的面向对象设计模式示例, 创建者、抽象工厂、工厂方法、原型、单例、适配器、桥接、组合、装饰器、备忘录、观察者、状态、策略、模板方法、访问者
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
ReactiveCJ/BayesianLearning
Bayesian Machine Learning
autowarefoundation/autoware
Autoware - the world's leading open-source software project for autonomous driving
googlehosts/hosts
镜像:https://scaffrey.coding.net/p/hosts/git / https://git.qvq.network/googlehosts/hosts
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
RedstoneWill/HsuanTienLin_MachineLearning
ctgk/PRML
PRML algorithms implemented in Python
shuhuai007/Machine-Learning-Session
ljpzzz/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
hankcs/Viterbi
An implementation of HMM-Viterbi Algorithm 通用的维特比算法实现
fengdu78/lihang-code
《统计学习方法》的代码实现
lq1990/Bilibili-WenDao
Algorithm & DataSet for Machine Learning
jbhuang0604/awesome-computer-vision
A curated list of awesome computer vision resources
roboticcam/machine-learning-notes
My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接
Allensmile/Machine-learning-implement
Teach you how to implement machine learning algorithms
commaai/research
dataset and code for 2016 paper "Learning a Driving Simulator"
thatdevin/AutonomousDrivingCookbook
Scenarios, tutorials and demos for Autonomous Driving
RyanZotti/Self-Driving-Car
nilboy/tensorflow-yolo
tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)
balancap/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
xiaohu2015/DeepLearning_tutorials
The deeplearning algorithms implemented by tensorflow
gliese581gg/YOLO_tensorflow
tensorflow implementation of 'YOLO : Real-Time Object Detection'
hizhangp/yolo_tensorflow
Tensorflow implementation of YOLO, including training and test phase.
lesliejackson/YOLOv1_tensorflow
YOLOv1 tensorflow
wenqiwenqi1/neural-style
本代码加入了神经风格迁移中文注释,更易理解,同时新加入begin.py可直接运行调试。