Skip to Content
入門 機械学習パイプライン ―TensorFlowで学ぶワークフローの自動化
book

入門 機械学習パイプライン ―TensorFlowで学ぶワークフローの自動化

by Hannes Hapke, Catherine Nelson, 中山 光樹
September 2021
Intermediate to advanced
392 pages
6h 8m
Japanese
O'Reilly Japan, Inc.
Content preview from 入門 機械学習パイプライン ―TensorFlowで学ぶワークフローの自動化

5章データ前処理

機械学習モデルの学習に使用するデータは、多くの場合、モデルに入力できない形式で与えられます。たとえば、サンプルプロジェクトでは、モデルの学習に使用したい特徴は、「Yes」と「No」のタグとして与えられていますが、この形式ではモデルに入力できません。モデルには、これらを数値表現(「1」や「0」など)として与える必要があります。そこで本章では、特徴を数値表現に変換して、モデルで学習できるようにする方法を説明します。

本章では、整合性のある前処理という話題を中心に説明をします。図5-1で示すように、前処理は「4章 データ検証」で説明したデータ検証のあとに行われます。データ前処理用のTFXコンポーネントであるTensorFlow Transform(TFT)を使用すると、前処理ステップをTensorFlowグラフとして作成できます。以降の節では、この方法が優れている理由と使うべきタイミング、および前処理ステップをエクスポートする方法について説明します。「6章 モデルの学習」では、前処理されたデータセットと保存された変換グラフを使用して、機械学習モデルの学習とエクスポートを行います。

機械学習パイプラインにおけるデータ前処理

図5-1 機械学習パイプラインにおけるデータ前処理

前処理をTensorFlowのオペレーションを使って書くのは、データサイエンティストにとって、敷居が高すぎると感じる場合があります。というのも、この方法はPythonのpandasnumpyを使って前処理を書くのとは違った実装が求められるからです。そのため、実験段階ではTFTの使用は推奨していません。ただ、以降の節で説明するように、機械学習モデルを本番環境へ導入するときに、前処理をTensorFlowのオペレーションに変換すると、「 ...

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

機械学習システムデザイン ―実運用レベルのアプリケーションを実現する継続的反復プロセス

機械学習システムデザイン ―実運用レベルのアプリケーションを実現する継続的反復プロセス

Chip Huyen, 江川 崇, 平山 順一

Publisher Resources

ISBN: 9784873119519Other