Illustrious-Bar5621 t1_jbyxpbh wrote on March 12, 2023 at 8:19 PM Reply to [D] What's the mathematical notation for "top k argmax"? by fullgoopy_alchemist 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
Illustrious-Bar5621 t1_j7y0iu2 wrote on February 10, 2023 at 5:06 AM Reply to [D] Critique of statistics research from machine learning perspectives (and vice versa)? by fromnighttilldawn These two should get you started: https://projecteuclid.org/journals/statistical-science/volume-16/issue-3/Statistical-Modeling--The-Two-Cultures-with-comments-and-a/10.1214/ss/1009213726.full ​ http://brenocon.com/blog/2008/12/statistics-vs-machine-learning-fight/ Permalink 17
Illustrious-Bar5621 t1_jbyxpbh wrote
Reply to [D] What's the mathematical notation for "top k argmax"? by fullgoopy_alchemist
Could just do something like
$ \argmax_{I \subset [n]: |I| = k } \sum_{i \in I} f(i) $ , where $ [n] = \{1,2,\ldots, n\} $.