From 7438c7b151089d930395839fb5cc5da26b62a12b Mon Sep 17 00:00:00 2001 From: Abhijith Gandrakota Date: Thu, 20 Jul 2023 11:41:12 -0400 Subject: [PATCH] typo --- part4/4.JetTaggingPointCloud.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part4/4.JetTaggingPointCloud.ipynb b/part4/4.JetTaggingPointCloud.ipynb index b1fea0d..7fd47d0 100644 --- a/part4/4.JetTaggingPointCloud.ipynb +++ b/part4/4.JetTaggingPointCloud.ipynb @@ -16,7 +16,7 @@ "id": "BsonEqBekjyy" }, "source": [ - "# Jet Tagging with Set Transformer\n", + "# Jet Tagging with Permutation Invariance\n", "\n", "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", "\n",