Skip to main content

Posts

2021

2019

Finding a Learning Rate with Tensorflow 2

·3 mins
Implementing the technique in Tensorflow 2 is straightforward. Start from a low learning rate, increase the learning rate and record the loss. Stop when a very high learning rate is reached. Plot the losses and learning rates choosing a learning rate where the loss is decreasing at a rapid rate.

2018

How to Read a Paper

·3 mins
A few years ago I came across a method for reading academic papers which I’ve kept coming back to as a reliable systematic approach to efficiently read important papers of varying complexity. The method itself comes from a paper by Prof. Srinivasan Keshav, an ACM Fellow and researcher at the University of Waterloo. I recommend reading his paper, but I summarise the system here.