From 48d3baf9803f673a101f6360a3d40b8211ec3e10 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 16 Oct 2023 16:04:29 -0600 Subject: update dependencies --- ...20-01-16-Image-Classifier-Using-Turicreate.html | 96 +++++++++++----------- 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html') diff --git a/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html b/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html index c1fea70..dfa8f23 100644 --- a/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html +++ b/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html @@ -192,39 +192,39 @@

\

-
+-------------------------+------------------------+
-|           path          |         image          |
-+-------------------------+------------------------+
-|  ./train/default/1.jpg  | Height: 224 Width: 224 |
-|  ./train/default/10.jpg | Height: 224 Width: 224 |
-| ./train/default/100.jpg | Height: 224 Width: 224 |
-| ./train/default/101.jpg | Height: 224 Width: 224 |
-| ./train/default/102.jpg | Height: 224 Width: 224 |
-| ./train/default/103.jpg | Height: 224 Width: 224 |
-| ./train/default/104.jpg | Height: 224 Width: 224 |
-| ./train/default/105.jpg | Height: 224 Width: 224 |
-| ./train/default/106.jpg | Height: 224 Width: 224 |
-| ./train/default/107.jpg | Height: 224 Width: 224 |
-+-------------------------+------------------------+
+
+-------------------------+------------------------+
+|           path          |         image          |
++-------------------------+------------------------+
+|  ./train/default/1.jpg  | Height: 224 Width: 224 |
+|  ./train/default/10.jpg | Height: 224 Width: 224 |
+| ./train/default/100.jpg | Height: 224 Width: 224 |
+| ./train/default/101.jpg | Height: 224 Width: 224 |
+| ./train/default/102.jpg | Height: 224 Width: 224 |
+| ./train/default/103.jpg | Height: 224 Width: 224 |
+| ./train/default/104.jpg | Height: 224 Width: 224 |
+| ./train/default/105.jpg | Height: 224 Width: 224 |
+| ./train/default/106.jpg | Height: 224 Width: 224 |
+| ./train/default/107.jpg | Height: 224 Width: 224 |
++-------------------------+------------------------+
 [2028 rows x 2 columns]
-Note: Only the head of the SFrame is printed.
+Note: Only the head of the SFrame is printed.
 You can use print_rows(num_rows=m, num_columns=n) to print more rows and columns.
 +-------------------------+------------------------+---------+
-|           path          |         image          |  label  |
-+-------------------------+------------------------+---------+
-|  ./train/default/1.jpg  | Height: 224 Width: 224 | default |
-|  ./train/default/10.jpg | Height: 224 Width: 224 | default |
-| ./train/default/100.jpg | Height: 224 Width: 224 | default |
-| ./train/default/101.jpg | Height: 224 Width: 224 | default |
-| ./train/default/102.jpg | Height: 224 Width: 224 | default |
-| ./train/default/103.jpg | Height: 224 Width: 224 | default |
-| ./train/default/104.jpg | Height: 224 Width: 224 | default |
-| ./train/default/105.jpg | Height: 224 Width: 224 | default |
-| ./train/default/106.jpg | Height: 224 Width: 224 | default |
-| ./train/default/107.jpg | Height: 224 Width: 224 | default |
-+-------------------------+------------------------+---------+
+|           path          |         image          |  label  |
++-------------------------+------------------------+---------+
+|  ./train/default/1.jpg  | Height: 224 Width: 224 | default |
+|  ./train/default/10.jpg | Height: 224 Width: 224 | default |
+| ./train/default/100.jpg | Height: 224 Width: 224 | default |
+| ./train/default/101.jpg | Height: 224 Width: 224 | default |
+| ./train/default/102.jpg | Height: 224 Width: 224 | default |
+| ./train/default/103.jpg | Height: 224 Width: 224 | default |
+| ./train/default/104.jpg | Height: 224 Width: 224 | default |
+| ./train/default/105.jpg | Height: 224 Width: 224 | default |
+| ./train/default/106.jpg | Height: 224 Width: 224 | default |
+| ./train/default/107.jpg | Height: 224 Width: 224 | default |
++-------------------------+------------------------+---------+
 [2028 rows x 3 columns]
-Note: Only the head of the SFrame is printed.
+Note: Only the head of the SFrame is printed.
 You can use print_rows(num_rows=m, num_columns=n) to print more rows and columns.
 
@@ -288,28 +288,28 @@ Completed 1536/1633 Completed 1600/1633 Completed 1633/1633 -PROGRESS: Creating a validation set from 5 percent of training data. This may take a while. - You can set ``validation_set=None`` to disable validation tracking. - -Logistic regression: --------------------------------------------------------- -Number of examples : 1551 -Number of classes : 3 -Number of feature columns : 1 -Number of unpacked features : 2048 -Number of coefficients : 4098 +PROGRESS: Creating a validation set from 5 percent of training data. This may take a while. + You can set ``validation_set=None`` to disable validation tracking. + +Logistic regression: +-------------------------------------------------------- +Number of examples : 1551 +Number of classes : 3 +Number of feature columns : 1 +Number of unpacked features : 2048 +Number of coefficients : 4098 Starting L-BFGS -------------------------------------------------------- +-----------+----------+-----------+--------------+-------------------+---------------------+ -| Iteration | Passes | Step size | Elapsed Time | Training Accuracy | Validation Accuracy | -+-----------+----------+-----------+--------------+-------------------+---------------------+ -| 0 | 6 | 0.018611 | 0.891830 | 0.553836 | 0.560976 | -| 1 | 10 | 0.390832 | 1.622383 | 0.744681 | 0.792683 | -| 2 | 11 | 0.488541 | 1.943987 | 0.733075 | 0.804878 | -| 3 | 14 | 2.442703 | 2.512545 | 0.727917 | 0.841463 | -| 4 | 15 | 2.442703 | 2.826964 | 0.861380 | 0.853659 | -| 9 | 28 | 2.340435 | 5.492035 | 0.941328 | 0.975610 | -+-----------+----------+-----------+--------------+-------------------+---------------------+ +| Iteration | Passes | Step size | Elapsed Time | Training Accuracy | Validation Accuracy | ++-----------+----------+-----------+--------------+-------------------+---------------------+ +| 0 | 6 | 0.018611 | 0.891830 | 0.553836 | 0.560976 | +| 1 | 10 | 0.390832 | 1.622383 | 0.744681 | 0.792683 | +| 2 | 11 | 0.488541 | 1.943987 | 0.733075 | 0.804878 | +| 3 | 14 | 2.442703 | 2.512545 | 0.727917 | 0.841463 | +| 4 | 15 | 2.442703 | 2.826964 | 0.861380 | 0.853659 | +| 9 | 28 | 2.340435 | 5.492035 | 0.941328 | 0.975610 | ++-----------+----------+-----------+--------------+-------------------+---------------------+ Performing feature extraction on resized images... Completed 64/395 Completed 128/395 -- cgit v1.2.3