Machine Learning Crash Course
developers.google.com
Machine Learning Crash Course
1–10 of 233 posts
Re: Machine Learning Crash Course
#2Link to the exercises:
https://developers.google.com/machine-learning/crash-course/...
Re: Machine Learning Crash Course
#3For those interested in a deeper dive to just deep learning, "Tensorflow and deep learning - without a PhD" is really good, and covers a lot of material in a single 2hr talk.
Re: Machine Learning Crash Course
#4Which languages and libraries does it use? Is it based in Google libs, like Tensor Flow?
Re: Machine Learning Crash Course
#5I wonder if they are doing this to complete with course.fast.ai
Re: Machine Learning Crash Course
#6Which languages and libraries does it use? Is it based in Google libs, like Tensor Flow?
Clicking through to the homepage, the full title is: "Machine Learning Crash Course with TensorFlow APIs".
Re: Machine Learning Crash Course
#7I've been itching to learn a bit about the industry and to be able to create & train ML models myself; I'm glad Google decided to put out a course where I wouldn't have to worry about the quality of instruction.
Re: Machine Learning Crash Course
#8I wonder if they are doing this to complete with course.fast.ai
This has been an internal course at Google for many years.
Re: Machine Learning Crash Course
#9I wonder if they are doing this to complete with course.fast.ai
IMO teaching people ML is good in general for Google. 1. it spreads the use of tensorflow, 2. it increases not only tensorflow, but also Google's mindshare, 3. it trains people that may become future Google employees, and/or serves as a useful resource for existing employees
Re: Machine Learning Crash Course
#10Unless you have already invested a lot of time into learning (and building on top of) TF, I would advise to pick up PyTorch. It’s much easier to learn and use (imperative!), and has higher performance on common workloads.