Skip to content

Commit

Permalink
Update week1quiz1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mGalarnyk authored Oct 3, 2017
1 parent c52bb28 commit 16bdca2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 9_Developing_Data_Products/quizzes/week1quiz1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,26 @@ Question 2
----------
![](https://github.com/mGalarnyk/datasciencecoursera/blob/master/9_Developing_Data_Products/data/quizImages/quiz1question2.png)

True or False | Statement
--- | ---
True | Missing a comma in the sidebar panel

Question 3
----------
![](https://github.com/mGalarnyk/datasciencecoursera/blob/master/9_Developing_Data_Products/data/quizImages/quiz1question3.png)

Answer | Explanation
--- | ---
<img src="https://github.com/mGalarnyk/datasciencecoursera/blob/master/Stanford_Machine_Learning/Week1/data/NeuralRepresentationQ3answer.png" alt="Answer Image"> | This correctly uses the first row of Θ<sup>(2)</sup> and includes the "+1" term of a<sup>(2)</sup><sub>0</sub>
True | No arguments are defined for pickXY()

Question 4
----------
![](https://github.com/mGalarnyk/datasciencecoursera/blob/master/9_Developing_Data_Products/data/quizImages/quiz1question4.png)

Answer | Explanation
--- | ---
a2 = sigmoid (Theta1 * x); | In the lecture's notation a<sup>(2)</sup> = g(Θ<sup>(1)</sup>x), so this version computes it directly, as the sigmoid function will act element-wise.
True | Shiny Gadgets are designed to be used by R users in the middle of a data analysis.
True | Shiny Gadgets are designed to have small user interfaces that fit on one page.

Question 5
----------
Expand Down

0 comments on commit 16bdca2

Please sign in to comment.