richardhcli commited on
Commit ·
0e34cbe
1
Parent(s): f8ba142
fix readme yaml
Browse files- index.html +5 -1
index.html
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
---
|
| 2 |
title: Simple Neural Network Visualizer
|
| 3 |
-
|
| 4 |
emoji: 🧠
|
|
|
|
|
|
|
|
|
|
| 5 |
pinned: false
|
|
|
|
| 6 |
---
|
| 7 |
<!DOCTYPE html>
|
| 8 |
<html lang="en">
|
|
|
|
| 1 |
---
|
| 2 |
title: Simple Neural Network Visualizer
|
| 3 |
+
short_description: An interactive 3D visualization of a neural network training on the MNIST dataset using Three.js and TensorFlow.js.
|
| 4 |
emoji: 🧠
|
| 5 |
+
colorFrom: indigo
|
| 6 |
+
colorTo: yellow
|
| 7 |
+
sdk: static
|
| 8 |
pinned: false
|
| 9 |
+
app_file: index.html
|
| 10 |
---
|
| 11 |
<!DOCTYPE html>
|
| 12 |
<html lang="en">
|