|
|
|
|
|
by danger
5072 days ago
|
|
As another commenter pointed out, the accuracy really needs to be evaluated using a validation set, not the test set--the approach described in the post is training with the testing data. In the field, we call this "cheating". The basic idea of automatically tuning hyperparameters (the things this post discusses tuning with genetic algorithms) is cool, though, and is becoming a popular subject in machine learning research. A couple recent research papers on the topic are pretty readable: Algorithms for Hyper-Parameter Optimization: http://books.nips.cc/papers/files/nips24/NIPS2011_1385.pdf Practical Bayesian Optimization of Machine Learning Algorithms: http://arxiv.org/abs/1206.2944 |
|
https://groups.google.com/group/machine-march-madness