My simple C++ neural network
g++ main.cpp -o main.out -I./lib
g++ `pkg-config --cflags gtk+-3.0` gui.cpp `pkg-config --libs gtk+-3.0` -o gui.out -I./lib
Gui for classic X-Y/dots task training:
Kazam_screencast_00002.mp4
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.