随笔分类 -  203:机器学习

机器学习算法介绍
摘要:什么是程序(Program) 计算机程序,是指为了得到某种结果而可以由计算机(等具有信息处理能力的装置)执行的代码化指令序列(或者可以被自动转换成代码化指令序列的符号化指令序列或者符号化语句序列)。 通俗讲,计算机给人干活,但它不是人,甚至不如狗懂人的需要(《小羊肖恩》里的狗是多么聪明可爱又忠诚于主 阅读全文

posted @ 2016-07-07 09:07 cv_ml_张欣男 阅读(20707) 评论(2) 推荐(10)

机器学习笔记_02单变量线性回归
摘要:二、单变量线性回归(Linear Regression with One Variable) 2.1 模型表示 notation (符号): m = Number of trainging examples x's = "input" variable / features (输入变量或者特征) y 阅读全文

posted @ 2016-04-14 10:25 cv_ml_张欣男 阅读(537) 评论(0) 推荐(0)

[转载]常用的人脸识别数据资源
摘要:本文列举了用于人脸识别的免费经典数据集,并给出各数据来源及特点。1.FERET人脸数据库-http://www.nist.gov/itl/iad/ig/colorferet.cfm由FERET项目创建,包含1万多张多姿态和光照的人脸图像,是人脸识别领域应用最广泛的人脸数据库之一.其中的多数人是西方人... 阅读全文

posted @ 2015-12-03 09:49 cv_ml_张欣男 阅读(483) 评论(0) 推荐(0)

机器学习笔记1——Linear Regression with One Variable
摘要:Linear Regression with One VariableModel RepresentationRecall that in *regression problems*, we are taking input variables and trying to map the outpu... 阅读全文

posted @ 2015-11-18 01:35 cv_ml_张欣男 阅读(387) 评论(0) 推荐(0)

机器学习笔记1——Introduction
摘要:IntroductionWhat is Machine Learning?Two definitions of Machine Learning are offered. Arthur Samuel described it as: "the field of study that gives co... 阅读全文

posted @ 2015-11-18 01:33 cv_ml_张欣男 阅读(245) 评论(0) 推荐(0)

【Caffe 测试】Training LeNet on MNIST with Caffe
摘要:Training LeNet on MNIST with CaffeWe will assume that you have Caffe successfully compiled. If not, please refer to theInstallation page. In this tuto... 阅读全文

posted @ 2015-09-26 01:06 cv_ml_张欣男 阅读(535) 评论(0) 推荐(0)

Caffe 编译
摘要:CompilationNow that you have the prerequisites, edit yourMakefile.configto change the paths for your setup The defaults should work, but uncomment the... 阅读全文

posted @ 2015-09-26 01:04 cv_ml_张欣男 阅读(436) 评论(0) 推荐(0)

Caffe 在 Ubuntu 中安装
摘要:Ubuntu InstallationGeneral dependenciessudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-com... 阅读全文

posted @ 2015-09-26 01:01 cv_ml_张欣男 阅读(348) 评论(0) 推荐(0)

【转】漫谈ANN(2):BP神经网络
摘要:上一次我们讲了M-P模型,它实际上就是对单个神经元的一种建模,还不足以模拟人脑神经系统的功能。由这些人工神经元构建出来的网络,才能够具有学习、联想、记忆和模式识别的能力。BP网络就是一种简单的人工神经网络。我们的第二话就从BP神经网络开始漫谈吧。BP的来源“时势造英雄”,一个伟大的人物的登场总是建立... 阅读全文

posted @ 2015-09-01 15:46 cv_ml_张欣男 阅读(755) 评论(0) 推荐(0)

机器学习算法库scikit-learn的安装
摘要:scikit-learn 是一个python实现的免费开源的机器学习算法包,从字面意思可知,science 代表科学,kit代表工具箱,直接翻译过来就是用于机器学习的科学计算包。 安装scikit-learn有两种方式: (1)安装官方发布的包。 (2)安装第三方开发工具,里边已经包含了s... 阅读全文

posted @ 2014-09-12 11:21 cv_ml_张欣男 阅读(8700) 评论(4) 推荐(0)

Installing scikit-learn
摘要:Installing scikit-learnhttp://scikit-learn.org/stable/install.htmlInstalling scikit-learnThere are different ways to get scikit-learn installed:Instal... 阅读全文

posted @ 2014-08-08 15:18 cv_ml_张欣男 阅读(1299) 评论(0) 推荐(0)

导航