Skip to content

Commit df3ee93

Browse files
authored
Updating instructions for colab
1 parent 583041b commit df3ee93

File tree

6 files changed

+87
-2
lines changed

6 files changed

+87
-2
lines changed

machine-learning-das/notebooks/1-datasets-uproot.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@
1313
"Authors: Javier Duarte, Raghav Kansal\n"
1414
]
1515
},
16+
{
17+
"cell_type": "markdown",
18+
"metadata": {},
19+
"source": [
20+
"### Run this cell if you are using google colab"
21+
]
22+
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"metadata": {},
27+
"outputs": [],
28+
"source": [
29+
"!pip install uproot"
30+
]
31+
},
1632
{
1733
"cell_type": "markdown",
1834
"metadata": {},

machine-learning-das/notebooks/2-boosted-decision-tree.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@
1313
"Authors: Raghav Kansal"
1414
]
1515
},
16+
{
17+
"cell_type": "markdown",
18+
"metadata": {},
19+
"source": [
20+
"### Run this cell if you are using google colab"
21+
]
22+
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"metadata": {},
27+
"outputs": [],
28+
"source": [
29+
"!pip install uproot\n",
30+
"!pip install xgboost"
31+
]
32+
},
1633
{
1734
"cell_type": "markdown",
1835
"metadata": {

machine-learning-das/notebooks/3.1-dense-keras.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@
1313
"Authors: Javier Duarte, Raghav Kansal"
1414
]
1515
},
16+
{
17+
"cell_type": "markdown",
18+
"metadata": {},
19+
"source": [
20+
"### Run this cell if you are using google colab"
21+
]
22+
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"metadata": {},
27+
"outputs": [],
28+
"source": [
29+
"!pip install uproot\n",
30+
"!pip install xgboost"
31+
]
32+
},
1633
{
1734
"cell_type": "markdown",
1835
"metadata": {

machine-learning-das/notebooks/3.2-dense-pytorch.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@
1313
"Authors: Javier Duarte, Tyler Mitchell, Raghav Kansal"
1414
]
1515
},
16+
{
17+
"cell_type": "markdown",
18+
"metadata": {},
19+
"source": [
20+
"### Run this cell if you are using google colab"
21+
]
22+
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"metadata": {},
27+
"outputs": [],
28+
"source": [
29+
"!pip install uproot\n",
30+
"!pip install xgboost"
31+
]
32+
},
1633
{
1734
"cell_type": "markdown",
1835
"metadata": {

machine-learning-das/notebooks/3.3-dense-bayesian-optimization.ipynb

Lines changed: 19 additions & 2 deletions
Large diffs are not rendered by default.

machine-learning-das/notebooks/8-SetTransformer-PointCloud.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"source": [
1919
"# Jet Tagging with Permutation Invariance\n",
20+
"Author: Abhijith Gandrakota, Jennifer Ngadiuba\n",
2021
"\n",
2122
"In this notebook we will see an implementation of the Transformer architecture for sets applied to the jet tagging task. For *sets* it is meant here a point cloud, i.e. a set of nodes without edges. We will instead use Multi-Head Attention to learn which nodes (or particles) have strong pair-wise interaction.\n",
2223
"\n",

0 commit comments

Comments
 (0)