Changes for page Material Collection
Last modified by Judith Steinfeld on 2025/06/03 11:13
From version 39.1
edited by Judith Steinfeld
on 2024/07/26 16:05
on 2024/07/26 16:05
Change comment:
There is no comment for this version
To version 48.1
edited by Judith Steinfeld
on 2024/08/01 09:57
on 2024/08/01 09:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,65 +10,28 @@ 10 10 11 11 Hint Copyright: Please not that the materials are from 12 12 13 -{{success width="20%"}}14 - {{displayIcon name="magnifier"/}}Filter Suchfunktion:SemantischeSucheundvordefinierteSuchfilterzurEingrenzungvonSuchergebnissen13 +{{success}} 14 +Our collection of materials covers many different topics. You can click on one or more tags to filter the list... 15 15 {{/success}} 16 16 17 - 18 - 19 - 20 - 21 - 22 - 23 -=== Basic Concepts === 24 - 25 ----- 26 - 27 -=== **Neural Network Building Blocks **(ausklappbar) === 28 - 29 -* [[Introduction to Articifial Networks - Pt. >>https://indico.desy.de/event/40559/sessions/16119/attachments/88695/118961/nns-part1.pdf]] {{displayIcon name="page_white_acrobat"/}} 30 -* [[Introduction to Articifial Networks - Pt. >>https://indico.desy.de/event/40559/sessions/16119/attachments/88695/118961/nns-part1.pdf]] {{displayIcon name="page_white_acrobat"/}} 31 -** [[Tutorial>>https://github.com/machine-learning-tutorial/neural-networks/tree/main]] {{displayIcon name="application_view_list"/}} 32 -* [[Neural Network Building Blocks (1/2)>>https://indico.desy.de/event/37303/sessions/14381/attachments/80383/105122/DL%20School%20-%20Lecture%201,%20Part%201.pdf]] {{displayIcon name="page_white_acrobat"/}} 33 -* ((( 34 -[[Neural Network Building Blocks (2/2)>>https://indico.desy.de/event/37303/sessions/14381/attachments/80383/105131/DL%20School%20-%20Lecture%201,%20Part%202.pdf]] {{displayIcon name="page_white_acrobat"/}} 35 -))) 36 - 37 -=== === 38 - 39 -=== **Mastering Model Building **(ausklappbar) === 40 - 41 -* [[Mastering Model Builing: Methods and tools (a crash course)>>https://indico.desy.de/event/40559/contributions/149592/attachments/88698/118990/blocks2.pdf]] {{displayIcon name="page_white_acrobat"/}} 42 -** [[Tutorials>>https://github.com/dkgithub/wiehl24]] {{displayIcon name="application_view_list"/}} 43 -* [[Mastering Model Building >>https://indico.desy.de/event/37303/sessions/14382/attachments/80384/105130/230228_mastering_model_building.pdf]] 44 -** [[Hands-On 1: Tenserflow-Playground>>http://playground.tensorflow.org/#activation=tanh®ularization=L2&batchSize=10&dataset=gauss®Dataset=reg-plane&learningRate=0.03®ularizationRate=0&noise=25&networkShape=8,8,8,8,8,8&seed=0.88798&showTestData=false&discretize=false&percTrainData=20&x=true&y=true&xTimesY=true&xSquared=true&ySquared=true&cosX=false&sinX=true&cosY=false&sinY=true&collectStats=false&problem=classification&initZero=false&hideText=false]] {{displayIcon name="application_view_list"/}} 45 -** [[Hands-On 2: Mass-Regression>>https://colab.research.google.com/drive/1UdiLP-MLTLlB8t4zE2qMwibt3BRbFawd?usp=sharing]] {{displayIcon name="application_view_list"/}} 46 -** [[Hands-On 3: Jet-flavour Classification>>https://colab.research.google.com/drive/13O8wxap5oxp1ovUTBjNc__tOwE7PojyC?usp=sharing]] {{displayIcon name="application_view_list"/}} 47 - 48 -=== === 49 - 50 -=== **Convolutional Neural Networks **(ausklappbar) === 51 - 52 -* [[Convolutional Neural Networks>>https://indico.desy.de/event/40559/sessions/16121/attachments/88729/119021/CNN_SKaes.pdf]] {{displayIcon name="page_white_acrobat"/}} 53 -** [[Exercises>>https://indico.desy.de/event/40559/sessions/16121/attachments/88729/119040/Wiehl_Exercises_CNN.pdf]] {{displayIcon name="page_white_acrobat"/}} 54 -** [[Exercises Solution>>https://indico.desy.de/event/40559/sessions/16121/attachments/88729/119131/Wiehl_Exercises_CNN_Solution.pdf]] {{displayIcon name="page_white_acrobat"/}} 55 - 56 ----- 57 - 58 -=== === 59 - 60 -=== Adcanced Concepts === 61 - 62 ----- 63 - 64 -=== **Autoencoder **(ausklappbar) === 65 - 66 -* test 67 - 68 -=== **Transformers **(ausklappbar) === 69 - 70 -* test 71 - 72 -=== **Normalizing Flows (ausklappbar)** === 73 - 74 -* test 17 +{{velocity}} 18 +#set ($columnsProperties = { 19 + 'doc.location': {"displayName": "Title", "html":true}, 20 + 'link': {}, 21 + 'date': {"html":true}, 22 + 'author': {}, 23 + "tags": {"displayName": "Tags", "type": "list"} 24 +}) 25 +#set ($options = { 26 + 'className': 'Materials.Code.MaterialsClass', 27 + 'translationPrefix': 'materials.livetable.', 28 + 'tagCloud': true, 29 + 'rowCount': 25, 30 + 'maxPages': 10, 31 + "extraParams" : "tagsProperty=XWiki.TagClass", 32 + 'selectedColumn': 'date', 33 + 'defaultOrder': 'desc' 34 +}) 35 +#set ($columns = ['doc.location', 'link', "tags", 'date', 'author']) 36 +#livetable('materials' $columns $columnsProperties $options) 37 +{{/velocity}}
- XWiki.XWikiRights[4]
-
- Allow/Deny
-
... ... @@ -1,0 +1,1 @@ 1 +Allow - Groups
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Staff - Levels
-
... ... @@ -1,0 +1,1 @@ 1 +edit,script,comment
- XWiki.XWikiRights[5]
-
- Allow/Deny
-
... ... @@ -1,0 +1,1 @@ 1 +Allow - Groups
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiAdminGroup - Levels
-
... ... @@ -1,0 +1,1 @@ 1 +comment,script,edit
- XWiki.XWikiRights[6]
-
- Allow/Deny
-
... ... @@ -1,0 +1,1 @@ 1 +Allow - Groups
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiAllGroup - Levels
-
... ... @@ -1,0 +1,1 @@ 1 +comment,edit,script
- XWiki.XWikiRights[7]
-
- Allow/Deny
-
... ... @@ -1,0 +1,1 @@ 1 +Deny - Groups
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiAllGroup - Levels
-
... ... @@ -1,0 +1,1 @@ 1 +delete