C++ Neural Network Framework
This project is using CMake. CMake 3.13 or later is required.
cmake . -B ./build
cd build
make
For more cmake build options and configuration, please see CMake Doc
Microsoft C/C++ extension is required. CMake (CMake support for Visual Studio Code) is recommend.
shift + command + p, then select a task to execute.
Select "(lldb) cnn example" configuration.
For more compiler and debugger installation and setup, please see C/C++ for Visual Studio Code.