Skip to content

roghed/neural-net-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A C++/Qt Quick desktop app to visualize and train simple MLP neural networks.

An image showcasing the GUI of the application

Requirements

Following dependencies are required in order to build the application:

  • GCC >= 13 (or other C++17 compliant compiler)
  • CMake >= 3.28
  • Qt >= 6.9
  • Armadillo library >= 12.6
  • GoogleTest >= 1.14

Build instructions

cd neural-network-sim
cmake -S . -B build
cmake --build build

Run

To launch the application:

cd build
./neural-net-sim

To run tests:

ctest --test-dir build/src --output-on-failure

About

Desktop application for simulating the operation of neural networks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors