albertbup / deep-belief-network

A Python implementation of Deep Belief Networks built upon NumPy and TensorFlow with scikit-learn compatibility
MIT License
481 stars 212 forks source link

What parameters can be adjusted, how to adjust the parameters of the regression example? #42

Open sdo1997510 opened 5 years ago

sdo1997510 commented 5 years ago

In addition to hidden_layers_structure, learning_rate,epochs,batch_size, activation_function,what other parameters can be adjusted, how to adjust it?Thank you。