I hereby claim:
- I am ishwarbhat on github.
- I am ishwr_ (https://keybase.io/ishwr_) on keybase.
- I have a public key ASB_dzUbpDaDVUcmRT1HraqheoValtMWpDbP0sQkz4xg_go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # WITH dropout | |
| epochs = 400 | |
| learning_rate = 0.1 | |
| dropout_prob = 0.8 | |
| dropout_perf1 = [] | |
| for j in range(epochs): | |
| shuffle(total_train) | |
| train = total_train[:1000] | |
| run_costs = [] | |
| predictions = [] |