Repo based on repo Keras2Cpp
This main code is set to compare your Keras MLP in Python with this MLP arch in C++. It is build in QT, but check the fork to run without QT5. Since we're using QT, do:
- Create dir
/build
- Inside
/build
runqmake ..
- Then
make