Ask HN: What free resources did you use to learn how to program ML/AI?
1–10 of 53 posts
No post body was provided.
Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#2Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#3[deleted]
Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#4www.fast.ai
Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#5Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#6If you are into watching programming videos, I would recommend Siraj Raval Youtube channel - https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A
It is quirky, funny and above all very short and crisp and gives you a quick overview of things. Most of his videos are related to AI/ML.
Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#7Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#8persistence
Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#9If you are into watching programming videos, I would recommend Siraj Raval Youtube channel - https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A It is quirky, funny and above all very short and crisp and gives you a quick overview of things. Most of his videos are related to AI/ML.
I was watching a twitch livestream where he was coding an RL thing. His code was just wrong (I paused it and looked through it), but it compiled anyways and started outputting stats, so he declared "I'm such a baller! It's learning!" and then quickly concluded the program. It's one thing to find his style annoying, but he is neither a strong thinker nor coder.
Re: Ask HN: What free resources did you use to learn how to program ML/AI?
#10"Learn AI the Hard Way". It's actually just reading a bunch of papers and trying to implement them, and anytime you don't understand something spend as much time as needed until you get it.