Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
imdeep2905 committed Mar 3, 2020
2 parents 93662af + 1869668 commit 7215f25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
3 changes: 3 additions & 0 deletions HELP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Neural-Network-Sandbox Help Section
![logo](https://github.com/imdeep2905/Neural-Network-Sandbox/blob/master/Frontend/imgs/icon.png)

# Contents

Expand Down Expand Up @@ -81,6 +82,8 @@ Our Advice is to start with smaller learning rate and gradually increase it unti

### Choose Weights Intialization

### Will be Updated Soon !

### Choose Epochs

Guessing right number of epochs also require experience.But you can start with less epochs and gradually increase it untill you find best one for your project.
Expand Down
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Neural-Network-Sandbox
**Current Version: V1.0**
![logo](https://github.com/imdeep2905/Neural-Network-Sandbox/blob/master/Frontend/imgs/icon.png)

**Current Version: V1.0**
# Contents

1. [Introduction](#Introduction)
Expand Down Expand Up @@ -51,8 +52,9 @@ Currently we are working on one **executable file** and **pip package** for this
# How to run
While there is no executable available you can try Neural Network Sandbox with source code.

Before running Make Sure you have graphviz installed on your PC. Also make sure you have graphviz in environment variables.See [#1](https://github.com/imdeep2905/Neural-Network-Sandbox/issues/1) For More info on this.
1. Clone this repo.
2. Fulfill ```requirements.txt``` (```pip install requirements.txt```).
2. Fulfill ```requirements.txt``` (```pip install -r requirements.txt```).
3. Run with command ```python main.py```.

# Features
Expand Down Expand Up @@ -268,7 +270,7 @@ Checking this will preprocess selected training/testing before starting.It does
Slide it to select percentage of validation data from training data.```0%``` means no validation.

# Known Issues
Issue | Solved
Issue | Fixed
------------ | -------------
Sometimes Visualize training doesn't work | No

Expand All @@ -284,19 +286,9 @@ Without these excellant libraries :heart: this would not have been possible.
* pydot
* pygame
* kivy
* kivy-deps.angle
* kivy-deps.glew
* kivy-deps.gstreamer
* Kivy-Garden
* kivy.deps.sdl2
* kiwisolver
* pydotplus
* graphviz
* pillow
* scikit-learn
* scipy
* setuptools
* docutils
* pygments
* pypiwin32
* pip

0 comments on commit 7215f25

Please sign in to comment.