AhmadZakaria / TNN-MLP

Multi-layer Perceptron implementation as a part of Technical Neural Networks course at University of Bonn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNN-MLP

Multi-layer Perceptron implementation as a part of Technical Neural Networks course at University of Bonn

Compilation: cd build cmake .. make

To run the program, simply call the executable.

to plot the results using gnuplot

gnuplot plot "error.dat" using 1:2 title "training error", "error.dat" using 1:3 title "testing error"

About

Multi-layer Perceptron implementation as a part of Technical Neural Networks course at University of Bonn


Languages

Language:C++ 99.0%Language:C 1.0%Language:CMake 0.0%