FAQ: Frequently Asked Questions for all DLS Courses

Here is a list of Frequently Asked Questions about the DLS Courses, the assignments and other course related topics.

Topics

Is there a way to restore one of my assignment notebooks to its original state?

If you are taking DLS on the Coursera platform, please see this topic. Please note that the same procedure is applicable if you want to make sure that you have the latest version of any of the notebooks or supporting files.

If you are taking DLS on the DeepLearning.AI learning platform, please see this topic.

Return to topics list.

Help! All my previous work has disappeared from one of my notebooks!

That usually means the course staff has published a new version of that notebook with some improvements. In most cases, your work has been saved and you can recover it. From the updated version of the notebook, click “File → Open” which gives you a “file explorer” view of the assignment. You should see another version of the notebook that has the date and time interpolated into the name: that’s the previous version containing your saved work. Click that one to open it. Then go back to the Programming Assignment tab and click Work in Browser again. Now you’ve got two parallel browser tabs showing your previous worked notebook and the new clean one. Carefully go through and “Copy/Paste” your completed code from the previous version to the new version. It’s important that you do that so that you are using the latest version of the notebook with the fixes that the course staff just published. Make sure to click “Save” when you’re finished copying everything and you should be all converted over to the new version.

But please note that sometimes the assignment updates that are extensive enough that previous student work does not carry over. In those cases, the only way to recover your work is to have manually saved a local copy of any completed notebooks. Saving your work locally is highly recommended just on general principles. There is a Reading Item in Course 1 Week 2 that shows how to do that. Here is a thread that shows how to save all the files associated with an assignment, not just the notebook itself.

Return to topics list.

NameError: name ‘sigmoid_derivative’ is not defined

If you get an undefined error for a function or variable defined earlier in the notebook, it means you need to execute the earlier cells first. Try “Cell → Run All Above” and then rerun the failing cell. Note that you need to run all the cells again every time you close and reopen one of the notebooks or restart the “kernel”.

Also note that just typing new code into a function cell and then calling the function again does nothing: it runs the old code again. You need to click “Shift-Enter” on the cell with the new code in order for the new version of the code to be loaded into the runtime image of the notebook.

These and other points about how the Jupyter Notebooks work are covered in some detail in the lecture called “A Quick Tour of the Jupyter Notebooks” in DLS C1 W2. There is a similar tour of the notebooks in Week 1 of MLS C1. If you skipped that video the first time through, it’s worth a look.

Return to topics list.

How do I know whether to use np.multiply or np.dot?

Here’s a thread which discusses that. Note that Prof Ng will always use “*” when he means “elementwise” multiply. In numpy “*” and np.multiply are two different ways to write elementwise multiply.

Return to topics list.

There is no “Submit Assignment” button in my notebook

Note that the “Submit Assignment” button will usually not show up if you have renamed the notebook. Also note that if you do see the button in a version with a different name, clicking it submits the “official” notebook (the one opened by the “Work in Browser” or “Launch Lab” link), not the one you are currently running.

If you are running the graded notebook and don’t see the button, the first thing to try is “Kernel → Restart and Clear Output”. If that doesn’t restore the “Submit Assignment”, then also try closing and reopening the notebook. Try using a different computer or moving to a different network, especially if you are on a work or school network that may have restrictive IT policies.

This can also be caused by browser issues. If you are using a browser other than Chrome, please try switching to Chrome. Also try using an “incognito” window and clearing your browser cache. If that still doesn’t work, try the “Get a fresh copy” procedure earlier on this thread and then “copy/paste” your solutions over to the clean copy.

If none of these suggestions work, then please create a thread about this and it may be necessary to get the course staff or Coursera to take a look at your situation.

Return to topics list.

How can I find the source for utility functions invoked by the notebook?

Click "File → Open " and that will give you a file navigation view of the files for the current notebook. You can tell the file names to look for by examining the “import” cell early in the notebook. For example, the functions used to test your code in the notebook are usually in a file called public_tests.py.

Return to topics list.

Will I be able to access my completed assignments after I finish the courses?

Once you have successfully completed the specialization, your payment will automatically stop and after a few weeks you will also automatically lose access to the course assignments. The exact timing depends on the monthly renewal date for your subscription, but there is apparently no way to stop this from happening. It is also important to keep in mind that there is no option to re-enroll or continue payment for the course after completion. If you would like to continue to have access to the assignments after completion, you need to download all of the notebooks and associated files to your local computer before you lose access. The safest thing to do is to download each assignment once you’ve completed it (see below for instructions). That also gives you a backup copy in case there are any server problems. Note that the lectures and the Discourse forum discussions remain available even after you lose access to the assignments.

Here is a thread about how to download all the files associated with one of the assignments. There is no method for downloading all the assignments of a given course in one shot, so you’ll need to download each one individually.

Return to topics list.

Is it possible to reset the course deadlines?

Yes, the deadlines here are just “advisory” and there is no penalty for missing them. Just work at whatever pace makes sense for you given your other time commitments. If you hit one of the deadlines, you’ll get a notification and can use the “Push End Date” option as shown to reset to a later deadline with no effect on your grades:

Return to topics list.

Are there recommended textbooks that cover the material in this course?

Here’s a thread with links to various ML/DL text books.

Return to topics list.

Where can I find more information about the derivation of the back propagation formulas?

Prof Ng has specifically designed this course so that it does not require knowledge of matrix calculus in order to follow the material. Of course that also means we have to take a lot of the formulas on faith and don’t get to see why they turn out the way they do. If you have the math background and want to dig deeper, here’s a thread with some links to get started on that.

Return to topics list.

Why is Symmetry Breaking Required?

In Week 2 of Course 1, we successfully train a Logistic Regression model by starting with all zeros for the w and b weights and bias values. But when we get to Week 3, Prof Ng tells us we need to use random initialization of the parameters instead of using all zeros. Why does using all zeros work for Logistic Regression, but not for real Neural Networks? Please see this thread for a detailed discussion of this question.

Return to topics list.

How can I format mathematical formulas in a Discourse post?

Discourse supports LaTeX rendering by using the MathJax plugin. Just enclose your LaTeX expression with single dollar signs on each side. For example:

sin^2x + cos^2x = 1

was produced by entering the following without the backslashes:

\$sin^2x + cos^2x = 1\$

Return to topics list.

Can I add my own cells to a notebook?

Yes, you can use “Insert → Cell Below” to do that. Note that this could confuse the grader in some cases, so the best practice is to add this comment as the first line in any added cells:

# START SKIP FOR GRADING

Return to topics list.

How do I contact Coursera when I can’t find the answer I need in the Help Center?

First go to this page and use the search bar in the top corner to search for discussions relevant to your questions.

If you don’t find a sufficient answer, click the log in button at the top corner of that page and log in to your Coursera account. Then click the chat icon CommentMultiple.png at the bottom corner of that page. Note that chat should be available for learners with Coursera Plus, an active course or specialization subscription or an active free trial. It also is dependent on how much traffic they are getting at the time.

If you can’t log in or if chat isn’t available, fill in this form to contact them by email.

Return to topics list.

I accidentally posted my topic in the wrong category, how can I move it to the right category?

Click on the “pencil” icon next to your topic heading:

Click on the drop down and then you can search in the search bar for the right topic (or scroll through the list to select it):

Be sure to save your changes by clicking the “checkmark” button when you are finished.

Return to topics list.

Grader errors - what do do when the grader does not give the full score

This can be caused if the notebook output cells contain large amounts of data, like an audio recording or generated graphics.

First check that your code passes all of the notebook tests and matches all of the expected results. If all the tests pass, then please try this sequence of commands:

Kernel -> Restart & Clear Output
File -> Save and Checkpoint
Submit Assignment

The grader does not need to see your generated output: it only needs to call your functions. The above sequence will minimize the size of your notebook which can also help when the servers are busy.

Grader Error: Grader feedback not found

This error can also be caused by the notebook image being too large and containing syntax that confuses the grader. The first thing to try is the three steps shown above starting with Kernel -> Restart & Clear Output. If that fails, then it may be that some of the “metadata” in your notebook is damaged. The next step is to get a clean copy of the notebook as shown in the first FAQ entry and then carefully “copy/paste” over your completed code into the clean copy and try submitting again.

Comment line with index: UNQ_C3 wasn't found in code

This error is caused by removing one of the comment lines given in the template function code cells. The grader uses those comment “tags” to identify the graded cells in some of the notebooks. Please be careful when modifying anything outside the “YOUR CODE HERE” segments in the template code in the notebooks. It’s not illegal to add or change things outside those bounds, but you need to be careful and understand the parts that the grader may use. You can recover lost or modified lines by getting a clean copy of the notebook as described here.

Return to topics list.

Keywords: FAQ

30 Likes
Week 2 Programming Assignment Logistic Regression with a Neural Network Mindset
Can’t submit the first programming assignment of course 2
Week2 assignment work got deleted
The submit button disappeared
Can't access to new version of content
W2_A1_Accessing "data.h5"
Course1:Week4:Deep Neural Network Application
How to reset lab
Course 1 Week 4 Assignment 2 Error with Global Variables
Course slides number 3
Transfer Learning - include_top
DLS 1 wk 4 Ass 1 cells don't run
Resetting the Assignments
Week 4, First programming assignment does not grade my work
Wk2 A2 Merge into Model Global Variable error
Reset a Jupyter Notebook Programming Assignment
Incorrecto value for cost in Logistic_Regression_with_a_Neural_Network_mindset
Week 4 Face recognition Grader Failure
Week2 ex5, the output is different from the expected output, but says "All tests passed!"
DLS Course 1 Week 2 Exercise 5 - propogate "dw" is wrong
C2W1 Gradient check / Exercise_4
Programming Assignment: Residual Networks
Where is the submit button?
Course 1 week 2 submit button not found
Resetting deadline removed quiz and home submissions
Download Jupiter notebook as LaTex (.Tex)
DLS Course 2 Completed but no Certificate
DLSC1 Week 2 programming assign. error
Course 2 : Week 3 - TensorFlow Introduction
How to go back to the original exercise notebook
Cannot find previous notebooks
Course 1 Week 3 Assignment: Looking inside the Custom Utils Packages
Submit option missing in programming exersize #1
Week 2 assignment 1 no UNQ3
Week 1 assignment 2 Convolutional model application
Week 4 Face Recognition problem
Week 2 exercise 4.3
How to Get a Clean Copy of an Assignment Notebook
I get a 404 error when i open week 2 assignment 1
Unable to find Submit programming assignment - Course 4 - Week 1
My Jupiter NB has error
Week 2 - Exercise 8 (Model)
Week 2-Assignment 2 Can't compile the student's code
I lost my "Programming Assignment: Optimization Methods"
Week 1 Programing Assignment 1: no submit button
Error in convolutional block
Cannot see submit button
Dls course week2 dataset
Week 2 Programming Assignment Logistic Regression with a Neural Network Mindset
[ERROR] Cannot submit Assignment of Week 01
Course 1, Week 3, Exercise 5 grader/test glitch?
Course 4, Week 3, Assignment 1: No module named 'keras'
No Submit Button After Theme Change
(C4_W2_A1) I have been graded 33 out of 100 for my ResNet50 assignment. Can you please help me with the below mentioned issue
Trigger Word Detection no submit assignment!
Trigger Word Detection no submit assignment!
DLC1W4 Programming Assignment3-: Building your Deep Neural Network: Step by Step
C4 W4 Face Recognition triplet loss
Deep Neural Network Week 4-Assignment 3
404 error Programming Assignment: Optimization Methods
Not able to complete the course in the required timing
Course 2 week 3 Assigment: train the model
Access to completed programming assignments
No such file or directory: 'images/my_image.jpg' (C4W2 A1))
Week 2 Exercise 5 propagate function
Is it possible to create higher dimensional Neural Networks?
Getting an error in module 4 and assignment 2 in week2 in ResNet50 function
Week 2 Exercise 5 propagate function
Zero initialization of weights
Your help would be greatly appreciated!
Week 2 Residual Networks assignment cannot connect to Kernel
Need help with the deleted notebook on week1 assignment 3
Cannot import yolo_utils
Week 2 Programming Assignment - Exercise 5 Assertion Error
I cant submit my assignement
How to start the programming assignment again?
Course4 , Week 3 yolo assignment1
Your help would be greatly appreciated!
Parameter Initializatio
Typo in back prop formula (week3 and week 4)
Cannot Re-Do Assignment 2 Week 1
Course 1, Week 4, Assignment 2, ValueError
Course 1, week 4 Exercise 9: problem in relu_backward_
Getting error in L_layers neural network
Cannot run the origin code in week2 Residual Networks
Accidently deleted the function scaled_dot_product_attention
DLS Course 1, Week 3, Exercise 8- assertion error
No submission option in notebook
NameError: name 'np' is not defined in the assignement
Issues in the grader for get_score
Week 2 propogate gives 'invalid character' syntax error
How does the function backward_propagation relate to L_model_backward
Run copy of lab assignments in local jupyter lab--re_utils error
Where to download "resnets_utils import"
Week 3 Exercise 6 (backward propagation)
DLS - Seq Models - Week 3 - 404 Not found
Undefined Test Function
Importing image to use without google colab
How can I turn my raw images and true labels into an (X, y) array for deep learning?
Gradient Checking doubt - course 2
C5W1 loss as output from rnn_forward
Week4 Assignment 2 - Dead Kernel
Week 3 programming assignment - nb grader part alwasys giving 0/100 but the code in jupyter lab is showing 9/10 answers as correct when run
Convolutional neural network
NN and DL: week 2: error name np is not defined
Exercise 5 - L_model_forward error
Course 1, week 4, second coding assignment
C1W1 Grader Error "Found no NVIDIA driver on your system."
C2W2 programming assignment "Optimization Methods"
Week1-assignment3 submit button not coming
dA_prev Assignment 1 week 4
Gradient Checking for n dimensions
I can't Submit. Last Evercise from 1st week 5th Course
Course1 Week2 Jupyter Notebook
Course week 4 assignment 2 ex 2
Week 4, Assignment 2, Application
Grader Issue, Trigger Word Detection
Course 1 Week 3 Backpropagation Intuition (Optional)
W2 assignment_ "classes[..]"
Yolo for cam video
Unable to find "submit" in Jupyter notebook?
Week 2 - Exercise 3 - sigmoid
Can't open any of the programming exercises
I went to delete a file in ordere to get a fresh copy of it and this happened .Need help
NLP Sequence models- Week 1 and 2 assignments are not graded and receiving this below again and again, this is so annoying
Hello This is my first post
C4W4 Prog Assignment2: Cell #8. Can't compile the student's code. Error: SyntaxError('invalid syntax', ('/tmp/student_solution_cells/cell_8.py', 25, 2, '+\n'))
Beginning Neural Networks and Deep Learning
Starter code - Course 4, week 1, assignment1, exercise 3
About sigmoid from dnn_utils package
Week2 Exercise 8 Model Costs Assertion
Exercise 4 - initialize with zeros name 'initialize_with_zeros_test' is not defined
How to access the programming assignments after completing the course?
Course 4 Week 1 Assignment 1 Exercise 3: conv_forward_test not defined
No grading for Course 4 week 4 Facial recognition exercise
Week 3 Prog. Assignment - Notebook won't load
Week 3 Prog. Assignment - Notebook won't load
Week2 Prog. exercise 8
Week 3: computing derivatives for shallow network
DLS course 4, Error in week 1 exercise 1
Assignment: Introduction to TensorFlow
Error on week 2 assigment 2
Assignment crashes every time
Access to the online course materials and cancellation of my subscription
Initialize parameters deep
How to roll back to the original assignment code in Jupyter Notebook
Unit test cell deleted :(
Grading Error in NLP course 1 Week 4 assignment
C4 W2 A2how restart assignment 2
Course 4: Assignment 1-Conv_Forward showing "name Error"
Gradient_check_n() takes from 4 to 5 positional arguments but 6 were given
Validation and nb-grader problems
W 4 A1 | Ex- 5 | Wrong shape and output
Week 2 Exercise 6 "'numpy.ndarray' object has no attribute 'append'"
Week 2 Packages
Sequence Models Week 1 Assignment 1
C4 Week 1 Assignment 1 Unable to submit
How to restart my assignment book
Week 4 exercise 6.1
C5-Week 3-Neural Machine Translation:`UNQ_C1` wasn't found in code
When to use np.dot
UNQ_C3` wasn't found in code
Propagation function
Course1 Week 3 Programming assignment (Exercise 8_nn model)
Transfer learning week 2,course 4 grades 0/100
Week 1 Assignments missing library
Week 2 I have just Validate option
No Submit Button in Assignment
Definition Errors
I seem to have deleted some code for programming tests, how do I revert to the default?
C4 update 28th March
Subscription over, but why can't access completed assignments?
Week 4, Does the my subscription automatically stop after I complete the quiz and assignments?
Lost week 1,2,3 quiz grades
Week 4, Does the my subscription automatically stop after I complete the quiz and assignments?
Week 4, exercise 1, "Submit" button does not show anymore
Week1 Excercice 2: I deleted the Regularization.ipynb file
Notebook stopped working
Activation functions vs optimization method
DLS Course1 Week3
C1W2 grading question
Programming Assignment: Planar Data Classification Error
Week3 assignment plot_decision_boundary
For how long can I access my completed courses?
W2_A2_Ex-8_Value Error for w
[ValidateApp | INFO] Validating '/home/jovyan/work/submitted/courseraLearner/W2A2/Logistic_Regression_with_a_Neural_Network_mindset.ipynb' [ValidateApp | INFO] Executing notebook with kernel: python3 Success! Your notebook passes all the tests
Jupyter Coursera
Week 3 Programming assignment Exercise 7
Cant access the completed programming assessment
General question about project
Course1 Week4,test all passed but grade 0/ 100
Need Help: DLS C4W1 first Assignment: Convolution_model_Step_by_Step_v1
Should it have a rot180 on filter to calculate dA_prev?
Preprocessing images
Week 4 DNN App- Two layer Model- Datatype mismatch
W4_A2_Ex-1/2_Two_layer_model
Missing files for the assignments
Week 3 assignment: bug in the test
Week 4 two_layer_model
Help me with W1A3, There is something wrong with the given code!
Download Course videos
Lost all my grades before update
Week 2 Practice Programming Assignment: Python Basics with Numpy
Need clarification on function parameter
Running notebooks locally
Deep Neural Network - Application Assignment
Week 1 Assignment 1:Building your Recurrent Neural Network - Step by Step
Notebook Doesn't load to browser (Says: Failed to fetch Data)
Renamed optional labs and they all stopped working! Can anyone fix it, please!?
Cancel subscription - Access to course material and assignment
AI for Medicine W1 Assignment
C1_W3_Logistic_Regression UNQ_C3 compute gradient expected values seem wrong
Week 3 Programming Assignment: Unable to open the lab
Missing lab notebook
No assignment grade returned
Week 3 & 4 programming assignment and quiz locked
Resnet - Notebook code overwritten
I can't submit my "Housing Prices" assignment
My lab is not found - error 404
Course 4 - Week 2 Assigment 2 - Submission Error 0%
History = model.fit([X, a0, c0], list(Y), epochs=100)
ModuleNotFoundError in Jazz Improvement with LSTM
Course 4 Week 1 Assignment Technical Issues
GANs Course 2, Week 1, C2W1_Assignment
Submission issue
Sometimes my print statements don't work
Week 3 exercise 9, why use X.T in predict(parameters, x)
Course 1 - Week 1- Lab 1 - Grader Error: Grader feedback not found
Downloading entire assignment by creating .tar.gz archive file
Question about access to course materials after my subscription runs out
Week 3 & 4 programming assignment and quiz locked
Week 1, Assignment 2, Accidentally Deleted .ipynb
Cannot Submit Week 2's programming assignment
W2_A2_Tests failed on 1 cell(s)!
C2_W1 first assignment: No module named 'init_utils'
Improvise_a_Jazz_Solo_with_an_LSTM_Network_v4 in PC
Week 1 Lab: Account is still in cleanup
C1W1 Grader Error "Found no NVIDIA driver on your system."
Utils package not functional
I got errors in test functions that I can't change or delete
I'm unable to resolve this problem
W4_A1_Ex-2_for loop to initialize parameters_getting key error for W2
Accessing Assignments After DLS Completion
Tutorials form deep learning course
Grader error in assignment
C1_W3_Assignment_Original-setting
dZ for sigmoid in linear_activation_backward
Course 4 week 4 assignment 2 error
Coursers material after subscription
Videos - DL Courses
Can't turn in assignment for week 2
Prog. asisgnments - adding comments, getting local copy with unit tests
Car detection with YOLO- Issue
Submit assignment button
Derivative of Relu in output layer
Organisational question: How to type math symbols in this forum?
Week 1 Programming Assignment: Convolution Model Application grading error
The initialize with zeros
Reloading Kernel?
Imported Functions in the assignment
I cannot submit my work
DLS 2 Week 3_Exercise_6_compute_cost()_ERROR
How to revert my notebook?
Cannot Find the Submit Assignment Button
Error in my assignment c2 w1
W 2 A1 | 'Image2Vector_Test' undefined
What is from rnn_utils import *
Program Assignments in Local Environments
How to load dataset at 'Google Colab' page to run the assignment successfully?
Not getting submit Assignment Button
Why is it asking me to upgrade to submit the assignmnets when I already have the course?
W1A2 assignment issue with code in Ex 2 test cell
Download assignment notebook after course completion
C1 - Week 4 - Run button not functioning and "Submit Assignment" button is NOT available
Mistakenly deleted the package required for doing C4W1 assignment
Week 4 Programming Assignment: Cannot open
Error after Assignment submission: Gradient Checking
Re-doing all the assignments after graduating course, while saving the compleded ones
WK4 assignment: unindent error
DLS course2 week 1 Initialization problem
Coursera - submission problem
Two questions about logistic regresssion task
W2_A1_Python_basics_with_numpy
W4_A1_Ex2_Random values for W1 and W2
W4_submission button not found
Code for Pre-Coded functions
W4_A2_Getting different expected output for two_layer_model
C1 W3 Programming assignment
How Can rerun programming assignment on my laptop
Week 1 - Assignment 1 - Lab problem - impossible to upload my work
C1_W2_Assignment - problem Importing Functions and Data
Timeout waiting for execute reply (30s) - Programming Assignment: Deep Neural Network - Application
Submit Button Missing from Jupyter Notebook
Week 4 exercise 5 assignment 1
How can I submit the assignement
C4, W4, Ass 2 - problem with submiiting/Grading
Week 4 - Programming Assignment 1- dnn_utils Library
Page Not Found in Python with Numpy
Image Download Problem of Jupyter Notebook
Course datasets
W2_A2_Ex-8 Value error due to shape of the matrix
Programming environment for the exercises
Downloading/saving my completed programming assignments for future reference
W4_A1_Submit button missing
"Submit Assignment" button Missing
Incorrect for loop setting for Exercise 5 - L_model_forward
Query regarding a Python Library while doing NLP course
W4_A1_submission output_ 0/100 when tests were passed
Grader output error
W4_A1_submission output_ 0/100 when tests were passed
Accessing the 'provided' functions for better understanding
Error in Initializing Adam Optimization Method in Week 2 of Course 2
Acknowlegdement
No Submit Button- Week 1 Assignment
No Submit Button
C5 W1 A2 UNQ_C4 giving error
Loading dataset
Course 1 week 2 exercise 5: name 'np' is not defined
Week 1, Exercise 1 "Initialization" - File doesn't open anymore after browser crashed
Test case 2 hidden not defined
W4_A1_Ex-9_L_model backward
DLS course 5 assignment 3 jass improv dj model
Week 3 final lab. All my answers and tests are passing, but my grade is 0
W3_Submit button not found
W3_tools Library - Linear Regression
Not able to do anything on last assignment
DLS Course 4: When Saving: "Permission denied: W4A1/Face_Recognition.ipynb"
Permission denied: WIA1/Building_a_Recurrent_Neural_Network Step_by_Step.ipynb
Lstm_backward(da, caches)
Cannot save assignment
Use course datasets
View visualizations using python(.py) files, outside of Coursera jupyter notebook
W3_Assignment submission issue
Same Deadlines of 3 different courses
Not able to give quiz
Course1, Week2, programming Exercise 5 - Propagate
Feature Mapping
Basic python exercise 6
W4_A1_Ex-3_Linear Forward_Assertion error
Fail to use attached python files
Grader error:problem compiling the code from notebook
Where is load_data of week 2 practice lab?
Postponement of the practical test
Code snippet from Assignment?
Course 4, week 3 Assigment 2, exercise 1
Week 3, assignment, Exercise 4, why error?
Course 4 week 2 quiz deep convolution model
Assignment No.1 lab tool is not opening
Overdue assignment
I got the error in grading
My code dissapeared from assignment notebook
Install chatgpt python library
Getting an error saying There was a problem grading your submission
Getting an error saying There was a problem grading your submission
Error in Week2 Assignment of Optimization Methods Deeplearning
Course 1, Week 2, Lab Submission Error
C2W4 Failed assignement with correct code
Silly question-but how do you submit assignments
C1W1 Programming Assignment: Your First GAN submission error
Exercise - 4 Transformer
ValueError: Shapes (None, 1) and (None, 3) are incompatible
C5W1A2 Error in sample
I dont have the button to submit the week 1 course 2 Assignments
Graded lab 1 - error messages in training cells
C2_W3_Tensorflow Assignment help
Getting this error. Even ChatGPT doesn't know why
C3-W4 AB Testing
Cannot submit Week-1 Gradient checking assignment
Need help with improving test r score
Week2, Assignment
W2_A2_Ex-2_Flattening of the images
How to download Notebook
No submission button for assignment
Defer my program
I am seeing an error in the code for detecting objetcs in a video?
Why this model is called non deterministic?
W2_A1_Ex-1_NameError: name ‘train_set_x_orig’ is not defined
Reload a fresh Trigger_word_detection without my saved codes
Week 1 - Gradient Checking Lab
Submit button is not shown
C1_W1- There was a problem grading your submission
Rnn_cell_backward
C2W1 Can't Create Directories
Inquiry Regarding Course Completion Deadline for "Deep Learning Specialization"
W2_A1_Ex-1_NameError: name ‘train_set_x_orig’ is not defined
A request to restore Coursera's strategy to the previous state
Couldn't find submit button in Course 4 Week 1
Regarding Optional lab: Gradient descent
W1 A1 - Error Failed to Execute Submission Request: no additional error text
Programming Assignment: Planar Data Classification Bug
Course 4 Week 4 Assignment 2 train_step (UNQ_C5)
W2_A1_Ex-1_NameError: name ‘train_set_x_orig’ is not defined
Grader error
Coursera Programming Assignment
All exercises passed, but score is still zero
Regarding the labs
Kernel dying consistently in DLS 4/week 3 U-Net assignment
Coding error for Unsupervised machine learning Coursera
CNN W1 A1 problem with shape
I have a problem for submitting the assignment
Highest value of temperature
W4_A1_Ex-8_Unbound local error
Wrong grading of assessment?
C2_W4_Assignment- facing issue with the assignment grading
WEEK4_Assignment1_after_2023_09_09 Update
MissingRequiredParameter Missing required key 'VpcId' in params
Incorrect gradings / Week1/Programming Assignment: Convolutional Model, Step by Step
Problem with tensor flow Notebook --> Failed test case: model has incorrect type. Expected: <class 'keras.engine.training.Model'>, but got: <class 'NoneType'>
W2_A2_Submission error in Jupyter Notebook
Optional Labs are locked !After finishing the course!
C1_W3_Assignment - Exercise 5
Submit assignment in jupyter notebooks
Query regarding Gradient descent
Statistical analysis/ rule engine vs AL
No name on certificate
Submit assignment in jupyter notebooks
Debug and subimiiting issue
Prompt based task training
Is this course still relevant?
W2_A2_ graded function model error
Reset programming assignment notebook
Help concerning the 8th exercise
W3_A1_Ex-2_Understanding sizes of the layer
Error in assigment
C3W1_Assignment - punctuation in remove_stopwords()
Build Basic Generative Adversarial Networks (GANs)
Assignment Submission Problem Week 1
Unexpected error in grading
Will still get a certificate if I complete my course late?
Things To Know About Matplotlib
Guide Me For Learning & understanding
Week1 , text generation before transformers
I am getting the error while running the code.. its the first code that was shown in guidelines video. can anyone share their folder of code please
C1W4A1 - Help, getting 404 Not Found in Jupyter Notebook Lab
Image segmentation Unet_V2 Merge syntax
Machine Learning Specialization labs
DLS Course 2 Week 2: adam is the worst algo
Help me in Week1 C3 assignment of Specialization Mathematics for ML and DS by deeplearning.ai
Week 4 Programming Assignment: Deep Neural Network - Application - Submission
Can't reach desired accuraacy for C2W4 task
C2 Week 2 Programming Assignment Error
Logistic Regression programming assignment exercise 1
Comment line with index: `UNQ_C1` wasn't found in code
Assignment MNIST Dataset facing problem in train_mnist function
Financial aid
C2W1 assignment
Week 2: Optimisation Networks
Lab Assignment is not opening
W2 A2 | Wrong values for grads['dw']
Please tell me about this library and these functions
Not able to open the practice lab
Late submission?
How do i submit my assignment
W4_A2_Grader output error
How to download lr_utils dataset on my device
W4_A1_Computing Activation functions in Linear Activation Backward
I need explanation about line of code in the optimization methods assignment
Week 2 assignment 1 Linear regression
Lab code after course completion
RE: No Grades for C3_W1_Assignment
No Grades for C3_W1_Assignment
No submition bouton
Error in week 3 programming assignment code
Coursera | Problem with Autograder in Week 4 of Deep learning Specialization's 1st course
There is no Submit button
Submit button not working in Sequence Model Programming Assignment(Emojify)
Errror message: W2A1/Python_Basics_with_Numpy.ipynb
W_4 AS_5_ L-layer Neural Network
I accidentally started two courses but didn’t have enough time
Issue in Deep Learning Specialization Course 5-Week 3 Assignment
Course 2, Week 1, Lab submission Button
Missing file from week 1 assignment 1
W1A3 missing files
W2_Know how of Assignment Datasets_Utility functions
W4_A1_Ex-2_AssertionError_Initialize Parameters_deep
W2_A1_Ex-2_basic_sigmoid_function
C1_w3_ lab assignment The loop exercise
Cant access jazz improv assignment
Facing some model loading issue when I want to run face recognition lab on my local computer
Import w3_tools
Week 3 - UNET_V4 - Training Error - "Shapes (None, 96, 128, 1) and (None, 96, 128, 23) are incompatible"
Course 2 Week 3 EX6
Can not submit
Can not submit
Can'tSubmit A1 W1
Week 3 assigment Exercise 4: forward_propagation
AI model for unit test code generation
Grader Error: Grader feedback not found WEEK 01 Natural Language Processing with Sequence Models
Grader Error: Grader feedback not found WEEK 01 Natural Language Processing with Sequence Models
If i try to import w2v_utils in my own file it throws me an error, is there any way i can use the w2v_utils in my personal notebooks?
Week 4 content is removed!?
No submit button Week 1 Convolutional Model, Step by Step
Dinosaurus_Island_Character_level_language_model optimize
Lost my test notebook
Subscription closed before due date
Repo for the python dependencies (e.g., gc_utils)
DeepLearning specialization
Cannot restore notebook file for w3 assignment
Week 4 - 2nd Assignment - layer_dims?
C5W2 Cell #14. Can't compile the student's code. Error: KeyError('never',)
Problem in submission
C5W4 - A1 - Having unusual "'Transformer' object has no attribute 'target_vocab_size'" error
Can't access programming assignments
Facing issues when downloading prog assignment files
Grade error in week 2 CNN
Help for assignment 2 in the course "Neural Networks and Deep Learning"
DLS2 WK1 Regularization Lab
Cannot find Submission Button
C5W4: Transformer Architectures with TensorFlow
Unable to submit lab exercises
Course 4 Week 1 Assignment 1: 'conv_forward_test not defined', 'pool_forward_test' is not defined
Can someone point me to basic for calculating dW[2] and db[2]
Submit Assignment button not showing
Cant find code cell in my assignment
Cant submit assignment
Inconsistent Gradient Checking algorithm question
Access lab
Book Recommendations for ML
C1_W1_Lab04_Gradient_Descent_Soln to converting PDF
Question about error in W2 assignment
W2_A2_File corruption_How to get a clean one?
W4 - Lost Exercice 5
Cannot find "Submit assignment" button for Graded Assignments
Week 2 - Residual Networks Programming Assignment
C5W4 Programming Assignment 404: Not Found
Getting grading failed error
Missing Submit Button
Week 3 Backpropogation Derivation
C5W3Trigger_word_detection_v2a
Guidance: week 2 Logistic Regression with a Neural Network Mindset
C3_W1_KMeans_Assignment.ipynb#Exercise-1 'find_closest_centroids' is not defined
Gradient Checking assignment error!
About Course Completion Certificate
"Time allocated had Expired, please resubmit" error
Unable to Submit Programming Assignment after Overdue
Notebooks of the Specialization courses
Sending my Transformer class to an instructor for a bit of help
Programming Assignments : all notebooks
W1 assignment loading problem
Error when Retaking Quiz
Not able to complete Bird Recognition in the City of Peacetopia (Case Study)
Unable to reset deadline for GANs Specialization Courses
Error with Week 2 Quiz 1 won't open. Loading forever
Shallow network quiz not opening
Error with Week 2 Quiz 1 won't open. Loading forever
Reloaded Jupyter Notebook reloaded with checkpoint doesn't have "Submit Assignment" button
Jupter notebook download doesn't work
Downloading all DLS Labs at once
Submit Button on Programming Assignment in C2 W1 in DLS
Deep learning improving hyperparameters week 1 assignment 3 is stuck and its not giving grade
Backward propagation derivation
I cannot submit assignment in coursera in week1 for sequence model course
Am having issue with week 4
Cannot update deeplearning.ai specilisation course
Deep Learning Resouces
About Course Completion Certificate
[Programming Assignment: Gradient Checking] Grader Error: Grader feedback not found
Access to quiz and assignment post deadline
Unlock coding assignments and quizzes
Access to quiz and assignment post deadline
Deep Learning Specialization C5 W1 assignment
Prakash Hinduja Geneva (Swiss) How do I restore the submission button if it’s not showing up?
First Programming Assignment fails due to error in nbgrader
Access to Deep Learning Specialization Course 1 to 5 contents and labs
Cannot submit the first programming assignment COURSE 2
Cannot submit the first programming assignment COURSE 2
Convolution Neural Networks
Course 2, Week 2 "ModuleNotFoundError" Error
Course 4 week 2 assignment 2 `UNQ_C2` wasn't found in code
Submission Error
Can not see any submit button
Assignment week 4 Convolution Neural Networks
C5 W1 A1 Lost Progress
DL Course 4 week assignment 1
2 second Assignment week 1 : convolution application model
Restore lab assignment
W2 A2 | Wrong values for grads['dw']
Week 2 Exercise 5 propagate function
All tests pass, all outputs match, but grader complains about "hidden cells"
Week 3 - Getting error in default code which is given by Coursera
Week 2 Exercise 5 propagate function
Stuck at function propagate in exercice 5 week2
Transpose of the weight matrix
Failing u-net assignment
Help! assignment disappeared
Problem with the last exercise
C5W3 - Trigger Word Detection - Assignment Submission Error
Use "-=" gives wrong result and does not pass the test
404 : Not Found Week 1 Assignment 3
Can not see any submit button
Tensorflow assignment Exercise 5 HELP!
Can't access to new version of content
Train/test accuracy mismatch
I messes up real bad. Deleted my Submission Notebook :/
Submit of assignement button not finded