Introduction to Deep Learning & Neural Networks

Date:

In this talk, I will focus on the Introduction to Deep Learning & Neural Networks. Day 1 tutorial will focus on convolutional neural networks, also known as convnets, a type of deep-learning model almost universally used in computer vision applications. You’ll learn to apply convnets to image-classification problems—in particular, those involving small training datasets, which are the most common use case if you aren’t a large tech company.
Day 2 tutorial will focus on deep-learning models that can process text (understood as sequences of word or sequences of characters), time-series, and sequence data in general. The two-fundamental deep-learning algorithms for sequence processing are recurrent neural networks and 1D convnets. The applications of these algorithms are in document classification, time series classification, sequence to sequence learning and sentiment analysis.