Skip to Content
Pythonではじめるオープンエンドな進化的アルゴリズム ―発散型の機械学習による多様な解の探索
book

Pythonではじめるオープンエンドな進化的アルゴリズム ―発散型の機械学習による多様な解の探索

by 岡 瑞起, 齊藤 拓己, 嶋田 健志
October 2023
Intermediate to advanced
296 pages
4h 26m
Japanese
O'Reilly Japan, Inc.
Content preview from Pythonではじめるオープンエンドな進化的アルゴリズム ―発散型の機械学習による多様な解の探索

2章進化的アルゴリズムの基礎

本章では、オープンエンドなアルゴリズムの基本となる遺伝的アルゴリズム、NEATアルゴリズム、CPPNアルゴリズム、そしてそれらを組み合わせたCPPN-NEATアルゴリズムを紹介します。さらに、「Evolution Gym」というベンチマークプラットフォームを用いて、NEATアルゴリズムでロボットの動きを進化させる実験を紹介します。既にこれらの内容を知っている方は、この章をスキップし、3章から読み始めていただいても構いません。

ゲノムや遺伝子に関連する用語

本書では、「ゲノム」や「遺伝子」といった用語を用います。これらの言葉は遺伝的アルゴリズムの文脈で使われるもので、生物学的な用語とは少し異なる意味合いで使われることがあります。また遺伝子型と表現型という2つのデータの表現方法を表す用語も使用します。これらの用語は混乱しやすいため、本書でのこれらの言葉の使い方を整理します。

遺伝子とゲノム
遺伝子:遺伝的アルゴリズムの文脈での「遺伝子」は、ノードやそのつながり(コネクション)の情報を指します。この遺伝子の情報を基にして、ニューラルネットワークが構築されます。ゲノム:「ゲノム」とは、これらの遺伝子の情報を管理・保持するリストやデータ構造を指します。具体的には、ノードとコネクションの遺伝子情報を保持しています。このゲノムを用いてニューラルネットワークの構築が行われます。
遺伝子型と表現型
遺伝子型は、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

生成AI時代の価値のつくりかた ―実践者のマインド、スキル、データ、ユースケース

生成AI時代の価値のつくりかた ―実践者のマインド、スキル、データ、ユースケース

Rob Thomas, Paul Zikopoulos, Kate Soule, 本多 真二郎, オライリー・ジャパン編集部
scikit-learn、Keras、TensorFlowによる実践機械学習 第3版

scikit-learn、Keras、TensorFlowによる実践機械学習 第3版

Aurélien Géron, 下田 倫大, 牧 允皓, 長尾 高弘

Publisher Resources

ISBN: 9784814400003Publisher Website