Skip to content

Commit

Permalink
all typos done
Browse files Browse the repository at this point in the history
  • Loading branch information
pritesh2000 committed Sep 2, 2024
1 parent dab0d6e commit 545a460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 04_pytorch_custom_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2830,7 +2830,7 @@
"\n",
"And preventing overfitting and underfitting is possibly the most active area of machine learning research.\n",
"\n",
"Since everone wants their models to fit better (less underfitting) but not so good they don't generalize well and perform in the real world (less overfitting).\n",
"Since everyone wants their models to fit better (less underfitting) but not so good they don't generalize well and perform in the real world (less overfitting).\n",
"\n",
"There's a fine line between overfitting and underfitting.\n",
"\n",
Expand Down Expand Up @@ -3180,7 +3180,7 @@
"\n",
"Even though our models our performing quite poorly, we can still write code to compare them.\n",
"\n",
"Let's first turn our model results in pandas DataFrames."
"Let's first turn our model results into pandas DataFrames."
]
},
{
Expand Down Expand Up @@ -3358,7 +3358,7 @@
"source": [
"## 11. Make a prediction on a custom image\n",
"\n",
"If you've trained a model on a certain dataset, chances are you'd like to make a prediction on on your own custom data.\n",
"If you've trained a model on a certain dataset, chances are you'd like to make a prediction on your own custom data.\n",
"\n",
"In our case, since we've trained a model on pizza, steak and sushi images, how could we use our model to make a prediction on one of our own images?\n",
"\n",
Expand Down

0 comments on commit 545a460

Please sign in to comment.