Closed PradyumnaSripad closed 6 years ago
Greetings sir,
My code for univariate classification for 5 classes is
X=df['value'].values;y = df['class'] dbn = UnsupervisedDBN(hidden_layers_structure=[1,5], batch_size=10, learning_rate_rbm=0.06, n_epochs_rbm=20, activation_function='sigmoid')
The error i got is Please help me to rectify the same!
Hi PradyumnaSripad,
I've solved the bug in PR #31 Re-install the package and try again, it should work now.
Best.
Greetings sir,
My code for univariate classification for 5 classes is
X=df['value'].values;y = df['class'] dbn = UnsupervisedDBN(hidden_layers_structure=[1,5], batch_size=10, learning_rate_rbm=0.06, n_epochs_rbm=20, activation_function='sigmoid')
The error i got is Please help me to rectify the same!