From 6dac8493e66a5bc045100f8234028988b2f69331 Mon Sep 17 00:00:00 2001 From: kaj Date: Mon, 24 Nov 2025 18:56:19 +0100 Subject: [PATCH] Update README.md --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index 2d2f598..3697946 100644 --- a/README.md +++ b/README.md @@ -198,32 +198,7 @@ Press **Train** — the network trains in real time, showing: * Accuracy * Six random preview samples with predicted labels ---- -## Why This Project Matters - -This repository demonstrates: - -* understanding of GPU buffer layouts -* compute pipeline dispatching -* custom WGSL kernels for ML -* manual backprop and gradient math -* GPU memory management and buffer resizing -* a full deep-learning training loop without any frameworks - -It is strong evidence of skill in: - -**AI systems engineering**, -**WebGPU compute design**, -**neural-network internals**, -and **performance-oriented GPU development**. - -These skills are directly relevant for: - -* AI inference runtimes -* GPU acceleration teams -* Web-based model execution -* systems-level optimization roles ---