Neural Network Framework 1.0.2 (Default branch) |
|
|
Neural Network Framework is a C++ framework to
develop, simulate, and analyze arbitrary complex
neural networks. The programmer can use the
classes provided to create neural networks with
arbitrary topology and mixed type of neurons. It's
very easy to add customized neurons and layers.
License: GNU General Public License (GPL)
Changes:
This release adds FindNNFW.cmake and
NNFWConfig.cmake for configuring
CMake projects using the FIND_PACKAGE(NNFW) and
TARGET_USE_NNFW()
macros. It improves the nnfw-config script,
eliminating unnecessary
flags and making it print the configuration used
during library
compilation.
|