Compare commits

...

4 Commits

Author SHA1 Message Date
KeshavAnandCode
6f854a9d62 Added Deep CNN and ayugmentation 2026-03-18 22:59:28 -05:00
KeshavAnandCode
59f26a299c dropout fixed oerfitting, added 2026-03-18 19:09:41 -05:00
KeshavAnandCode
4f8c48c504 Adam optimized... better at training but worse bc overfitting worse 2026-03-18 18:49:33 -05:00
KeshavAnandCode
4d9bf5965b made modified noteboo to exploit GPU but overfits 2026-03-18 18:41:49 -05:00
6 changed files with 3057 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"id": "7a37220a",
"metadata": {},
"outputs": [
@@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"id": "d318d1f0",
"metadata": {},
"outputs": [
@@ -61,7 +61,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"id": "5604ace3",
"metadata": {},
"outputs": [
@@ -110,7 +110,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"id": "3cedd586",
"metadata": {},
"outputs": [
@@ -150,7 +150,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"id": "8f556b22",
"metadata": {},
"outputs": [
@@ -184,7 +184,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"id": "37793c77",
"metadata": {},
"outputs": [
@@ -222,7 +222,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"id": "f68c1a25",
"metadata": {},
"outputs": [
@@ -257,7 +257,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"id": "e1539eaa",
"metadata": {},
"outputs": [
@@ -289,7 +289,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 9,
"id": "d1b7d9ca",
"metadata": {},
"outputs": [
@@ -347,7 +347,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 10,
"id": "54d11a04",
"metadata": {},
"outputs": [],
@@ -370,7 +370,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 11,
"id": "374d0590",
"metadata": {},
"outputs": [
@@ -378,16 +378,16 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Epoch 1: Loss=1.575, Accuracy=50.54%\n",
"Epoch 2: Loss=1.196, Accuracy=60.35%\n",
"Epoch 3: Loss=1.018, Accuracy=64.98%\n",
"Epoch 4: Loss=0.909, Accuracy=68.58%\n",
"Epoch 5: Loss=0.842, Accuracy=70.87%\n",
"Epoch 6: Loss=0.784, Accuracy=72.83%\n",
"Epoch 7: Loss=0.738, Accuracy=74.24%\n",
"Epoch 8: Loss=0.703, Accuracy=75.30%\n",
"Epoch 9: Loss=0.671, Accuracy=76.30%\n",
"Epoch 10: Loss=0.641, Accuracy=77.64%\n",
"Epoch 1: Loss=1.480, Accuracy=50.95%\n",
"Epoch 2: Loss=1.073, Accuracy=62.46%\n",
"Epoch 3: Loss=0.974, Accuracy=66.04%\n",
"Epoch 4: Loss=0.899, Accuracy=68.51%\n",
"Epoch 5: Loss=0.834, Accuracy=70.87%\n",
"Epoch 6: Loss=0.779, Accuracy=72.60%\n",
"Epoch 7: Loss=0.730, Accuracy=74.29%\n",
"Epoch 8: Loss=0.689, Accuracy=75.64%\n",
"Epoch 9: Loss=0.649, Accuracy=77.14%\n",
"Epoch 10: Loss=0.620, Accuracy=78.21%\n",
"Finished Training\n"
]
}
@@ -425,7 +425,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 12,
"id": "2bf2b9a2",
"metadata": {},
"outputs": [],
@@ -444,7 +444,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 13,
"id": "bc158602",
"metadata": {},
"outputs": [
@@ -452,7 +452,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Test Accuracy: 74.53%\n"
"Test Accuracy: 76.35%\n"
]
}
],
@@ -474,7 +474,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 14,
"id": "8cc7ed40",
"metadata": {},
"outputs": [
@@ -482,14 +482,14 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Accuracy for class: Bicycle is 43.5%\n",
"Accuracy for class: Bus is 53.8%\n",
"Accuracy for class: Car is 87.6%\n",
"Accuracy for class: Motorcycle is 75.2%\n",
"Accuracy for class: NonVehicles is 99.0%\n",
"Accuracy for class: Taxi is 20.0%\n",
"Accuracy for class: Truck is 13.9%\n",
"Accuracy for class: Van is 24.7%\n"
"Accuracy for class: Bicycle is 45.2%\n",
"Accuracy for class: Bus is 71.3%\n",
"Accuracy for class: Car is 77.3%\n",
"Accuracy for class: Motorcycle is 81.2%\n",
"Accuracy for class: NonVehicles is 98.2%\n",
"Accuracy for class: Taxi is 37.0%\n",
"Accuracy for class: Truck is 35.6%\n",
"Accuracy for class: Van is 35.5%\n"
]
}
],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long