文件名称:交互式简单线性回归:基于PureScript,基于浏览器的简单线性回归实现
文件大小:2.88MB
文件格式:ZIP
更新时间:2024-02-25 18:25:05
data-science machine-learning statistics functional web-development
交互式简单线性回归 输入2D数据点并使用梯度下降拟合简单的线性回归模型。 使用构建。 可在播放。 文献资料 有关完整的文章,请访问。 开始使用 git clone git@github.com:lettier/interactive-simple-linear-regression.git cd interactive-simple-linear-regression # Install nvm, npm, and yarn. nvm use yarn run installPackages yarn run buildDist xdg-open dist/index.html (C)201
【文件预览】:
interactive-simple-linear-regression-master
----.nvmrc(7B)
----screenshot.gif(2.58MB)
----package.json(860B)
----LICENSE(11KB)
----static()
--------images()
--------html()
--------scss()
----dist()
--------index.html(1KB)
--------logo.png(245KB)
--------app.js(1.63MB)
--------index.css(2KB)
----src()
--------LinearRegression.purs(10KB)
--------Main.purs(505B)
--------Plot.purs(404B)
--------Matrix.purs(9KB)
--------Utils.purs(2KB)
--------Plot.js(2KB)
--------UI.purs(12KB)
----.gitignore(71B)
----README.md(836B)
----yarn.lock(109KB)
----bower.json(828B)