Skip to Content
深度学习入门 : 基于Python的理论与实现
book

深度学习入门 : 基于Python的理论与实现

by 斋藤康毅
July 2018
Intermediate to advanced
310 pages
8h 21m
Chinese
Posts & Telecom Press
Content preview from 深度学习入门 : 基于Python的理论与实现
3章 神经网络
68
答“ 74
%
的概率是第2 个类别,有 25
%
的概率是第1 个类别,有 1
%
的概
率是第 0个类别”。也就是说,通过使用
softmax
函数,我们可以用概率的(统
计的)方法处理问题。
这里需要注意的是,即便使用了
softmax
函数,各个元素之间的大小关
系也不会改变。这是因为指数函数(y
= exp(
x
)
)是单调递增函数。实际上,
上例中
a
的各元素的大小关系和
y
的各元素的大小关系并没有改变。比如,
a
的最大值是第2 个元素,
y
的最大值也仍是第2 个元素。
一般而言,神经网络只把输出值最大的神经元所对应的类别作为识别结果。
并且,即便使用
softmax
函数,输出值最大的神经元的位置也不会变。因此,
神经网络在进行分类时,输出层的
softmax
函数可以省略。在实际的问题中,
由于指数函数的运算需要一定的计算机运算量,因此输出层的
softmax
函数
一般会被省略。
AB
求解机器学习问题的步骤可以分为“学习”
A
 和“推理”两个阶段。首
先,在学习阶段进行模型的学习
B
,然后,在推理阶段,用学到的
模型对未知的数据进行推理(分类)。如前所述,推理阶段一般会省
略输出层的softmax函数。在输出层使用softmax函数是因为它和
神经网络的学习有关系(详细内容请参考下一章)。
3.5.4
 输出层的神经元数量
输出层的神经元数量需要根据待解决的问题来决定。对于分类问题,输
出层的神经元数量一般设定为类别的数量。比如,对于某个输入图像,预测
是图中的数字 0 9 中的哪一个的问题(10 类别分类问题)
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

ルールズ・オブ・プログラミング ―より良いコードを書くための21のルール

ルールズ・オブ・プログラミング ―より良いコードを書くための21のルール

Chris Zimmerman, 久富木 隆一
プロダクトマネージャーのしごと 第2版 ―1日目から使える実践ガイド

プロダクトマネージャーのしごと 第2版 ―1日目から使える実践ガイド

Matt LeMay, 永瀬 美穂, 吉羽 龍太郎, 原田 騎郎, 高橋 一貴

Publisher Resources

ISBN: 9787115485588