Live data from Hacker News

Viewing profile — steppi

steppi

HN member
Joined
Fri, Oct 01, 2021, 9:10 PM UTC
HN karma
655
Public activity
137 items

About steppi

https://steppi.github.io/about/

Recent public activity

  1. comment
    Comment #47388018

    Tao does state his hopes in the article: "My hope is that the winning submissions will capture the most productive techniques for solving these problems, and/or provide general pro…

  2. comment
    Comment #47384527

    It seems like the lift in the open-source models is being used as a proxy metric, and the core goal is a human understandable yoga [1] for approaching these kinds of equational pro…

  3. comment
    Comment #47310378

    I spent some time in industry working on ML-based credit risk modeling. In my experience, successful shops that have a genuine interest in applying their models to practical decisi…

  4. comment
    Comment #47298261

    Yes, people try this. Check out dynamic tonality. It doesn't necessarily need a system. Experienced guitar players often find themselves unconsciously making little microtonal adju…

  5. comment
    Comment #46340724

    I was planning to make a similar comment. Conjecturing that some theory in the string theory landscape [0] gives a theory of quantum gravity consistent with experiments that are po…

  6. comment
    Comment #46339921

    I don't think they usually make the distinction in a formal sense, but I think most are aware. The space of explorable mathematics is vastly larger than what the community of mathe…

  7. comment
    Comment #46339679

    I'd say that I care deeply about the meaning behind theorems, but just find results which swing widely based on foundational quirks to be less interesting from an aesthetic standpo…

  8. comment
    Comment #46102775

    It seems like a typo where "integers" is used when the intention was to write "natural numbers". That is the solution to exercise 194 part a) which asked if the set of natural numb…

  9. comment
    Comment #46100074

    Vladimir Arnold famously taught a proof of the insolubility of the Quintic to Moscow Highschool students in the 1960s using a concrete, low-prerequisite approach. His lectures were…

  10. comment
    Comment #46036627

    Just a couple of corrections. Let's take the Fundamental Theorem of Calculus as an example[0]: f'(x) = lim_{h->0} {f(x + h) - f(x)} / {h} This isn't the Fundamental Theorem of Calc…

  11. comment
    Comment #45704370

    From https://www.merriam-webster.com/dictionary/decimate Decimate is a word that often raises hackles, at least those belonging to a small but committed group of logophiles who fee…

  12. comment
    Comment #45391057

    Your intuition's not bad. The expected value for the longest run of heads in N total flips of a fair coin is around log2(N) - 1 with a standard deviation that's approximately 1.873…

  13. comment
  14. comment
    Comment #45387734

    Yeah, I think surrogate gradients are usually used to train spiking neural nets where the binary nature is considered an end in itself, for reasons of biological plausibility or so…

  15. comment
    Comment #45385962

    It sounds like jongjong was probably using surrogate gradients. You keep the step activation in the forward pass but replace with a smooth approximation in the backwards pass.

  16. comment
    Comment #44464579

    Very cool project. If you haven't already, for JAX and PyTorch support take a look at the Python Array API Standard, https://data-apis.org/array-api/latest/ , and see https://data-…

  17. comment
    Comment #44047017

    If I had to give a loose definition of topology, I would say that it is actually about studying spaces which have some notion of what is close and far, even if no metric exists. Th…

  18. comment
    Comment #43924016

    There are many situations where you have something you want to compute to within low number of units in the last place, that seem fairly involved, but there are very often clever m…

  19. comment
    Comment #43921405

    I think the truly surprising thing is just how well floating point numbers work in many practical applications despite how different they are from the real numbers. One could call …

  20. comment
    Comment #42007172

    https://en.m.wikipedia.org/wiki/Characteristic_function_(pro...

  21. comment
    Comment #40090244

    Wittgenstein himself states that the Tractatus is nonsense in its closing pages. My propositions are elucidatory in this way: he who understands me finally recognizes them as sense…

  22. comment
    Comment #39895797

    Check out The Science of Programming Matrix Computations by Robert A. van de Geijn and Enrique S. Quintana-Ort. Chapter 5 walks through how to write an optimized GEMM. It involves …

  23. comment
    Comment #39894636

    The Fortran implementation is just a reference implementation. The goal of reference BLAS [0] is to provide relatively simple and easy to understand implementations which demonstra…

  24. comment
    Comment #39688074

    There’s a wonderful book on the subject by Raymond Smullyan, of knights and knaves recreational math puzzle fame which helped make it click for me. https://lib.undercaffeinated.xyz…

  25. comment
    Comment #38953277

    I’ve found code generation tools a boon to my Emacs-ing because I can use them to help write Emacs lisp code for any customization I think I might need in the moment without breaki…