Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 422 Bytes

Qt C++ Neural network with GUI

This implementation of neural network is written on C++. It has GUI which developed with Qt framework. This application was developed with purpose to recognition handwritten digits which are given from MNIST dataset. Backpropagation algorithm is used for learning network and gradient descent for minimizing cost function.

App screen