ameerazam08 commited on
Commit
9c44d64
·
verified ·
1 Parent(s): 0b2295a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -46
README.md CHANGED
@@ -1,46 +1,9 @@
1
- # Neural Network Playground
2
-
3
- An interactive web-based application for visualizing and experimenting with neural network architectures.
4
-
5
- ## Features
6
-
7
- - **Drag-and-Drop Interface**: Easily create neural network architectures by dragging and dropping different layer types
8
- - **Multiple Layer Types**: Support for Input, Hidden, Output, Convolutional, and Pooling layers
9
- - **Dynamic Connections**: Create connections between layers to define your network topology
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