• 0 Posts
  • 280 Comments
Joined 1 year ago
cake
Cake day: August 25th, 2023

help-circle

  • That’s not really machine learning though. If you wanted to go way back, AI research goes back to implementations of hebbian learning in computer science back in the 1950s as a way of emulating human neurons. I was merely pointing out that AI was a computer science “dead end” until restricted Boltzmann machines were revisited by Hinton et al back in 2008 or so, and that 99% of the growth in the field has happened since the early 2010s when we reached a turning point where deep learning models could actually outperform classical statistical models like regression and random forests






  • Homeowners aren’t signing contracts where they agree to use exactly 450MW of power at a constant rate 24/7 for the entire year. The problem with “Free market” utilities is that they are reliant on private sector contracts like this to fund expansion

    From a business perspective, if the grid can handle the residential load 99.9% of the year, paying these businesses to cut usage during that other 0.1% of the time is a LOT cheaper than expanding their service to add one more decimal place of uptime that sits idle for the entire year

    Cloud platforms like AWS/Google/Azure do something similar, where you can rent unused servers for pennies on the dollar with the expectation they can be reprovisioned by someone else on a seconds notice










  • So I would say that if you’re explicitly trying to use Python, a Pi is the way to go.

    I will point out you can run micropython on a lot of embedded boards now. I haven’t used it, so I don’t know if it’s actually good or if it’s more like those software-gore “here is my python package for building web front ends that is somehow worse than JS” packages you always see on python boards