Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Apple Music to open concert venue in Battersea Power Station(bbc.com)
    7comments
  2. MiMo v2.6(xiaomi.com)
    349comments
  3. Spymarks, Not Watermarks(brand.io)
    72comments
  4. Transformers Explained Visually(poloclub.github.io)
    49comments
  5. Attention is all you have(alicegg.tech)
    209comments
  6. Firmware Freedom(playtaurus.com)
    1comments
  7. What Sun got wrong(dtrace.org)
    321comments
  8. I don't want to read what you didn't write(colinbreck.com)
    188comments
  9. MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    2comments
  10. NASA’s Mars Sample Return mission is dead(science.org)
    296comments
  11. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    205comments
  12. Looking forward to Git 2.56 – and 3.0(lwn.net)
    30comments
  13. Divide by depth for instant 3D(gabrieloc.com)
    22comments
  14. Claude Status – Elevated errors for multiple models(claude.com)
    69comments
  15. Socrates vs. the Written Word (2011)(wondermark.com)
    9comments
  16. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    57comments
  17. World Wide Words(worldwidewords.org)
    discuss
  18. PDF Forgeries Are Surprisingly Rare (2022)(gwern.net)
    20comments
  19. How do traffic signals work? (2019)(practical.engineering)
    53comments
  20. First Shader from Zero in Godot 4(gdquest.com)
    6comments
  21. Paper Models of Polyhedra(polyhedra.net)
    discuss
  22. Frontier AI on Your Own Hardware(timdettmers.com)
    71comments
  23. Python Workers are now generally available(cloudflare.com)
    36comments
  24. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    186comments
  25. Grok 4.7(x.ai)
    466comments
  26. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    34comments
  27. More floating point alternatives(wizardzines.com)
    18comments
  28. HERMES radio enables voice and data communication over vast distances(ieee.org)
    52comments
  29. Why does mathmain need an encrypted loader?(safedep.io)
    37comments
  30. Truman World(trumanworld.live)
    24comments

Dive into Deep Learning: Interactive deep learning book with codes and maths

88 pointsby 2y agod2l.ai
10 comments
2y agoHN ↗

If folks are looking for free deep learning resources, here are a few more that I’ve personally vetted: https://phaseai.com/resources/free-resources-ai-ml-2024

FWIW, my recommendation with this sort of stuff is to build something alongside of the reading you are doing.

One of the things I’m exploring is building an OpenAI Gym-like project where we build neural nets to play various games. If that’s of interest to anyone, please post below!

2y agoHN ↗

Reading + building neural nets to play games? Yes! Count me interested.

2y agoHN ↗

haha yes, that's it. Shoot me a note at hello <at> phaseai <dot> com and I'd love to connect!

2y agoHN ↗

OpenAI Gym looks incredibly interesting. Aren't those games supposed to be solved using neural nets?

2y agoHN ↗

Sort of, yes! Not "solved" in the academic sense of actually finding the mathematically correct/ideal way to play, but rather using neural nets to learn to play and beat humans.

2y agoHN ↗

I'm running through Andrew Ng's "Machine Learning Specialization" course on Coursera right now. I plan to do his "Deep Learning Specialization" immediately after.

There's not a lot of formulas and math so far, which concerns me because I eventually want to understand papers.

2y agoHN ↗

IMO, this is the best course to start with. It has everything you need from theory to pratical code. Very high quality stuff.

2y agoHN ↗

Can anyone recommend similar content but for classical machine learning? Would you even consider it a prerequisite for understanding Deep Learning?

2y agoHN ↗

It's a shame that they don't include a chapter on ethics the way [Deep Learning for Coders with Fastai and PyTorch: AI Applications Without a PhD](https://course.fast.ai/Resources/book.html) does. I hope people read the etics chapter or use the ethics section of the [associated free course](https://course.fast.ai/) to fill in that oversight on the Amazon Engineers' part.

Also it's a bit annoying that they address the fact that other resources exist but vaguely handwaved over the difference between their resources and the existing ones with "the others are not as up to date and don't have as much detail".

Source: https://programming.dev/post/7017669