Dogs Classifier
Browse files- .gitattributes +1 -0
- Dogs.mbconfig +58 -0
- Dogs.mlnet +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Dogs.mlnet filter=lfs diff=lfs merge=lfs -text
|
Dogs.mbconfig
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Scenario": "ImageClassification",
|
| 3 |
+
"DataSource": {
|
| 4 |
+
"Type": "Folder",
|
| 5 |
+
"Version": 1,
|
| 6 |
+
"FolderPath": "C:\\Users\\Faith_Spooky\\Downloads\\archive\\train"
|
| 7 |
+
},
|
| 8 |
+
"Environment": {
|
| 9 |
+
"Type": "LocalCPU",
|
| 10 |
+
"Version": 1
|
| 11 |
+
},
|
| 12 |
+
"RunHistory": {
|
| 13 |
+
"Version": 3,
|
| 14 |
+
"Type": "Result",
|
| 15 |
+
"Trials": [
|
| 16 |
+
{
|
| 17 |
+
"Version": 1,
|
| 18 |
+
"Type": "Trial",
|
| 19 |
+
"TrainerName": "ImageClassificationMulti",
|
| 20 |
+
"Score": 0.91146424517593638,
|
| 21 |
+
"RuntimeInSeconds": 1225.013,
|
| 22 |
+
"Parameter": {
|
| 23 |
+
"_SCHEMA_": "e0 * e1 * e2",
|
| 24 |
+
"e0": {
|
| 25 |
+
"OutputColumnName": "Label",
|
| 26 |
+
"InputColumnName": "Label",
|
| 27 |
+
"AddKeyValueAnnotationsAsText": false
|
| 28 |
+
},
|
| 29 |
+
"e1": {
|
| 30 |
+
"LabelColumnName": "Label",
|
| 31 |
+
"ScoreColumnName": "Score",
|
| 32 |
+
"FeatureColumnName": "ImageSource"
|
| 33 |
+
},
|
| 34 |
+
"e2": {
|
| 35 |
+
"OutputColumnName": "PredictedLabel",
|
| 36 |
+
"InputColumnName": "PredictedLabel"
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"Estimators": {
|
| 42 |
+
"e0": "MapValueToKey",
|
| 43 |
+
"e1": "ImageClassificationMulti",
|
| 44 |
+
"e2": "MapKeyToValue"
|
| 45 |
+
},
|
| 46 |
+
"Schema": "e0 * e1 * e2",
|
| 47 |
+
"MetricName": "MicroAccuracy",
|
| 48 |
+
"ModelFilePath": "C:\\Users\\Faith_Spooky\\Downloads\\WebApplication1\\Classifiers\\Dogs.mlnet"
|
| 49 |
+
},
|
| 50 |
+
"Type": "TrainingConfig",
|
| 51 |
+
"Version": 4,
|
| 52 |
+
"TrainingOption": {
|
| 53 |
+
"Version": 0,
|
| 54 |
+
"Type": "ClassificationTrainingOption",
|
| 55 |
+
"TrainingTime": 2147483647,
|
| 56 |
+
"Seed": 0
|
| 57 |
+
}
|
| 58 |
+
}
|
Dogs.mlnet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04347c62dbdfefa6a4068958ac8e6f8afc5543159ff675bf98128841a33a193e
|
| 3 |
+
size 95723332
|