[D] What's the mathematical notation for "top k argmax"? Submitted by fullgoopy_alchemist t3_11po6qw on March 12, 2023 at 8:00 PM in MachineLearning 9 comments 7
Illustrious-Bar5621 t1_jbyxpbh wrote on March 12, 2023 at 8:19 PM Could just do something like $ \argmax_{I \subset [n]: |I| = k } \sum_{i \in I} f(i) $ , where $ [n] = \{1,2,\ldots, n\} $. Permalink 10
Viewing a single comment thread. View all comments