/RiGi

Matlab Deep Learning Toolbox

Primary LanguageMatlabGNU General Public License v3.0GPL-3.0

RiGi

Author: Li Chao, Zhang Wen, Baidu. Inc.

Date created: 21 Jun 2016

Email: lichaocasia@163.com

Introduction

RiGi is a Matlab-based tool for Deep Learning Toolbox. The original version is developed in our personal time. If it can help the users, it's great.

FOLDERS:

layer: the basic layer, it contents linear, bias, mse, nonlinear,...( it will be fulled with other layers)

stack: the stack layer, user only need to write the set and initialization M files, the readme.txt will be help.

model: used to build model.

trainer: the trainer.

DAG: (it's coming soon)

test: for unit test.

example: only MNIST support rightnow.