Skip to content

DeepIntelligence/DeepLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearning

This repo is a C++ implementation of various neurual networks(including feed forward, restricted Boltzmann machine, CNN, RNN, LSTM) for deep learning purpose. We use Armadillo C++ linear algebra library (http://arma.sourceforge.net/) to support our linear algebra operation in the CPU. We also have our GPU linear algebra library(wrapping cuBlas) to speed-up matrix/vector operations. Our implmentation supports seamless switch from CPU to GPU using a single Flag.

Requirement & Dependency

Compiler: GNU g++ > 4.8

Armadillo linear algebra library [Link] (http://arma.sourceforge.net/)

Boost [link] (http://www.boost.org/ )

Google protocol buffer [link] (https://developers.google.com/protocol-buffers/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •