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-13

転移学習

『既存の学習済みモデルを新しいタスクに適応させる』

  • 既に別の大規模なデータセットでトレーニングされたモデルの知識を活用し、 少ないデータや計算資源で効果的に新しいタスクに適用 することができます。
  • モデルの トレーニング時間を短縮 し、より高い精度を実現することが可能です。

交差検証(クロスバリデーション)

モデルのデータについて、交差検証の目的は

『データセットを複数に分割し、それぞれの分割でトレーニングとテストを繰り返すことでモデルの汎化性能を評価する』

ことです。

実際の開発では、質のよいデータを大量に集めることが難しいことが多いので、少ない量でも効果的な成果を得ることができる交差検証はよく利用されます。

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?