-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Zhicheng Yan edited this page Jan 6, 2015
·
7 revisions
Welcome to the cuda_convnet_plus wiki!
This repository is forked from Alex Krizhevsky's cuda-convnet.
- Dropout for fully-connected layer is added
- Weigh decaying for bias parameters
Generally, please follow the installation instructions of the original cuda-convnet.
Additional pre-requisite package:
- Intel Threading Building Blocks. sudo apt-get install libtbb-dev
After installing all pre-requisite packages, you can run the script ${CUDA_CONVNET_PLUS_ROOT}/cuda_convnet_plus/build.sh to build up the app.