文件名称:Linear_Regression_with_Tensorflow.js:使用P5.JS和Tensorflow.js模拟线性回归算法
文件大小:98KB
文件格式:ZIP
更新时间:2024-06-07 04:04:02
javascript machine-learning deep-learning simulation linear-regression
Linear_Regression_with_Tensorflow.js 使用P5.JS和Tensorflow.js模拟线性回归算法 概述 我已经使用P5.JS图形库和Tensorflow.js深度学习库创建了线性回归的仿真。 用户可以在运行时在画布上插入数据点,因此,最佳拟合线将更改其参数。 Tensorflow.js用于最小化损失函数。 sketch.js包含模拟的核心逻辑。
【文件预览】:
Linear_Regression_with_Tensorflow.js-master
----LICENSE(34KB)
----README.md(505B)
----LINEAR REGRESSION()
--------index.html(563B)
--------sketch.js(2KB)
--------lib()