Skip to content

A GPU implementation of Convolutional Neural Nets in C++

License

Notifications You must be signed in to change notification settings

noelds/convnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ConvNet.

ConvNet is a fast C++ based GPU implementation of Convolutional Neural Nets.

  • Supports Multi-GPU architectures (Multiple GPUs, Single machine).
  • Provides a fast CPU-only feature extractor.

Installation

[Install guide] (https://github.com/torontodeeplearning/convnet/blob/master/INSTALL)

Pre-trained Models

Pre-trained models and examples for training and feature extraction are provided for

Tutorials

Coming soon.

Documentation

here

About

A GPU implementation of Convolutional Neural Nets in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 55.5%
  • C++ 24.3%
  • C 10.0%
  • Python 9.1%
  • Other 1.1%