/tiny_cnn

The convolution, relu and pooling is the basic units of the neural network. This test wants you to write the function of these three parts in C/C++: · Forward only, Backward is PLUS; · Support Conv2D, Pooling2D operator; Verify the results by test case and calculate the computation efficiency;

Primary LanguageC++

Watchers