Skip to content
Zhicheng Yan edited this page Jan 6, 2015 · 7 revisions

Welcome to the cuda_convnet_plus wiki!

Introduction

This repository is forked from Alex Krizhevsky's cuda-convnet.

New features

  • Dropout for fully-connected layer is added
  • Weigh decaying for bias parameters

Installation

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.

Clone this wiki locally