Google Brain's Sherry Moore gives a hands-on TensorFlow tutorial, building linear regression and MNIST digit-recognition models live with the audience.

Sherry Moore: Software engineer on the Google Brain team who worked on TensorFlow alongside researchers, including Alex Krizhevsky who invented AlexNet.
Sherry Moore of Google Brain introduces TensorFlow, Google's open-source machine learning library that became the most popular ML project on GitHub. She explains core concepts: tensors as multi-dimensional arrays, computation graphs of connected nodes, and the modular architecture spanning front-end languages, a core execution runtime, and portable device kernels (CPU, GPU, phones, TPU). The bulk of the session is a live coding lab where the audience builds two classic models in Jupyter notebooks: a linear regression to guess a mystery line, and an MNIST handwritten-digit classifier with hidden layers. She teaches practical infrastructure including placeholders, checkpoints, savers, global step, and evaluation. The talk ends with an extended audience Q&A about C++ APIs, Windows/ARM support, TPU availability, serving, and loading custom datasets.
Raspberry Pi Foundation
“I would love to see people putting out on Raspberry Pi because can you imagine you can just write your own tensorflow application”— Sherry Moore