Getting started with Deep Learning: Using Keras & Numpy to detect voice disorders

Abstract

This talk is for Pythonistas who want to learn to use Keras to get started in deep learning. You should expect to learn what deep learning is, develop an intuition for how it works, & learn to avoid common mistakes. We discuss how we used utterance data to predict if a patient has a voice disorder.

Talk Description

Deep learning is a useful tool for problems in computer vision, natural language processing, and medicine. While it might seem difficult to get started in deep learning, Python libraries, such as Keras make deep learning quite accessible. In this talk, we will discuss what deep learning is, introduce NumPy and Keras, and discuss common mistakes and debugging strategies. Throughout the talk, we will return to an example project in the medical domain, which used deep learning on vocal data to determine whether a patient has a voice disorder called vocal hyperfunction.

About the Talk

About the Author

Deborah has done machine learning research at MIT, Harvard, and Google Brain. Her work in machine learning has spanned developing models of human perception to exploring medical data. She has been a teaching assistant for undergraduate classes at MIT, graduate classes at Harvard, and the Boston Python Workshop. Before working in machine learning, she did education research and taught in Cambodia as a Fulbright Scholar. She has spoken at PyTennessee, SciPy Conference, AI With the Best, QConNY, and PyCon US. Sebastian Hanus Sebastian loves data analysis, programming, and teaching. As a student research assistant at MIT, he used Python, NumPy, Pandas, and Keras to wrangle gigabytes of voice data (stored as text) into a neural network to detect vocal trauma. As a research assistant at the University of Nebraska, he used Python, NumPy, and sklearn on text data for computer security. In his spare time, he collects and analyzes data to improve his minecraft civilization. He regularly teaches programming and design to the robotics team that he founded and basic computer skills to senior citizens.