Deep Learning with PyTorch: A 60 Minute Blitz [video]
1–10 of 62 posts
Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#2https://www.youtube.com/playlist?list=PLZbbT5o_s2xrfNyHZsM6u...
They explain things incredibly well, videos are easy to understand, engaging, and to the point. Highly recommend it to everyone!
I've also heard that Udacity has some good courses, but I can't vouch for those yet.
Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#3Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#4Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#5Does no one build their own ml algos anymore? I don't understand the need for pytorch and tensor flow. I honestly thought tensor flow was nothing but a teaching thing for undergrads
Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#6Does no one build their own ml algos anymore? I don't understand the need for pytorch and tensor flow. I honestly thought tensor flow was nothing but a teaching thing for undergrads
Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#7Does no one build their own ml algos anymore? I don't understand the need for pytorch and tensor flow. I honestly thought tensor flow was nothing but a teaching thing for undergrads
Edit: If your algorithm is not using neural networks, then libraries like TF may or may not be a good fit, it depends on the algorithm. Writing custom low-level code can still make sense in those cases.
Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#8Does no one build their own ml algos anymore? I don't understand the need for pytorch and tensor flow. I honestly thought tensor flow was nothing but a teaching thing for undergrads
Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#9Does no one build their own ml algos anymore? I don't understand the need for pytorch and tensor flow. I honestly thought tensor flow was nothing but a teaching thing for undergrads
Not all of us need to build their own ML algos. Just in the same way that not all of us need to build their sorting libraries or data structures. Some people are specialized in this to develop and do research. While other software engineers just want something they can use without much hassle and just a superficial understanding.
And yet they love to ask you to do exactly that at technical interviews... coming up next: what ML algos you need to know to ace that interview.
Re: Deep Learning with PyTorch: A 60 Minute Blitz [video]
#10Does no one build their own ml algos anymore? I don't understand the need for pytorch and tensor flow. I honestly thought tensor flow was nothing but a teaching thing for undergrads
Do you write your own crypto libraries too?
Some people do. It's a good challenge.[0]