Skip to content

Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.

License

Notifications You must be signed in to change notification settings

baigoocn/DeepLearnToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearnToolbox

Matlab toolbox for deep learning.

Deep Learning is a machine learning subfield which focuses on learning deep hierarchical models of data.

Deep Learning is inspired by the human brains apparent deep (layered, hierarchical) architecture.

Includes

NN: Feedforward Backprop Neural Nets.

DBN: Deep Belief Networks.

CNN: Convolutional Neural Networks.

SAE: Stacked Auto-Encoders.

Setup

  1. Download.
  2. addpath(genpath('DeepLearnToolbox'));

About

Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published