NNUI is a visual neural networks editor. It's convenient and efficient and it aims to the beginners and the researchers.
Windows 10 (version 10586 or higher version)
NNUI is divided into the client and the server.
- Client
- Install NNUI on Microsoft Store (unavailable)
- Compile the source code using Visual Studio 2017
- Server
- Install Python 2.7 / 3.6 or higher version
- Install the third-package:
pip install keras tensorflow flask
- Enter the directory
server
, run the commandpython server.py
When the server is running, open the program NNUI.
In the model page,
You can click the layer for adding it into the model.
Click 'Modify' on the right side to modify the parameters.
Set the Server IP, and click `Compile` button to train the model.
And in the training page,
Click `Get loss info` and see the loss graph.