Open BernierCR opened 6 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
You define a dropout_rate hyperparameter but don't seem to use it anywhere. What's that about?