TorontoDeepLearning / convnet

A GPU implementation of Convolutional Neural Nets in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

License:BSD 2-Clause "Simplified" License


Languages

Language:Cuda 56.2%Language:C++ 23.5%Language:C 9.7%Language:Python 9.5%Language:Protocol Buffer 0.7%Language:Makefile 0.4%