Recent content by jonjacson

  1. J

    Where can I find chemistry experiments that are accurately described with the Dirac equation?

    How do you compute a chemical reaction? if it is possible Thanks, interesting.
  2. J

    Where can I find chemistry experiments that are accurately described with the Dirac equation?

    Do you know papers or books that show solutions of the Dirac equation for chemical reactions?
  3. J

    Where can I find chemistry experiments that are accurately described with the Dirac equation?

    Because I am made of atoms and molecules and chemical reactions are happening right now inside of my body by the millions.
  4. J

    Where can I find chemistry experiments that are accurately described with the Dirac equation?

    Nice, yes, something like that would be nice. That would also be interesting for sure, but chemical reactions were the phenomenon that I was most interested in.
  5. J

    Where can I find chemistry experiments that are accurately described with the Dirac equation?

    Let's say we can solve the Dirac equation numerically with a powerful computer. What experiments do you recommend to take a look at to compare the result of the simulations with the real data.
  6. J

    Where can I find chemistry experiments that are accurately described with the Dirac equation?

    Let's say we can solve the Dirac equation numerically with a powerful computer. What experiments do you recommend to take a look at to compare the result of the simulations with the real data. Maybe chemical reactions?
  7. J

    A Can You Find an English Translation of Klein's Protocols and Encyclopedia?

    You can scroll down to see the content. Your link is ok but the content is in german... and I don't know german.
  8. J

    A Can You Find an English Translation of Klein's Protocols and Encyclopedia?

    https://www.uni-math.gwdg.de/aufzeichnungen/klein-scans/klein/ I hope you enjoy folks. It would be nice to see an English translation somewhere. Same for his encyclopedia.
  9. J

    Python Why backpropagation dominates neural networks instead of interpolation

    The weights are used to compute how much of an output from one neuron enters the next ones, but that is not a function.
  10. J

    Python Why backpropagation dominates neural networks instead of interpolation

    Hi guys, I was learning machine learning and I found something a bit confusing. When I studied physics I saw the method of least squares to find the best parameters for the given data, in this case we assume we know the equation and we just minimize the error. So if it is a straight line model...
  11. J

    Build a Natural Language Processing Transformer from Scratch

    I am not saying that theory is bad or unnecessary. What I am looking for is a numerical example. Schrodinger equation is fine, but once you compute the orbitals of the hydrogen atom you get a better understanding. I don't understand why it is bad to ask for numerical examples and numbers...
  12. J

    Build a Natural Language Processing Transformer from Scratch

    Nice, but still there is no basic example of this anywhere.
  13. J

    Build a Natural Language Processing Transformer from Scratch

    The problem is that this looks like a magic thing, I don't know why is it "hidden" behind the bogus language "deep learning", "encoder", "decoder", "tokeninez input embeeding", "multi head self attention", "layer normalization", "feed forward network", "residual connection".... and all that...
  14. J

    I Is there a Crookes radiometer device with photoelectric effect?

    https://en.wikipedia.org/wiki/Crookes_radiometer WOuld it rotate faster if I use plaques with different materials where we get the photoelectric effect in one of them?
  15. J

    Build a Natural Language Processing Transformer from Scratch

    I see answers but they use libraries like pytorch or tensorflow. I mean from scratch, pure python. I don't want to use libraries.
Back
Top