Introduction to Deep Learning#
Brief Introduction to Deep Learning#
Deep Learning is a subset of Machine Learning. Machine Learning is a subset of Artificial Intelligent#
While Machine Learning utilizes many different algorithm, Deep Learning only focuses on using Artificial Neural Network#
Several differences between Machine Learning and Deep Learning#
Some notable applications of Deep Learning#
Deep Learning Models#
In this workshop we focus on several typical Deep Learning models:
(1) Regular Deep Neural Network
(2) Convolutional Neural Network (CNN)
(3) Recurrent Neural Network (RNN)