Deep Learning
Deep Learning
OBJECTIVE
Machine learning is one of the fastest-growing and most exciting fields out there, and deep
learning represents its true bleeding edge. This course is intended to give a holistic
understanding on Deep Learning and its applications. It would cover:
• Neural Networks – Multi-Layer Perceptron (MLP), Convolutional Neural Network (CNN)
and Auto Encoders, Recurrent Neural Network (RNN)
• Detailed application-oriented approach towards learning Deep Learning with datasets
on Computer Vision and Natural Language Processing.
• Tensor Flow and Keras based notebooks
In this course, you’ll develop a clear understanding of the motivation for deep learning, and
design intelligent systems that learn from complex and/or large-scale datasets. We’ll show
you how to train and optimize basic neural networks, convolutional neural networks, and
long short-term memory networks. Complete learning systems in TensorFlow and Keras will
be introduced with working examples.
DEEP LEARNING USING TENSORFLOW AND KERAS
You will learn to solve new classes of problems that were once thought prohibitively
challenging, and come to better appreciate the complex nature of human intelligence as you
solve these same problems effortlessly using deep learning methods.
PRE-REQUISITES
INSTRUCTOR PROFILE
Naveen Kumar Bhansali has around 15 years of experience as data scientist, advisory
architect and consultant in big data, artificial intelligence, deep learning/machine learning
and business analytics across various domains/verticals such as telecom, retail, aerospace,
e-commerce, education, federal agencies and IT – Exchange & Storage. He has worked
across the globe for clients such as Embraer Brazil, FWD Hong Kong, Bank of Thailand, TIM
Brazil, Hawaiian Telecom USA, Bank of Ayudhya in Thailand, ASOS UK, VTC Hong Kong, etc.
He is an alumnus of Indian Institute of Management (IIM), Bangalore and is also a guest
lecturer on Artificial Intelligence, Deep Learning and Big Data at IIM Bangalore and Amity
University.
COURSE OUTLINE
Module 5: NLP
Understanding the concept of Embeddings
Word Embedding (Word2Vec, GloVe) & Transfer learning
Embedding Projector and visualizing the embeddings
Applying Embedding layer and building a model in Keras (Sentiment Analysis)