Practical
You can download the materials of practical classes here . I will try to upload materials prior to their corresponding classes.
-
Introduction to Colab and MLP
tl;dr: What is colab? How MLP works? and mathematics of backpropagation mechanism
-
Preprocessing for text based tasks
tl;dr: What is preprocessing? What is encoding? one hot encoding and tf-idf encoding and some others encoding
-
Preprocessing for image based tasks
tl;dr: How to get a dataset for image-based tasks? How to prepare an image for feeding into our model?
-
-
-
Transfer Learning and Sequence to Sequence Model
tl;dr: What is Transfer learning? How to use a pretrain model in Keras? What is Sequence to Sequence models and how to implement a machine translation model?
-
TensorFlow 2 Tutorial
tl;dr: A set of tutorials, prepared by IUST, on TensorFlow 2 (basically a mini-course): It covers most of the required materials to start coding in TensorFlow, such as defining the computation, designing the model, working the input pipeline, and many more.