Binary package “tiny-dnn” in ubuntu oracular

header only deep learning framework in C++

 tiny-dnn is a C++ implementation of deep learning. It is suitable for deep
 learning on limited computational resource, embedded systems and IoT devices.
 .
 Features:
 .
  * Reasonably fast, without GPU;
  * Portable & header-only;
  * Easy to integrate with real applications;
  * Simply implemented.