/SimpleNeuralNetwork

This repo contains some simple neural network implementations with Qt framework.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Neural Network Implementation with C++ (Qt6)

This is an implementation of Neural Network Model with simple activation functions with Qt Framework.

QML-CMake

This subdirectory contains the GUI implenetation in QML while with very sofiticated and rich UI (which wasn't intended to use here). The UI have a different repo with more generalized form which can be found below.

QWidget-CMake

This subdirectory contains the GUI implenetation in QWidget which is actually the traditional desktop desktop framework. The more rich UI can be found in the QML-CMake directory.

Build project

This repository contains two separate standalone project. These project uses CMake configuration, so it'd be easy to build and run. More details can be found inside these directories.