Create README.md
Browse files
README.md
CHANGED
@@ -1,46 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
- **Visual Styling**: Beautiful gradient-based styling for different layer types with animations
|
11 |
-
- **Layer Properties**: View and edit detailed properties for each layer
|
12 |
-
- **Network Validation**: Automatic validation of network architectures
|
13 |
-
- **Training Simulation**: Visual simulation of the training process
|
14 |
-
- **Responsive Design**: Works on desktop and mobile devices
|
15 |
-
|
16 |
-
## Getting Started
|
17 |
-
|
18 |
-
1. Clone this repository
|
19 |
-
2. Open `index.html` in your browser or use a local server:
|
20 |
-
```
|
21 |
-
python -m http.server
|
22 |
-
```
|
23 |
-
3. Visit `http://localhost:8000` in your browser
|
24 |
-
|
25 |
-
## How to Use
|
26 |
-
|
27 |
-
1. Drag layer components from the left panel onto the canvas
|
28 |
-
2. Connect layers by dragging from output ports (right side) to input ports (left side)
|
29 |
-
3. Click on a layer to view its properties
|
30 |
-
4. Edit layer properties by clicking the edit button
|
31 |
-
5. Click "Run Network" to simulate training
|
32 |
-
|
33 |
-
## Technologies Used
|
34 |
-
|
35 |
-
- HTML5
|
36 |
-
- CSS3 (with animations and gradients)
|
37 |
-
- JavaScript (vanilla)
|
38 |
-
- No external libraries required!
|
39 |
-
|
40 |
-
## License
|
41 |
-
|
42 |
-
MIT
|
43 |
-
|
44 |
-
## Contributing
|
45 |
-
|
46 |
-
Contributions, issues, and feature requests are welcome!
|
|
|
1 |
+
---
|
2 |
+
title: Neural Network Playground
|
3 |
+
emoji: 🌖
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
+
sdk: static
|
7 |
+
pinned: false
|
8 |
+
---
|
9 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|