Skip to content

Commit

Permalink
conclusion is done
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Dec 6, 2024
1 parent 651382d commit 3b604f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deep-learning-intro-for-hep/xx-conclusion.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Conclusion

I hope you enjoyed this introduction to deep learning for particle physicists! I especially hope that it has dispelled the aura of mystery surrounding ML, so that you can approach ML problems with the same confidence as a simple fit. Maybe (likely) your deep neural networks won't work the first time you try to train them, but now you should be able to pull them apart and understand each piece and how they fit together to diagnose your problems, just as you would with any other broken software. The _one thing_ that's fundamentally different between your ML projects and all your other code is that the ML depends on a huge number of numeric parameters that are optimized by function minimization. The rest is mostly array manipulation.

If you see any problems in this book, you can report them as [GitHub Issues](https://github.com/hsf-training/deep-learning-intro-for-hep/issues).

If you'd like to contribute or fix something, you can open a [pull request](https://github.com/hsf-training/deep-learning-intro-for-hep/pulls).

The sequence of sections leading up to the [main project](20-main-project.md) probably won't change, but you or I might add sections after it, since these are introducing readers to the variety of deep learning techniques that are useful in HEP.

Cheers!

0 comments on commit 3b604f5

Please sign in to comment.