Skip to content

Instantly share code, notes, and snippets.

View twolodzko's full-sized avatar

Timothy Wolodzko twolodzko

View GitHub Profile
@twolodzko
twolodzko / lr_finder.py
Created September 12, 2018 08:16 — forked from jeremyjordan/lr_finder.py
Keras Callback for finding the optimal range of learning rates
from keras.callbacks import Callback
import matplotlib.pyplot as plt
class LRFinder(Callback):
'''
A simple callback for finding the optimal learning rate range for your model + dataset.
# Usage
```python
@twolodzko
twolodzko / data-philly-april-2018-bayes-bandits.ipynb
Created April 4, 2018 08:03 — forked from AustinRochford/data-philly-april-2018-bayes-bandits.ipynb
Data Philly April 2018 - Two Years of Bayesian Bandits for E-Commerce
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.