Skip to content

Commit 18b8946

Browse files
committed
More resources
1 parent fe8c6e5 commit 18b8946

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# IntroToMachineLearning
2-
Resources for SPS
1+
# Intro To Machine Learning
2+
This contains information from a talk given to the University or Oregon Society of Physics Students (SPS). The Mathematica notebook shows how Gradient Descent works in the context of a 2-dimensional minimization problem. The associated video shows the minimization happening. There are also two versions of the talk (keynote and power point).
3+
4+
## Resources
5+
### Online classes
6+
* [This class](https://www.coursera.org/learn/machine-learning/home/welcome) is a little older, and does the programming in Octave instead of python, but is a great class. This goes over many techniques beyond neural networks.
7+
8+
* [An updated version]( https://www.coursera.org/specializations/deep-learning) does things with python and uses some of the standard tools. It focuses more on deep learning.
9+
10+
### Python Packages
11+
* [Scikit-Learn](http://scikit-learn.org/stable/) makes machine learning very easy.
12+
* [Keras](https://keras.io) is the package I use for neural networks.
13+
14+
### Datasets and challenges
15+
While there is not necessarily much open data in high energy physics, there is a lot of other data to learn from.
16+
* [Kaggle](https://www.kaggle.com) hosts many datasets and some challenges. Users upload their scripts, which is a great resource for learning the techniques. In addition, one of the hosted challenges was to [use ATLAS data to find the Higgs](https://www.kaggle.com/c/higgs-boson)!
17+
* [Data Driven](https://www.drivendata.org) is another site which offers challenges and prizes.
18+
* [HackerRank](https://www.hackerrank.com) is not necessarily for machine learning, but a great place to practice programming. I highly recommend it. It offers coding challenges for prizes.
19+
* [CERN open data](http://opendata.cern.ch) I don't have any experience with either of these open data resources, other than knowing they exist.
20+
* [CMS open data](http://opendata.cern.ch/docs/about-cms)

SPS_MachineLearning.pptx

7.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)