ClimbsRocks / auto_ml

[UNMAINTAINED] Automated machine learning for analytics & production
http://auto-ml.readthedocs.io
MIT License
1.64k stars 310 forks source link

Dropout #410

Open BernierCR opened 6 years ago

BernierCR commented 6 years ago

You define a dropout_rate hyperparameter but don't seem to use it anywhere. What's that about?

above-c-level commented 5 years ago

@BernierCR Hey there! It appears that this repository is no longer being actively maintained. However, I still think it's a great idea, so I've started working on my own version of it, which you can find here. It's worth pointing out that I've dropped Python 2.7 support, so you'll have to upgrade if you haven't already.

The above is copypasta, but I've implemented dropout, as it was previously missing. I also have dropout for the initial layer defined as well