Keras
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
tf.keras
是 TensorFlow 的高階 API,用於建構及訓練深度學習模型。這個 API 可用於快速原型設計、尖端研究及生產環境,且具備三大優點:
- 容易使用
Keras 的介面經過特別設計,適合用於常見用途,既簡單又具有一致性。此外,Keras 還能針對錯誤,為使用者提供清楚實用的意見回饋。
- 模組化且可組合
Keras 模型是由可組合的構成要素連接而成,幾乎沒有框架限制。
- 易於擴充
撰寫自訂的構成要素,來表達對研究的新想法。建立新的層、指標、損失函式,並開發最先進的模型。
快速瞭解 Keras 指南可協助你快速上手。
如需 tf.keras
機器學習的入門介紹,請參閱這套新手教學課程。
如要進一步瞭解這個 API,請參閱下列這套指南,其中包含 TensorFlow Keras 進階使用者需要瞭解的知識:
觀看 YouTube 上的 Inside TensorFlow 影片,深入瞭解構成 Keras 的程式碼:
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":"其他"
}]