Skip to content

A implementation of backpropagation for a feed forward neural network GUI using qt5.

Notifications You must be signed in to change notification settings

esteban-rs/Neural-Network-Using-QT-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Neural Network Using qt5 GUI

For a Linux distribution, install qt5 as follow

sudo apt-get install qtcreator
sudo apt-get install qtdeclarative5-dev
  • g++ is need to run this program

To run main program use

  1. From qt Creator open folder /NN_Interface and select file NN_Interface.pro
  2. From terminal, go to /build-NN_Interface-Desktop-Debug and execute make. Then run main program as ./NN_Interface
  • Parameters set by default, yo can change it typing in the boxes.

About

A implementation of backpropagation for a feed forward neural network GUI using qt5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages