资源列表
c
- 算法设计与分析源代码 -Algorithm design and analysis of source code of algorithm design and analysis of source code
ROBOT
- 机器人综合避障室内路径规划界面实现程序算法-Comprehensive Robot Obstacle Avoidance Path Planning interface to achieve indoor
SRCNN
- 高分辨率重建图像,通过训练后输入的图像重建质量高,基于Caffe开发(High resolution reconstructed image)
kernel2.4.18_r1.1
- 自己根据lkd和情境分析,对kernel源码的核心模块的关键数据结构做的注释-Themselves in accordance with lkd and situational analysis, kernel-source core modules to do the key data structure of the Notes
机器学习实战书+源代码
- 机器学习横跨计算机科学、工程科学和统计学等多个学科,需要多学科的专业知识。在需要解释并操作数据的领域都或多或少可以运用到机器学习,通过这本书可以系统地学习基于python语言的机器学习的相关知识(Machine Learning in Action written by Peter Harringto. Machine learning covers many subjects, such as computer science, engineering science and statisti
code
- a code for reading image efficently
先进PID控制MATLAB仿真
- 介绍先进PID控制方法及各种程序,方便学习PID控制。(The advanced PID control method and various procedures are introduced to facilitate the learning of PID control.)
Background_subtraction
- Background Subtraction fore ground objects-Background Subtraction fore ground objects
mask rcnn
- 跑通的Mask rcnn图像检测,深度神经网络人工智能,检测准确度高(Deep neural network High detection accuracy, including trained data)
ISIS2011paper
- 2011国际表面检测高峰会议ISIS在德国召开。此份文件为此次会议发表的论文。探讨了工业表面检测前沿科技和应用(主要是工业图像检测技术),以及发展趋势-2011 ISIS International Surface Inspection Summit held in Germany. This document is the conference papers. Detected on the surface of the cutting-edge technology and industri
Fault-Data-Sets
- matlab做的,关于滚动轴承振动信号故障诊断很重要的数据库,做机器学习的朋友可以看看啊!-Matlab do, on the rolling bearing vibration signal fault diagnosis is very important , machine learning friends can see ah!
神经网络-手写数字识别
- 利用BP神经网络,对MNIST数据集中的5000张图片进行训练,实现手写数字识别,训练出来的结果准确率在90%。