Files

14 lines
336 B
HTML
Raw Permalink Normal View History

2025-11-19 10:42:46 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGPU Training Demo</title>
<base href="Classification/">
<script type="module" src="./training.js"></script>
</head>
<body>
<h1>WebGPU Linear Regression Training</h1>
<button id="trainBtn">Train Model</button>
<pre id="log"></pre>
</body>
</html>