4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

IBM Cloud paks for Automation を Experience 版で動作確認

Last updated at Posted at 2019-12-21

IBM Cloud Paks シリーズは、Experienceでお試しができますが、
AI機能のFor Data に続き、第2弾として、Automationが出たので、試してみます。

以下のIBM Cloud paks Experience サイトに Automationが追加されており、ここから試せます。
https://www.ibm.com/cloud/paks/experiences/cloud-pak-for-automation

IBM Cloud paks for Automationの概要は以下の紹介ページを見て頂くとして、
https://www.ibm.com/jp-ja/cloud/cloud-pak-for-automation

アーキテクチャーは以下となり、コンテンツに対して、ワークフローを構成することが可能であり、
それで意思決定プロセスを実装し、自動化することができます。
この対象コンテンツには非構造化データも含まれこれを構造データとして解析(OCR)やAIに組み入れる仕組みまで実装されています。

19026019usen-02_19026019USEN.jpg

IBM Cloud paks for Automationで認識されているコンテンツは文書で確認することできます。

文書.png

非構造データ形式であるPDFの文書をテキストマイニングし、KVSの形で構造化している例でです。
個別の属性ごとに学習データとして組み込むことができます。

KVS.png

JSON化も可能です。

JSON.png

Watson Natural Language Understanding が内部にあり、AIデータとしても構造化できます。

AI.png

学首したデータをOntologyの構造化モデルとして表現することもできます。

以下の例では、トップ階層の文書クラスはコンテンツファイル単位ですが、
同じ階層にNLUという文書クラスを追加します。

Ontology Management.png

追加すると、下の階層に学習したクラスが分岐で追加されます。

Ontology Attribute Management.png

Contens AnalyserのPythonサンプルは以下から確認できます。
https://github.com/ibm-ecm/content-analyzer-samples

また、これらの操作はAPI操作が可能で、Swaggerも提供されています。

API.png

ぜひ、IBM Cloud paks for Automation のお試しと実装を。

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?