5月11〜12日にGoogle I/OでTensorFlowに参加する
今すぐ登録
Keras
tf.keras
は、ディープ ラーニング モデルを構築してトレーニングするための、TensorFlow の高レベル API です。高速プロトタイピング、最先端の研究、本番環境での運用に使用されます。主なメリットは次の 3 つです。
- ユーザー フレンドリー
Keras には、一般的なユースケースに合わせて最適化された、シンプルで一貫したインターフェースがあります。ユーザーエラーに対して、明確で実用的なフィードバックが提供されます。
- モジュールの接続による構成が可能
Keras モデルは、用意された構成要素を接続するだけで、ほとんど制約なしに作成できます。
- 拡張が容易
カスタムの構成要素を作成して、新しいアイデアを研究に活かせます。新しいレイヤ、指標、損失関数を作成し、最先端のモデルを開発できます。
使用の開始に際しては、Keras の概要ガイドをご覧ください。
tf.keras
による機械学習について、入門者を対象とした概要説明がスターター チュートリアル セットに用意されています。
API の詳細については、TensorFlow Keras のパワーユーザーとして知っておくべきことを網羅した次のガイドをご覧ください。
Keras の詳細については、YouTube で TensorFlow の詳細をご覧ください。
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-06-05 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]