Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

AWS Certified AI Practitioner(AIF)対策:構造化・非構造化・半構造化データ

Last updated at Posted at 2024-12-11

構造化データ

『固定された形式(例: テーブルや行列)で保存することができます』

  • 例えば、名前、年齢、住所など。
  • SQLなどのツールで効率的に検索や操作が可能です。

非構造化データ

『特定の形式を持たない』

  • 例えば、画像、動画、音声、PDF、自由形式のテキストなど。
  • 特定の分析や機械学習モデルでの利用します。

半構造化データ

『データ全体に固定形式はないが、一部に規則性やタグが含まれている』

  • 例: JSON、XML、ログファイル、メールなど。
  • 柔軟な構造を活かしたデータ解析やデータ変換を行います。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?