A workshop as introduction to Deep Learning and speach analysis.
During the workshops the participants will learn:
- The basic of neural networks, e.g. activation functions, loss functions
- The more advanced Recourent Neural Networks and LSTMs
- How to apply the gained knowledge to speach datasets
We recommend the following agend.
- System Setup
You will need to bring your own laptop. There are two ways to run code during the workshop.
a. Locally on your machine. There for you will need Python 3.6, Keras, and Tensorflow installed.
b. Azure Notebooks You can run the code online over Azure Notebooks. https://notebooks.azure.com/ - Introduction to machine learning
This section will provide you with the basic iddeas of machine learning. - Introduction to deep learning
All basics you need to know to understand what we are doing in the applied sections. We will cover the basic idea behind neural network including the most important elements, such as activations, loss, optimization, and the evaluation of your results. - Application to the spoken digits dataset
- Advanced topic: RNN, LSTM
Usually we can get better results using more advanced architecutures then just a simple fully connected network. In this section we will teach you the basic idea of RNNs and LSTMs. - Application to the Parkinsons Dataset
Finally you will build a neural network your self which will classify whether a patient has Parkinsons.
If you will participate in the workshop, please checkout our setup instructions.
If you want to hold this workshop by your self checkout our instruction on how to prepare this workshop.
In case you have any questions regarding the workshop or the code it self, feel free to create a new issue