Skip to content

Commit

Permalink
Created using Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaudm committed Aug 9, 2024
1 parent 8771c31 commit 111e236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Neural_Network_in_NP.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"toc_visible": true,
"authorship_tag": "ABX9TyPSngN5ldt/KcCnYzgP78VI",
"authorship_tag": "ABX9TyPS25G4Rld2HNMxUSDeMHjJ",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -298,7 +298,7 @@
"source": [
"**Note**\n",
"\n",
"For 2-D arrays, np.dot performs matrix multiplication. For this code to be more readable and explicit in intent:\n",
"For 2-D arrays, np.dot performs matrix multiplication. To be more readable and explicit:\n",
"- **np.matmul()** is used for matrix multiplication\n",
"- \"*\" is used for element-wise multiplication"
],
Expand Down

0 comments on commit 111e236

Please sign in to comment.