This release contains following features:
- Uses CMake build system, the programs are written completely in C++11.
- The executable takes options from command line (uses gnu command line options); see '--help' for all options.
- Feed forward and back propagation methods implemented (test programs to emulate boolean AND, OR, XOR attached).
- Two factory methods which can create single layer and double layer feed feed-forward Neural network.
- Can print the state of neural network in graphviz format.