nitishsrivastava / deepnet

Implementation of some deep learning algorithms.
BSD 3-Clause "New" or "Revised" License
896 stars 438 forks source link

Output model for DBN model_type classifier #96

Open AriesF opened 8 years ago

AriesF commented 8 years ago

I have question about classifier for DBN model_type

I have tried to compare the output between FEED_FORWARD_NET and DBN model_type for DBN training. For FEED_FORWARD_NET, my terminal will show the error prediction for test data. But It doesn't work for the DBN model_type. DBN model just show the step

How do I know the output prediction using DBN model?