Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdbourke committed Apr 4, 2024
1 parent 9d494d3 commit aec11e7
Show file tree
Hide file tree
Showing 6 changed files with 11,603 additions and 3 deletions.
11,600 changes: 11,600 additions & 0 deletions docs/end-to-end-dog-vision-v2.ipynb

Large diffs are not rendered by default.

Binary file added docs/images/dog-photo-4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dog-photos.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/introduction-to-numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@
"Key terms:\n",
"* **Array** - A list of numbers, can be multi-dimensional.\n",
"* **Scalar** - A single number (e.g. `7`).\n",
"* **Vector** - A list of numbers with 1-dimesion (e.g. `np.array([1, 2, 3])`).\n",
"* **Matrix** - A (usually) multi-deminsional list of numbers (e.g. `np.array([[1, 2, 3], [4, 5, 6]])`)."
"* **Vector** - A list of numbers with 1-dimension (e.g. `np.array([1, 2, 3])`).\n",
"* **Matrix** - A (usually) multi-dimensional list of numbers (e.g. `np.array([[1, 2, 3], [4, 5, 6]])`)."
]
},
{
Expand Down Expand Up @@ -1418,7 +1418,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## 4. Manipulating and comparying arrays\n",
"## 4. Manipulating and comparing arrays\n",
"* Arithmetic\n",
" * `+`, `-`, `*`, `/`, `//`, `**`, `%`\n",
" * `np.exp()`\n",
Expand Down

0 comments on commit aec11e7

Please sign in to comment.