Commit 3e116aa0 authored by Kelly Chang's avatar Kelly Chang

Kelly

parent 1037f11d
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -531,7 +531,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.11"
"version": "3.9.1"
}
},
"nbformat": 4,
......
......@@ -19,7 +19,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 2,
"id": "b7a550e0",
"metadata": {},
"outputs": [],
......@@ -74,7 +74,7 @@
},
{
"cell_type": "code",
"execution_count": 51,
"execution_count": 3,
"id": "9ed20f84",
"metadata": {},
"outputs": [],
......@@ -119,7 +119,7 @@
},
{
"cell_type": "code",
"execution_count": 49,
"execution_count": 4,
"id": "8e3ef654",
"metadata": {},
"outputs": [],
......@@ -152,7 +152,7 @@
},
{
"cell_type": "code",
"execution_count": 52,
"execution_count": 5,
"id": "fa65dcd6",
"metadata": {},
"outputs": [
......@@ -163,7 +163,7 @@
"Average Error First and Second Added: 20.017164930235474\n",
"Standard Deviaiton of Mean Errors: 0.16101183692475135\n",
"Average Difference: 53.678648426455226\n",
"Average Time per Image for First: 0.04535740613937378\n"
"Average Time per Image for First: 0.049846380949020386\n"
]
}
],
......@@ -176,9 +176,27 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"id": "b7e88aab",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[22643.5 22595. 22580. ... 22923. 22984. 22937.5]\n"
]
}
],
"source": [
"print(predict)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7c55a3e1",
"metadata": {},
"outputs": [],
"source": []
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment