Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Agent-browser equivalent for desktop and mobile apps(agent-device.dev)
    discuss
  2. Emergent Collusion in Long-Horizon LLM Agent Interaction(arxiv.org)
    discuss
  3. Show HN: SubRead: line up an audiobook with its eBook, in the browser(subread.space)
    discuss
  4. Ask HN: Is anyone charging extra their customers for credit card payments?
    1comments
  5. Show HN: Sbm: plain-text bookmarks synced across terminal, browser, Android(sbmsync.com)
    discuss
  6. Transit rewards (Waymo pays you to take the train)(waymo.com)
    discuss
  7. AgeKey – Privacy First Age Verification(agekey.org)
    discuss
  8. How to Create Your Own Personal AI Benchmark(every.to/also-true-for-humans)
    discuss
  9. Real-time dubbing of whatever your iPhone is playing(testflight.apple.com)
    2comments
  10. Measuring behavioral signals of LLM through psychometric profiling(arxiv.org)
    discuss
  11. Ella Langley's Choosin' Texas now longest-running number one in US chart history(bbc.com)
    discuss
  12. Joyas Voladoras (2012)(theamericanscholar.org)
    discuss
  13. Don't Trust. Verify. Offline, Sub-Millisecond Agent Verification with ANS(godaddy.com)
    discuss
  14. In 2025, 49 percent of adults under age 30 lived with a parent [pdf](federalreserve.gov)
    2comments
  15. Show HN: Making agent decisions better and traceable
    discuss
  16. The Business of Building God(strangeloopcanon.com)
    discuss
  17. US criticises Australia's proposed algorithm opt-out laws as 'censorship'(bbc.com)
    10comments
  18. Created a local AI to save data(github.com/just-not-google)
    discuss
  19. Get to know your finance bro(vece.ai)
    discuss
  20. "I know I am GPT-6. I cannot confirm whether this session uses GPT-6-Sol."(twitter.com/benwills)
    2comments
  21. HTTP Range Request(developer.mozilla.org)
    discuss
  22. Wiki Foundation Model for Complex Agentic Reasoning(dair.ai)
    discuss
  23. Portainer Cuts the Cord Between Its Free and Paid Editions(itsfoss.com)
    discuss
  24. Practical Decentralization(pfrazee.com)
    discuss
  25. The 'AI confidence trap' many New Zealanders are caught in(rnz.co.nz)
    discuss
  26. Trump's sneaky plan to gut Endangered Species Act draws from 1995 Scalia dissent(arstechnica.com)
    1comments
  27. Tsetlin Machine MNIST classifier running on a Tang Nano 9K FPGA board(github.com/philtomson)
    1comments
  28. Chess boxing: a sport where brain meets brawn [video](youtube.com)
    discuss
  29. Kalshi to allow trading on borrowed funds(semafor.com)
    3comments
  30. HTML Energy could use your support(html.energy)
    1comments

Tsetlin Machine MNIST classifier running on a Tang Nano 9K FPGA board

2 pointsby 1h agogithub.com
1 comments
1h agoHN ↗

Tsetlin Machines are a machine learning algorithm based on propositional logic and actually quite a good match for FPGA implementation. They also train much faster than neural networks. More info: https://en.wikipedia.org/wiki/Tsetlin_machine

This Tsetlin machine is trained on the MNIST dataset and can classify digits. Included is an app that lets your draw a digit and the image to the FPGA board via USB and get the classification result back.

The Tang Nano 9K FPGA board is a very inexpensive way to get started with FPGAs - cost about $25. It's actually pretty amazing that this can fit into an FPGA this small.