First commit.

This commit is contained in:
2025-11-19 10:42:46 +01:00
commit 22c29a8939
33 changed files with 5985 additions and 0 deletions

14
source/index_old.html Normal file
View File

@@ -0,0 +1,14 @@
<!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>