Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
TonmoyTalukder committed Aug 8, 2023
1 parent d09b80c commit 09c20bc
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions PyTorch_Explore/0_Basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyMQ2Mpvcl6xpD/QAccP7T5/",
"toc_visible": true,
"authorship_tag": "ABX9TyMbdL/TWUZyTFpQF1MjC6c7",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -1136,7 +1137,7 @@
},
"outputId": "3727b3d2-7919-4cd9-e3af-e0e8f87f7b64"
},
"execution_count": 3,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand All @@ -1161,7 +1162,7 @@
"id": "MPLzsVwAXWs8",
"outputId": "4468ca04-9f92-4584-ea13-6409151b2ca2"
},
"execution_count": 4,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -1251,7 +1252,7 @@
"id": "gvB2GRhJYxU5",
"outputId": "d44f0213-6ae7-4b55-b73a-ba5781a3f1fa"
},
"execution_count": 45,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -1289,6 +1290,15 @@
"id": "2W3jz8wphfwL"
}
},
{
"cell_type": "markdown",
"source": [
"### gradientdescent manually"
],
"metadata": {
"id": "ZBbtGwZPRBjO"
}
},
{
"cell_type": "code",
"source": [
Expand Down Expand Up @@ -1346,7 +1356,7 @@
"id": "tiz95Htwhhfo",
"outputId": "ebdb9cb8-98ba-4441-9e1d-9c1a16947543"
},
"execution_count": 44,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand All @@ -1371,7 +1381,7 @@
{
"cell_type": "markdown",
"source": [
"## Training Pipeline: Model, Loss, and Optimizer"
"### gradientdescent auto"
],
"metadata": {
"id": "0EaR5we10IbI"
Expand Down Expand Up @@ -1457,7 +1467,7 @@
"id": "YG8zx5TMnJ7J",
"outputId": "72e41b62-735b-4ca5-e1d5-781cef0884ef"
},
"execution_count": 51,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down

0 comments on commit 09c20bc

Please sign in to comment.