Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 264 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 264 Bytes

This code is an implementation of a Classification Restricted Boltzmann Machine (ClassRBM).

The script "trueMinst2Dataset.m" loads the MINST dataset in matlab variables that can be used by "trainingClassRBM.m".

The script "trainingClassRBM.m" trains a ClassRBM.