在本教程中,我们将构建一个 TensorFlow.js 模型,使用卷积神经网络识别手写数字。首先,我们将通过让模型“查看”数千张手写数字图像及其标签来训练分类器。然后,我们将使用模型从未见过的测试数据评估分类器的准确性。
除非另有说明,否则本页内容根据 知识共享署名 4.0 许可证 授权,代码示例根据 Apache 2.0 许可证 授权。有关详细信息,请参阅 Google Developers 网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
上次更新时间:2022-11-01 UTC。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"太复杂/步骤太多" },{ "type": "thumb-down", "id": "outOfDate", "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":"其他" }]