/3d-deep-learning-wiki

A curated list and descriptions of resources related to 3D Deep Learning

3D Deep Learning

Cloning the wiki

$ git clone git@github.com:Blitzman/3d-deep-learning-wiki.git

Interesting Reads and Links

NVIDIA Deep Learning Course

Theoretical Background

Convolutional Neural Networks (CNN)

Check out the nice Stanford CS course titled CS231n: Convolutional Neural Networks for Visual Recognition. There is a nice lecture on Convolutional Neural Networks (CNNs / ConvNets) which provides an architectural overview as well as detailed explanations of the different layers and popular architectures.

A nice collection of final reports by the course students is available here. The following ones are specially remarkable:

Deep Neural Networks (DNN)

Frameworks

Torch

Torch is a scientific computing framework which supports a wide variety of machine learning algorithms. Characterized by an easy use thanks to its LuaJIT scripting language. It also features significant efficiency due to the underlying CUDA/C implementation.

Caffe

Caffe is a deep learning framework developed by the Berkeley Vision and Learning Center (BVLC). It is implemented mainly in C++ and supports GPU computing thanks to CUDA.

Theano