自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Schrödinger's Cat

Everything comes to you at the right time.

  • 博客(2)
  • 资源 (21)
  • 收藏
  • 关注

原创 Fedora22安装后的一些必要操作

# dnf install vim # cd /etc/sudoers.d/ timely  ALL=(ALL)       NOPASSWD:ALL $ sudo dnf install gnome-tweak-tool $ sudo dnf install yum-plugin-fastestmirror $ sudo dnf install unrar unzi

2015-06-14 22:14:17 1126

原创 在Fedora22中安装OpenCV3.0.0

在Fedora22中安装OpenCV3.0.0

2015-06-14 19:17:49 2618

Hough变换检测直线

使用MATLAB实现Hough变换,检测车道线的demo程序

2016-04-15

模式识别与机器学习_PRML中文版

Pattern Recognition and Machine Learning 模式识别和机器学习,非常经典的教材,中文版。马春鹏版。 Christopher M. Bishop A new treatment of classic machine learning topics, such as classification, regression, and time series analysis from a Bayesian perspective. It is a must read for people who intends to perform research on Bayesian learning and probabilistic inference.

2015-11-18

模式识别与机器学习 Pattern Recognition and Machine Learning

Pattern Recognition and Machine Learning 模式识别和机器学习,非常经典的教材,英文版。 Christopher M. Bishop A new treatment of classic machine learning topics, such as classification, regression, and time series analysis from a Bayesian perspective. It is a must read for people who intends to perform research on Bayesian learning and probabilistic inference.

2015-11-10

Graphical Models Exponential Families and Variational Inference

Graphical Models Exponential Families and Variational Inference 机器学习和模式识别中很好的一本书。

2015-11-10

统计模式识别Statistical Pattern Recognition

统计模式识别 Statistical Pattern Recognition 简介:本书详细介绍了密度估计(分参数、贝叶斯和非参数三章)、线性判别分析、非线性判别分析、决策树归纳、多分类器融合、性能估计、聚类法、复杂网络等内容。 Statistical pattern recognition relates to the use of statistical techniques for analysing data measurements in order to extract information and make justified decisions. It is a very active area of study and research, which has seen many advances in recent years. Applications such as data mining, web searching, multimedia data retrieval, face recognition, and cursive handwriting recognition, all require robust and efficient pattern recognition techniques. This third edition provides an introduction to statistical pattern theory and techniques, with material drawn from a wide range of fields, including the areas of engineering, statistics, computer science and the social sciences. The book has been updated to cover new methods and applications, and includes a wide range of techniques such as Bayesian methods, neural networks, support vector machines, feature selection and feature reduction techniques.Technical descriptions and motivations are provided, and the techniques are illustrated using real examples.

2015-11-10

视觉机器学习20讲(源代码)

《视觉机器学习20讲》是计算机、自动化、信息、电子与通信学科方向的专著,详尽地介绍了K-Means、KNN学习、回归学习、决策树学习、Random Forest、贝叶斯学习、EM算法、 Adaboost、SVM方法、增强学习、流形学习、RBF学习、稀疏表示、字典学习、BP学习、CNN学习、RBM学习、深度学习、遗传算法、蚁群方法等基本理论;深入阐述了视觉机器学习算法的优化方法和实验仿真;系统地总结了其优点和不足。 本书特别重视如何将视觉机器学习算法的理论和实践有机地结合,解决视觉机器学习领域中的诸多基础问题,可应用于医学图像分析、工业自动化、机器人、无人车、人脸检测与识别、车辆信息识别、行为检测与识别、智能视频监控等。本书特别重视算法的典型性和可实现性,既包含本领域的经典算法,也包含本领域的最新研究成果。 本代码包括了视觉机器学习20讲的20课程源代码,非常详细的进行了实现,具有非常高的学习价值

2015-11-10

多层ELM进行MNIST手写字符分类MATLAB代码

多层ELM进行MNIST手写字符分类MATLAB代码,直接运行.m程序,如果现实内存溢出,请改小隐藏节点个数。

2015-11-02

极限学习机ELM的最简单实用代码

极限学习机ELM的最简单实用代码。黄广斌2004年论文代码。

2015-10-31

多层前向卷积神经网络Python代码

多层前向卷积神经网络Python代码。Theano的CNN代码

2015-10-30

MNIST手写字符数据样本库

MNIST手写字符数据样本库,用于深度学习或者机器学习。

2015-10-29

Theano深度学习教程Python代码

Theano深度学习教程(Deep Learning Tutorials)Python代码。教程中文翻译版请见我CSDN博客。

2015-10-29

SciPy的共扼梯度方法完成逻辑回归的代码

对于更小的数据集或更简单的模型,复杂的下降算法可能更加有效。代码阐述了如何使用SciPy的共扼梯度方法(conjugate gradient solver)完成逻辑回归任务。

2015-10-29

使用逻辑回归进行MNIST字符分类识别代码

使用逻辑回归进行MNIST手写字符识别的代码,PYTHON语言。

2015-10-29

Sparse and Redundant Representations

Sparse and Redundant Representations:From Theory to Applications in Signal and Image Processing。以色列理工大学Michael Elad写的书,非常好。《稀疏与冗余表示-理论及其在信号与图像处理中的应》

2015-10-22

Object Recognition from Local Scale-Invariant Features

Object Recognition from Local Scale-Invariant Features

2015-10-21

本代码采用最近研究比较热的sift算法

本代码采用最近研究比较热的sift算法对目标物体进行追踪(追踪效果很好)

2015-10-21

What are Extreme Learning Machines Filling the Gap

What are Extreme Learning Machines Filling the Gap Between Frank Rosenblatts Dream and John von Neumanns Puzzle

2015-10-19

HP打印机的Linux驱动程序

$ sudo chmod +x hplip-3.15.9.run $ ./hplip-3.15.9.run 即可。 在Fedora和Ubuntu上都可以用

2015-10-17

SRCNN代码实现

该代码使用三层卷积神经网络,进行图像的超分辨率重建,效果比双三次插值好很多。

2015-10-17

基于Kinect的人脸识别代码

基于Kinect的人脸识别代码的实现。使用了三维人脸跟踪,PCA人脸识别,统计方法,和正脸判断。

2015-10-17

C#完全手册

讲述了.NET平台下C#的基本应用。 包括: 1.C#语言概述 2.C#程序设计基础 3.面向对象的C# 4.深入了解C# 5.附录

2011-11-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除