Course curriculum

    1. Promo & Highlights

    2. Introduction: Introduction to Instructor and Aisciences

    3. Basics of Deep Learning: Problem to Solve Part 1

    4. Basics of Deep Learning: Problem to Solve Part 2

    5. Basics of Deep Learning: Problem to Solve Part 3

    6. Basics of Deep Learning: Linear Equation

    7. Basics of Deep Learning: Linear Equation Vectorized

    8. Basics of Deep Learning: 3D Feature Space

    9. Basics of Deep Learning: N Dimensional Space

    10. Basics of Deep Learning: Theory of Perceptron

    11. Basics of Deep Learning: Implementing Basic Perceptron

    12. Basics of Deep Learning: Logical Gates for Perceptrons

    13. Basics of Deep Learning: Perceptron Training Part 1

    14. Basics of Deep Learning: Perceptron Training Part 2

    15. Basics of Deep Learning: Learning Rate

    16. Basics of Deep Learning: Perceptron Training Part 3

    17. Basics of Deep Learning: Perceptron Algorithm

    18. Basics of Deep Learning: Coading Perceptron Algo (Data Reading & Visualization)

    19. Basics of Deep Learning: Coading Perceptron Algo (Perceptron Step)

    20. Basics of Deep Learning: Coading Perceptron Algo (Training Perceptron)

    21. Basics of Deep Learning: Coading Perceptron Algo (Visualizing the Results)

    22. Basics of Deep Learning: Problem with Linear Solutions

    23. Basics of Deep Learning: Solution to Problem

    24. Basics of Deep Learning: Error Functions

    25. Basics of Deep Learning: Discrete vs Continuous Error Function

    26. Basics of Deep Learning: Sigmoid Function

    27. Basics of Deep Learning: Multi-Class Problem

    28. Basics of Deep Learning: Problem of Negative Scores

    29. Basics of Deep Learning: Need of Softmax

    30. Basics of Deep Learning: Coding Softmax

    31. Basics of Deep Learning: One Hot Encoding

    32. Basics of Deep Learning: Maximum Likelihood Part 1

    33. Basics of Deep Learning: Maximum Likelihood Part 2

    34. Basics of Deep Learning: Cross Entropy

    35. Basics of Deep Learning: Cross Entropy Formulation

    36. Basics of Deep Learning: Multi Class Cross Entropy

    37. Basics of Deep Learning: Cross Entropy Implementation

    38. Basics of Deep Learning: Sigmoid Function Implementation

    39. Basics of Deep Learning: Output Function Implementation

    40. Deep Learning: Introduction to Gradient Decent

    41. Deep Learning: Convex Functions

    42. Deep Learning: Use of Derivatives

    43. Deep Learning: How Gradient Decent Works

    44. Deep Learning: Gradient Step

    45. Deep Learning: Logistic Regression Algorithm

    46. Deep Learning: Data Visualization and Reading

    47. Deep Learning: Updating Weights in Python

    48. Deep Learning: Implementing Logistic Regression

    49. Deep Learning: Visualization and Results

    50. Deep Learning: Gradient Decent vs Perceptron

    51. Deep Learning: Linear to Non Linear Boundaries

    52. Deep Learning: Combining Probabilities

    53. Deep Learning: Weighted Sums

    54. Deep Learning: Neural Network Architecture

    55. Deep Learning: Layers and DEEP Networks

    56. Deep Learning: Multi Class Classification

    57. Deep Learning: Basics of Feed Forward

    58. Deep Learning: Feed Forward for DEEP Net

    59. Deep Learning: Deep Learning Algo Overview

    60. Deep Learning: Basics of Back Propagation

    61. Deep Learning: Updating Weights

    62. Deep Learning: Chain Rule for BackPropagation

    63. Deep Learning: Sigma Prime

    64. Deep Learning: Data Analysis NN Implementation

    65. Deep Learning: One Hot Encoding (NN Implementation)

    66. Deep Learning: Scaling the Data (NN Implementation)

    67. Deep Learning: Splitting the Data (NN Implementation)

    68. Deep Learning: Helper Functions (NN Implementation)

    69. Deep Learning: Training (NN Implementation)

    70. Deep Learning: Testing (NN Implementation)

    71. Optimizations: Underfitting vs Overfitting

    72. Optimizations: Early Stopping

    73. Optimizations: Quiz

    74. Optimizations: Solution & Regularization

    75. Optimizations: L1 & L2 Regularization

    76. Optimizations: Dropout

    77. Optimizations: Local Minima Problem

    78. Optimizations: Random Restart Solution

    79. Optimizations: Vanishing Gradient Problem

    80. Optimizations: Other Activation Functions

    81. Final Project: Final Project Part 1

    82. Final Project: Final Project Part 2

    83. Final Project: Final Project Part 3

    84. Final Project: Final Project Part 4

    85. Final Project: Final Project Part 5

    1. Introduction: Course Content

    2. Introduction: Benefits of Framework

    3. Introduction: Installations and Setups

    4. Tensor: Introduction to Tensor

    5. Tensor: List vs Array vs Tensor

    6. Tensor: Arithmetic Operations

    7. Tensor: Tensor Operations

    8. Tensor: Auto-Gradiants

    9. Tensor: Activity Solution

    10. Tensor: Detaching Gradients

    11. Tensor: Loading GPU

    12. NN with Tensor: Introduction to Module

    13. NN with Tensor: Basic NN part 1

    14. NN with Tensor: Basic NN part 2

    15. NN with Tensor: Loss Functions

    16. NN with Tensor: Activation Functions & Hidden Layers

    17. NN with Tensor: Optimizers

    18. NN with Tensor: Data Loader & Dataset

    19. NN with Tensor: Activity

    20. NN with Tensor: Activity Solution

    21. NN with Tensor: Formating the Output

    22. NN with Tensor: Graph for Loss

    23. CNN: Introduction to Module

    24. CNN: CNN vs NN

    25. CNN: Introduction to Convolution

    26. CNN: Convolution Animations

    27. CNN: Convolution using Pytorch

    28. CNN: Introduction to Pooling

    29. CNN: Pooling using Numpy

    30. CNN: Pooling in Pytorch

    31. CNN: Introduction to Project

    32. CNN: Project (Data Loading)

    33. CNN: Project (Transforms)

    34. CNN: Project (DataLoaders)

    35. CNN: Project (CNN Architect)

    36. CNN: Project (Forward Propagation)

    37. CNN: Project (Training CNN)

    38. CNN: Project (Analyzing Model Output)

    39. CNN: Project (Making Predictions)

    1. Introduction to TensorFlow: Module Introduction

    2. Introduction to TensorFlow: TensorFlow Definition and Properties

    3. Introduction to TensorFlow: Tensor Types and Tesnor Board

    4. Introduction to TensorFlow: How to use TensorFlow

    5. Introduction to TensorFlow: Google Colab

    6. Introduction to TensorFlow: Exercise

    7. Introduction to TensorFlow: Exercise Solution

    8. Introduction to TensorFlow: Quiz

    9. Introduction to TensorFlow: Quiz Solution

    10. Building your first deep learning Project: Module Introduction

    11. Building your first deep learning Project: ANNs

    12. Building your first deep learning Project: TensorFlow Playground

    13. Building your first deep learning Project: Load TF and Data

    14. Building your first deep learning Project: Model Training and Evaluation

    15. Building your first deep learning Project: Project

    16. Building your first deep learning Project: Project Implementation

    17. Building your first deep learning Project: Quiz

    18. Building your first deep learning Project: Quiz Solution

    19. Multi-layer Deep Learning Project: Module Introduction

    20. Multi-layer Deep Learning Project: Training and Epochs

    21. Multi-layer Deep Learning Project: Gradient Decent and Back Propagation

    22. Multi-layer Deep Learning Project: Bias Variance Trade-Off

    23. Multi-layer Deep Learning Project: Performance Metrics

    24. Multi-layer Deep Learning Project: Project-Sales Predition

    25. Multi-layer Deep Learning Project: Quiz

    26. Multi-layer Deep Learning Project: Quiz Solution

About this course

  • $199.99
  • 150 lessons
  • 14.5 hours of video content

Discover your potential, starting today