mbhushan / ml

0 stars 0 forks source link

Course 2: Week 3: Hyperparameter tuning, Batch Normalization and Programming Frameworks #1

Open mbhushan opened 6 years ago

mbhushan commented 6 years ago

Tensor Flow Code Example:

screen shot 2018-01-09 at 7 39 28 am

Deep Learning Frameworks

screen shot 2018-01-09 at 6 10 20 am

Gradient Descent with softmax

screen shot 2018-01-09 at 6 04 57 am

Softmax Loss function

screen shot 2018-01-09 at 6 03 24 am

Understanding Softmax

screen shot 2018-01-09 at 5 51 39 am

Multiclass classification

Softmax Layer

screen shot 2018-01-09 at 5 41 55 am

Batch Norm at test time

screen shot 2018-01-09 at 5 23 12 am screen shot 2018-01-09 at 5 31 26 am

Batch norm as regularization

screen shot 2018-01-07 at 10 53 27 am

Batch norm help in neural networks: part1

screen shot 2018-01-07 at 10 48 56 am

Implementing Gradient Descent with Batch Norm

screen shot 2018-01-07 at 10 25 38 am

Working with mini batches

screen shot 2018-01-07 at 10 20 22 am

Adding batch norm to function

screen shot 2018-01-07 at 10 14 14 am

Implementing Batch Norm

screen shot 2018-01-07 at 9 20 47 am

Normalizing inputs to speed up learning

screen shot 2018-01-07 at 9 13 58 am

Hyperparameters tuning in practice - Panda vs Caviar

screen shot 2018-01-07 at 8 54 19 am

Appropriate scale for hyperparameters:

screen shot 2018-01-07 at 8 19 56 am screen shot 2018-01-07 at 8 11 57 am

Searching for right hyperparameters

screen shot 2018-01-07 at 7 53 17 am

Hyperparameters importance while tuning

screen shot 2018-01-07 at 7 44 20 am