/lectures-2

Primary LanguageJupyter Notebook

Course web page for LSE ST449, AI and Deep Learning, LT 2019.

/lectures/week* contains the material covered in lectures

/lectures/week*/class contains the class material

Project marking rubrics:

Excel file: https://github.com/lse-st449/lectures/blob/master/images/ST449-final-coursework-rubric.xlsb

Notes:

  • [9 Feb, 2019] How to implement ResNet blocks (slides 70-71, 74 in lecture 4) in TensorFlow? See ResNet implementation in TensorFlow here, in particular, resnet_model.py, e.g. inputs + shortcut in _building_block_v2().