Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sMorrone committed Dec 19, 2024
1 parent 65cb406 commit 1c837eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stac/ml_items/ResNet Classifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"title": "ResNet Classifier",
"description": "ResNet is an artificial neural network that introduced a so-called \"identity shortcut connection\" which allows the model to skip one or more layers. This approach makes it possible to train the network on thousands of layers without affecting performance. It\u2019s become one of the most popular architectures for various computer vision tasks.\r\n",
"main-category": "Deep Learning",
"datetime": "2024-07-09",
"datetime": "2024-12-19",
"keywords": [
"ResNet",
" Residual Network",
Expand All @@ -56,6 +56,7 @@
"framework": "Keras",
"algorithm": "ResNet",
"license": "MIT",
"validation": "https://www.test.com",
"ml-model:type": "ml-model",
"ml-model:learning_approach": "supervised",
"ml-model:prediction_type": "classification",
Expand Down

0 comments on commit 1c837eb

Please sign in to comment.