We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec39a68 + e6199ad commit 00736a5Copy full SHA for 00736a5
Exercise8/exercise8.ipynb
@@ -544,7 +544,7 @@
544
" ----------\n",
545
" params : array_like\n",
546
" The parameters which will be optimized. This is a one\n",
547
- " dimensional vector of shape (num_movies x num_users, 1). It is the \n",
+ " dimensional vector of shape (num_movies * num_features + num_users * num_features, 1). It is the \n",
548
" concatenation of the feature vectors X and parameters Theta.\n",
549
" \n",
550
" Y : array_like\n",
@@ -573,7 +573,7 @@
573
574
" grad : array_like\n",
575
" The gradient vector of the cost function at the given params.\n",
576
- " grad has a shape (num_movies x num_users, 1)\n",
+ " grad has a shape (num_movies * num_features + num_users * num_features, 1)\n",
577
578
" Instructions\n",
579
" ------------\n",
0 commit comments