Skip to content
Snippets Groups Projects
Commit 49bbdc05 authored by Luca Massimiliano Ghiringhelli's avatar Luca Massimiliano Ghiringhelli
Browse files

Update metainfo.json

parent 6f7775d3
No related branches found
No related tags found
No related merge requests found
...@@ -5,22 +5,18 @@ ...@@ -5,22 +5,18 @@
"Ghiringhelli, Luca M." "Ghiringhelli, Luca M."
], ],
"email": "ghiringhelli@fhi-berlin.mpg.de", "email": "ghiringhelli@fhi-berlin.mpg.de",
"title": "Convolutional Neural network tutorial ", "title": "Introduction to convolutional neural networks",
"description": "In this tutorial, we briefly introduce the main ideas behind convolutional neural networks, build a neural network model with Keras, and explain the classification decision process using attentive response maps.", "description": "In this tutorial, we briefly introduce the main ideas behind convolutional neural networks, build a neural network model with Keras, and explain the classification decision process using attentive response maps.",
"url": "https://gitlab.mpcdf.mpg.de/nomad-lab/analytics-convolutional-nn", "url": "https://gitlab.mpcdf.mpg.de/nomad-lab/analytics-convolutional-nn",
"link": "https://analytics-toolkit.nomad-coe.eu/hub/user-redirect/notebooks/tutorials/convolutional_nn.ipynb", "link": "https://analytics-toolkit.nomad-coe.eu/hub/user-redirect/notebooks/tutorials/convolutional_nn.ipynb",
"link_public": "https://analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks/tutorials/convolutional_nn.ipynb", "link_public": "https://analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks/tutorials/convolutional_nn.ipynb",
"link_video": "https://youtu.be/MST8X1yCWK8", "link_video": "https://youtu.be/MST8X1yCWK8",
"updated": "2019-04-01", "updated": "2021-01-29",
"flags":{ "flags":{
"featured": true, "featured": true,
"top_of_list": false "top_of_list": false
}, },
"labels": { "labels": {
"application_keyword": [
"Classification",
"Neural Networks"
],
"application_section": [ "application_section": [
"Tutorials for artificial-intelligence methods" "Tutorials for artificial-intelligence methods"
], ],
...@@ -30,8 +26,11 @@ ...@@ -30,8 +26,11 @@
"category": [ "category": [
"intermediate_tutorial" "intermediate_tutorial"
], ],
"data_analytics_method": [ "ai_methods": [
"Convolutional Neural networks", "Supervised learning"
"Classification",
"Neural networks"
"Convolutional neural networks",
"Attentive response map" "Attentive response map"
], ],
"platform": [ "platform": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment