MLP classifier Gridsearch CV parameters to tune?
I'm looking to tune the parameters for sklearn's MLP classifier but don't know which to tune/how many options to give them? Example is learning rate. should i give it[.0001,.001,.01,.1,.2,.3]? or is that too many, too little etc.. i have no basis to know what is a good range for any of the parameters. Processing power is limited so i can't just test the full range. If anyone has a general guide of which are the most important to tune and a general range that would help me a lot moving forward. Thanks!
Topic mlp hyperparameter-tuning grid-search scikit-learn python
Category Data Science