Skip to Content
PythonによるAIプログラミング入門 ―ディープラーニングを始める前に身につけておくべき15の基礎技術
book

PythonによるAIプログラミング入門 ―ディープラーニングを始める前に身につけておくべき15の基礎技術

by Prateek Joshi, 相川 愛三
March 2019
Intermediate to advanced
424 pages
5h 18m
Japanese
O'Reilly Japan, Inc.
Content preview from PythonによるAIプログラミング入門 ―ディープラーニングを始める前に身につけておくべき15の基礎技術

14章人工ニューラルネットワーク

本章では、人工ニューラルネットワーク(以下、ニューラルネット)について説明します。

本章では次の事柄について学びます。

  • ニューラルネット入門
  • パーセプトロンに基づく分類器
  • 単層ニューラルネット
  • 多層ニューラルネット
  • ベクトル量子化
  • RNNを用いた連続データの解析
  • 光学的文字認識(OCR)データベースの文字を可視化
  • OCRエンジンの作り方

14.1 ニューラルネット入門

人工知能の基本的な前提のひとつは、人間の知能を必要とするような仕事を実行する機械を作ることです。ならば、人間の脳をモデル化した機械を作ればよい。ニューラルネットは、人間の脳が学習する過程を模擬して設計されたモデルです。

ニューラルネットは、データの中に内在するパターンを識別して学習するように設計されています。分類、回帰、分割などのさまざまな作業をするのに用いられます。ニューラルネットに入力するためには、あらゆるデータを数値形式に変換する必要があります。例えば、画像データ、テキストデータ、時系列データなど、さまざまな形態のデータがありますが、ニューラルネットが理解できるためには、データを数値形式で表現しなければなりません。

14.1.1 ニューラルネットの構築

人間の学習過程は階層的です。人間の神経回路網にはさまざまな段階があり、各段階は異なる粒度に対応しています。単純なことを学習する段階もあれば複雑なことを学習する段階もあります。物体を視覚的に認識する例を考えてみます。人間が箱を見るとき、最初の段階ではコーナーやエッジのような単純な形状を識別します。次の段階では、汎用の形状を識別します。その次の段階で、物体の種類を識別します。この過程は課題に応じて異なりますが、だいたいどういうことかはおわかりいただけるでしょう。このような階層構造をとることで、人間の脳は素早く概念を分類して、物体を識別するのです。 ...

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

行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

Stephen Wendel, 武山 政直, 相島 雅樹, 反中 望, 松村 草也
詳説 イーサネット 第2版

詳説 イーサネット 第2版

Charles E. Spurgeon, Joann Zimmerman, 三浦 史光, 豊沢 聡

Publisher Resources

ISBN: 9784873118727Other