资源列表
VCPP-image-processing-chapter09
- VisualC++数字图像处理技术详解第2版-光盘 第九章-VisualC++ digital image processing technology Detailed Version 2- CD Chapter IX
KinectPPTcontroler
- 程序为Kinect控制PPT的放映,可以实现PPT的切换,旋转和缩放PPT中的图片。-The program uses Kinect to control the show of PPT,it could change the slides,rotate and scaling pictures in the PPT.
KinectImageView
- 程序采用Kinect控制PPT的放映,包括切换和PPT中图片的旋转与缩放-The program uses Kinect to control the show of PPT,it could change the PPT,rotate and scale pictures in the PPT.
SVM
- C++实现的SVM程序,可以进行多类分类。-C++ implementation of the SVM procedure, can be multi-class classification.
book-fussy
- 李士勇老师编写的模糊控制·神经控制和智能控制论-Li Shiyong teacher preparation neural control and fuzzy control intelligent control theory
Geometric_Fundamentals_of_Robotics
- 机器人学的几何基础,英文版,有志于深入研究机器人学的,值得参考-Robotics geometric basis, in English, interested in-depth study of robotics, and it is also useful
Machine-Learning-in-Action-master
- 内附机器学习常用模型的python代码!(Enclosing machine learning commonly used model of Python code!)
logistciRegression
- 罗杰斯特回归logistci Regression算法-logistci Regression
Markov_Decision_Processes
- 书籍:人工智能中的马尔可夫决策过程Markov_Decision_Processes_In_Artificial_Intelligence(Book:Markov_Decision_Processes_In_Artificial_Intelligence)
MNIST_theano
- 利用theano库完成MNIST手写识别,包括稀疏自编码机,多层感知机,卷积神经网络-using the theano to complete the handwriting congnization in MNIST ,include Denoising AutoEncoder,MLP,Convolution Neutral Network.
neural_network_design
- 神经网络设计国外经典版本,这个是它的中文版-neural network guide,here is a classic version translated to chinese
MLInActionCode-master
- 机器学习实战的源代码集合,第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具(Machine learning combat source code collection