/hyperspectral_classifier_DBN

A Deep Belief Network for the classification of materials in hyperspectral images.

Primary LanguagePython

Notes on the dataset:

Notes on usage:

  • DBN_writeparams is intended to replace DBN. DBN is only used by DBN_example.

  • The parameters of the DBN object should match in DBN_writeparams and DBN_example (e.g., n_ins, hidden_layers_sizes, n_outs).

To do:

  • Create a module for loading trained weights and biases in DBN_example.