Course Overview
Traditional neural networks depend on shallow nets, consisting of one input, one hidden layer and one output layer. Deep-learning networks are very different from these ordinary neural networks having more hidden layers, or so-called more depth
Such kinds of nets are capable of discovering unseen structures within unlabelled and unstructured data (i.e. images, sound, and text), which establishes the vast majority of data in the world
TensorFlow is one among the finest libraries to implement deep learning. Nodes present in the graph signify mathematical operations, while the edges signify the multidimensional data arrays /tensors that flow between them
Requirements
- Basic programming knowledge in Python
- A few Concepts about Machine Learning
Curriculum
-
Introduction to TensorFlow
-
Convolutional Neural Networks (CNN)
-
Recurrent Neural Networks (RNN)
-
Unsupervised Learning
-
Autoencoders