码迷,mamicode.com
首页 > 其他好文 > 详细

机器学习中使用的神经网络(一)

时间:2015-05-02 20:38:53      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:

本系列博客根据Geoffrey Hinton课程Neural Network for Machine Learning总结. 课程网址为:

https://www.coursera.org/course/neuralnets

1、Some examples of tasks best solved by learning 机器学习最适用的领域举例

- Recognizing patterns: 模式识别
– Objects in real scenes  物体识别  
– Facial identities or facial expressions  人脸检测
– Spoken words  语言
• Recognizing anomalies:   识别异常
– Unusual sequences of credit card transactions  信用卡交易的不寻常序列  
– Unusual patterns of sensor readings in a nuclear power plant 核电站传感器的不寻常读数
• Prediction:  预测
– Future stock prices or currency exchange rates 未来股票价格或者货币兑换汇率
– Which movies will a person like? 一个人喜欢看哪种电影

2、用一个机器学习的标准实例来解释许多机器学习算法,许多学科都采用这一种方式
以遗传学为例,A lot of genetics is done on fruit flies(实蝇类).

– They are convenient because they breed fast.
– We already know a lot about them

The MNIST database of hand-written digits is the the machine learning equivalent of fruit flies

 – They are publicly available and we can get machine learning algorithm to learn how to recognize these handwritten digits, so it is easy to try lots of variations. them quite fast in a moderate-sized neural net.

– We know a huge amount about how well various machine learning methods do on MNIST. And particular, the different machine learning methods were implemented by people who believed in them, so we can rely on those results.

所以,我们选择MNIST数据库作为我们的标准测试任务。

比如在MNIST里的一些手写数字如下:

技术分享

 比如第二行的2,用其中一个覆盖其他任何一个,很难有匹配很好的。所以模板不能做这项工作。很难找到模板适合绿色框中这些2和红色框中的2,所以手写数字对于机器学习来说比较合适。

Beyond MNIST: ImageNet task

MNIST现在对于机器学习来说相对简单。我们现在有神经网络接近一百万个参数,在1.3百万高清像素的训练图片中识别出不同的物体类别

 Jitendra Malik (an eminent neural net sceptic) said that this competition is a good test of whether deep neural networks work well for object recognition

– A very deep neural net (Krizhevsky et. al. 2012) gets less that 40% error for its first choice and less than 20% for its top 5 choices

神经网络的早期版本
技术分享

 

机器学习中使用的神经网络(一)

标签:

原文地址:http://www.cnblogs.com/jinee/p/4472402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!