wave-cnn

1 min read

wave_cnn is a C implementation of convolutional neural network (CNN). It is specifically designed to handle one-dimensional signals and easy to understand. Therefore, it is a good reference material to walk into the world of deep neural networks.

  • The source code of this product could be found at here.