This site runs best with JavaScript enabled.Summer of AI
logo

Lesson 5 Code

Changing Learning Rates and Optimizers

In this code lesson we'll change learning rates during the training of our house price network; and see if we can get it to train faster than before. We'll also debug several problems that can arise while choosing a learning rate for your own projects.

House dataset: https://www.kaggle.com/c/house-prices-advanced-regression-techniques


Lesson 4 Code: https://github.com/chrisachard/summer_of_ai/blob/master/House%20Prices-Embeddings.ipynb


This Lesson's Completed Code: https://github.com/chrisachard/summer_of_ai/blob/master/House%20Prices-lr-optim.ipynb