Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

TensorFlow 示例 1

输入数据

减少损失


解释

上面的模型执行了 4 个重要的步骤

  • 它收集数据
  • 它准备数据
  • 它训练模型
  • 它评估模型

在接下来的章节中,您将学习如何编写上述示例的副本。

您将学习如何获取数据、清理数据和绘制数据。

您还将学习如何构建 TensorFlow 模型以及如何训练模型。


图形 (tfjs-vis)

图形使用 tfjs-vis 库 显示。

tfjs-vis 是一个用于浏览器可视化的小型库,旨在与 TensorFlow.js 一起使用。

    主要功能包括:

  • 用于可视化机器学习的图形工具
  • 用于可视化TensorFlow对象的函数
  • 可视化可以组织在观察器(一个模态浏览器窗口)中
  • 可以与自定义工具(如 d3、Chart.js 和 Plotly.js)一起使用

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.