jamseams / nnSparrow

C++ implemented fast CPU Convolutional Neural Network

Home Page:http://weao.github.io/nnSparrow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The code is tested on Ubuntu 14.04 LTS

How to Use:
1. RUN example: Just type 'make' under command line, then type './example'.
2. IMPORT nnSparrow: Just include all *.hpp files into your project.

=================================================================

Features:
1. No required external libraries.
2. Fast on CPU.
3. Easy to use.

About

C++ implemented fast CPU Convolutional Neural Network

http://weao.github.io/nnSparrow


Languages

Language:C++ 99.7%Language:Makefile 0.3%