cNikolaou / cuSAE

Implementation of a sparse autoencoder using CUDA and MATLAB.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Add MATLAB code. #1

Closed cNikolaou closed 9 years ago

cNikolaou commented 10 years ago

The final goal of cuSAE is to train a sparse autoencoder to classify the MNIST dataset, while using CUDA C to implement expensive computations.

First we need to add MATLAB code that imports the dataset and uses the (CUDA C) function that computes the cost and the gradients used for backpropagation.

cNikolaou commented 9 years ago

MATLAB code was added.