Skip to Content
直感 Deep Learning ―Python×Kerasでアイデアを形にするレシピ
book

直感 Deep Learning ―Python×Kerasでアイデアを形にするレシピ

by Antonio Gulli, Sujit Pal, 大串 正矢, 久保 隆宏, 中山 光樹
August 2018
Intermediate to advanced
336 pages
5h 9m
Japanese
O'Reilly Japan, Inc.
Content preview from 直感 Deep Learning ―Python×Kerasでアイデアを形にするレシピ

7章さまざまなディープラーニングのモデル

これまで、本書では分類を行うためのモデルを中心として見てきました。これらのモデルは、付与されたラベルを識別するために有用な入力データの特徴を学習し、未知のデータに対してもラベルが予測できるように訓練されます。またモデルの構造はとてもシンプルであり、入力から出力までが一本のパイプライン、KerasのSequential model APIで実装できる形となっていました。

本章では、パイプラインが必ずしも一本ではない、複雑なアーキテクチャに焦点を当てます。Kerasはそうしたアーキテクチャに対応できるfunctional APIという仕組みを提供しており、本章ではその使い方を学びます。なお、このAPIを利用して今までのようなパイプライン型のモデルを構築することも可能です。

分類問題以外のタスクとしてまず挙げられるのは、回帰問題です。分類と回帰は、教師あり学習における2つの大きな分野です。回帰問題ではカテゴリ(離散値)を予測するのではなく、連続値を予測します。ステートレスRNNとステートフルRNNについて解説したときに、回帰の例を取り上げたと思います。多くの回帰問題は分類問題のモデルを少し工夫することで解くことが可能です。本章では、大気中のベンゼンの濃度を予測するネットワークを構築してみます。

また別のタスクとして、ラベルの付与されていないデータからその構造を学習する手法を扱います。これは教師なし学習(あるいは自己学習)と呼ばれます。タスクは分類問題に似ていますが、分類区分(ラベル)をデータそのものの中から探し出す必要があります。私たちは、この種のモデルをすでに学んでいます。具体的には、単語分散表現の学習に使用されたCBOWとSkip-gramは教師なし学習のモデルです。本章で紹介する自己符号化器(autoencoder)もまたこのタイプのモデルであり、文のベクトル表現を学習する例からその仕組みを解説していきたいと思います。 ...

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

生成 Deep Learning ―絵を描き、物語や音楽を作り、ゲームをプレイする

生成 Deep Learning ―絵を描き、物語や音楽を作り、ゲームをプレイする

David Foster, 松田 晃一, 小沼 千絵
詳説 Deep Learning ―実務者のためのアプローチ

詳説 Deep Learning ―実務者のためのアプローチ

Josh Patterson, Adam Gibson, 本橋 和貴, 牧野 聡, 新郷 美紀

Publisher Resources

ISBN: 9784873118260Other