Introduction
Welcome
General Introduction
Applications of Deep Learning in Computer Vision
Course Structure
Take the Bold Step
Welcome
General Introduction
Applications of Deep Learning in Computer Vision
Course Structure
Basics
Initialization and Casting
Indexing
Maths Operations
Linear Algebra Operations
Common TensorFlow Functions
Ragged Tensors
Sparse Tensors
String Tensors
Variables
Loading and Saving Models
Task Understanding
Data Preparation
Linear Regression Model
Error Sanctioning
Training and Optimization
Performance Measurement
Validation and Testing
Corrective Measures
Task Understanding
Data Preparation
Data Visualization
Data Processing
How and Why Convolutional Neural Networks Work
Building ConvNets with Tensorflow
Binary Crossentropy Loss
Training ConvNets
Model Evaluation and Testing
Loading and Saving tensorflow models to gdrive
Task Understanding
Data Preparation
Data Visualization
Precision, Recall, Accuracy
Confusion Matrix
ROC Curve
Tensorflow Callbacks
Learning Rate Scheduling
Model Checkpointing
Understanding BLEU score
Mitigating Overfitting and Underfitting
Data augmentation with tf.image
Data augmentation with Keras Layers
Mixup Augmentation
Cutmix Augmentation
Albumentations
Custom Loss and Metrics
Eager and Graph Modes
Custom Training Loops
Data Logging
View Model Graphs
Hyperparameter Tuning
Profiling and Visualizations
Experiment Tracking
Hyperparameter Tuning
Dataset Versioning
Model Versioning
Data Preparation
Modeling and Training
Data Augmentation
Tensorflow records
AlexNet
VGGNet
ResNet
Coding ResNets from Scratch
MobileNet
How APIs work
Building API with Fastapi
EfficientNet
Feature Extraction
Finetuning
Visualizing Intermediate Layers
Grad-Cam Method
Ensembling
Class Imbalance
Understanding VITs
Building VITs from Scratch
Finetuning Huggingface VITs
Model Evaluation with Wandb
Data Efficient Transformers
Swin Transformers
Understanding Quantization
Conversion from to Onnx Model
Quantization of Onnx Model
Quantization Aware Training
Conversion to TensorflowLite model
How APIs work
Building API with Fastapi
Deploying API to the Cloud
Load Testing API
Basics of object detection
Understanding YOLO algorithm
Dataset Preparation
Building and Training YOLO from scratch
Testing
Performance Measurement with Mean Average Precision
Understanding Image Segmentation
Training and Optimization
Class weighting and reduced network
Understanding People Counting
Dataset Preparation
Building CSRNET
Data Augmentation
Variational Autoencoders
Digits generation with VAEs
How GANs work
The GAN loss
Improving GAN training
Face Generation with GANs