richardhcli commited on
Commit
28b08b8
·
1 Parent(s): 0e34cbe

add yaml to readme

Browse files
Files changed (2) hide show
  1. README.md +10 -0
  2. index.html +0 -10
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  ## Future Enhancements
2
 
3
  - [ ] Real-time training animation via epochs -> change in colors.
 
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
  ## Future Enhancements
12
 
13
  - [ ] Real-time training animation via epochs -> change in colors.
index.html CHANGED
@@ -1,13 +1,3 @@
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">
13
  <head>
 
 
 
 
 
 
 
 
 
 
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>