Skip to content

Commit b076433

Browse files
committed
updates
1 parent 1449903 commit b076433

7 files changed

Lines changed: 10 additions & 10 deletions

_sources/projects/Project_01_AberratedImages.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
"\n",
407407
"* Initial version: Max Gold with some guidance from Mark Neubauer\n",
408408
"\n",
409-
"© Copyright 2024"
409+
"© Copyright 2026"
410410
]
411411
}
412412
],

_sources/projects/Project_01_DarkEnergySurvey.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"\n",
319319
"* Initial version: Ferzem Khan with some guidance from Mark Neubauer\n",
320320
"\n",
321-
"© Copyright 2024"
321+
"© Copyright 2026"
322322
]
323323
}
324324
],

_sources/projects/Project_01_ExoticParticles.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"cell_type": "markdown",
270270
"metadata": {},
271271
"source": [
272-
"Implement and train a shallow neural network (NN) described in ref [[1]](https://arxiv.org/abs/1402.4735) for one of the exotic particle hypotheses. You should implement a NN one that makes the training time manageable, like one of the shallow networks with hyperparameters shown in Table 2 of ref [[1]](https://arxiv.org/abs/1402.4735) or even a smaller network. Can you generate and show the NN classification outputs for this network?"
272+
"First implement and train a shallow neural network (NN) described in ref __[<span style=\"color:Red\">1</span>]__ for one of the exotic particle hypotheses. You should implement a NN one that makes the training time manageable on a CPU, like one of the shallow networks with hyperparameters shown in Table 2 of ref __[<span style=\"color:Red\">1</span>]__ or even a smaller network. Next train a fully-connected deep neural network (DNN) using a GPU by increasing the number of hidden layers and neuron within the layers. The exact DNN setup is up to you, as long as it has meaningfully more trainable parameters than the shallow NN from the first part. Show the classification output for signal and background for both networks, as well as the ROC curve and AUC metric."
273273
]
274274
},
275275
{
@@ -291,7 +291,7 @@
291291
"\n",
292292
"* Initial version: Mark Neubauer\n",
293293
"\n",
294-
"© Copyright 2024"
294+
"© Copyright 2026"
295295
]
296296
}
297297
],

_sources/projects/Project_01_GalaxyZoo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"cell_type": "markdown",
204204
"metadata": {},
205205
"source": [
206-
"Each Image is labeled with its GalaxyID. Use the benchmark data set as the classification label. Since the training data is the Image, we could use a Convolutional Neural Network (CNN) architecture to build up the training. What is the input data for your Network? Can you design and demonstrate a simple CNN structure for this training?"
206+
"Each Image is labeled with its GalaxyID. Use the benchmark data set as the classification label. Since the training data is images, a Convolutional Neural Network (CNN) architecture is an appropriate model for galaxy classification. Design, describe and implement a simple CNN and use it to demonstrate galaxy classification for this dataset. What is the input data for your Network? How well does your model perform?"
207207
]
208208
},
209209
{
@@ -223,7 +223,7 @@
223223
"\n",
224224
"* Initial version: Mark Neubauer\n",
225225
"\n",
226-
"© Copyright 2024"
226+
"© Copyright 2026"
227227
]
228228
}
229229
],

_sources/projects/Project_01_GravitationalWaves.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
"\n",
515515
"* Initial version: Mark Neubauer\n",
516516
"\n",
517-
"© Copyright 2025"
517+
"© Copyright 2026"
518518
]
519519
}
520520
],

_sources/projects/Project_01_HiggsTauTau.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"cell_type": "markdown",
197197
"metadata": {},
198198
"source": [
199-
"Implement and train one of the neural networks (NN) described in [[1]](https://papers.nips.cc/paper/2014/hash/e1d5be1c7f2f456670de3d53c7b54f4a-Abstract.html). Be sure to set aside test data from the original data set which is not used in the training. You should implement a NN one that makes the training time manageable, like one of the shallow networks with hyperparameters shown in Table 1 of [[1]](https://papers.nips.cc/paper/2014/hash/e1d5be1c7f2f456670de3d53c7b54f4a-Abstract.html) or even a smaller network. Can you show the NN classification output (analogous to Figure 4)?"
199+
"Implement and train one of the neural networks (NN) described in __[<span style=\"color:Red\">1</span>]__. Be sure to set aside test data from the original data set which is not used in the training. First implement a shallow NN one that makes the training time manageable on a CPU, like one of the shallow networks with hyperparameters shown in Table 1 of __[<span style=\"color:Red\">1</span>]__ or even a smaller network. Next train a fully-connected deep neural network (DNN) using a GPU by increasing the number of hidden layers and neuron within the layers. The exact DNN setup is up to you, as long as it has meaningfully more trainable parameters than the shallow NN from the first part. Show the classification output for signal and background (analogous to Figure 4) for both networks, as well as the ROC curve and AUC metric."
200200
]
201201
},
202202
{
@@ -216,7 +216,7 @@
216216
"\n",
217217
"* Initial version: Mark Neubauer\n",
218218
"\n",
219-
"© Copyright 2024"
219+
"© Copyright 2026"
220220
]
221221
}
222222
],

_sources/projects/Project_01_NuclearGeometryQGP.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"\n",
242242
"* Initial version: Anne Sickles\n",
243243
"\n",
244-
"© Copyright 2024"
244+
"© Copyright 2026"
245245
]
246246
}
247247
],

0 commit comments

Comments
 (0)