coursera-deep-learning-specialization icon indicating copy to clipboard operation
coursera-deep-learning-specialization copied to clipboard

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neur...

Results 28 coursera-deep-learning-specialization issues
Sort by recently updated
recently updated
newest added

Hello In course 4 (ConvNets), Week2, Assignment 1 (ResNets) , section 3.2 (The convolutional block), I did the implementation myself and got an error. When I looked at this solution,...

Hi! First of all, thanks for all the content, It's helping me a lot. I'm a newbie on GitHub, so maybe It's my mistake. I've clone the entire repository and...

Unknown mat file type, version 54, 48 error thrown while loading the 2D dataset (data. mat). Also, this file is not opening with MatLab.

This Solution isn't upto date as i looked up into the matter, the updated version requires more packages to be initiated import numpy as np import copy import matplotlib.pyplot as...

In part 2 where we try to reshape the training and test examples, i.e. to flatten matrix "train_set_x_orig" and "test_set_x_orig". In this note, the author uses "train_set_x_flatten = train_set_x_orig.reshape(train_set_x_orig.shape[1]*train_set_x_orig.shape[2]*train_set_x_orig.shape[3],train_set_x_orig.shape[0])", which...

## The older function used to return 3 variables `parameters,v,s` like ```sh return parameters,v,s ``` At the end of the function but for now the tests got updated and now...

model.load_weights('keras-facenet-h5/model.h5') no weights file in this folder, it is appreciated if you can upload one.

Hi and thanks for your repository... It seems that there is a problem in "Trigger_word_detection_v2a.ipynb" file... After "create_training_example" method, its test asserts norm of Spectrogram and it should be close...