1.使用 TensorFlow 的建议 Which API(s) should you use? You should use the highest level of abstraction that solves the problem. The higher levels of abstraction are easier to use, but are also (by design) less flexible. We recommend you start with the high…
INDEX Introducing ML Framing Fundamental machine learning terminology Introducing ML What you learn here will allow you, as a software engineer, to do three things better. First, it gives you a tool to reduce the time you spend programming. Second, i…
INDEX How do we know if we have a good line Linear Regression Training and Loss How do we know if we have a good line So as we said before, our model is something that we learned from data.And there are lots of complicated model types and lots of int…
Goal of training a model is to find a set of weights and biases that have low loss, on average, across all examples. —— Descending into ML: Training and Loss 注释:教程中的 loss ≠ 平均方差,而是指单个 labeled example 的方差(也就是误差 loss ),这里的 reducing loss 是指减小整体的误差(就是 MS…
Machine Learning Crash Course  |  Google Developers https://developers.google.com/machine-learning/crash-course/ Google's fast-paced, practical introduction to machine learning ML Concepts Introduction to Machine Learning As you'll discover, machine…
https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? Learning Machine Learning Learning About Computer Science Educational Resources Advice Artificial Intelligence How-to Question Learning New Things Lea…
机器学习 - 维基百科,自由的百科全书 https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0 机器学习是人工智能的一个分支.人工智能的研究历史有着一条从以“推理”为重点,到以“知识”为重点,再到以“学习”为重点的自然.清晰的脉络.显然,机器学习是实现人工智能的一个途径,即以机器学习为手段解决人工智能中的问题.机器学习在近30多年已发展为一门多领域交叉学科,涉及概率论.统计学.逼近论.凸分析.计算复杂性理论等多门学科.…
今天看到一篇文章  Google’s Image Classification Model is now Free to Learn  说是狗狗的机器学习速成课程(Machine Learning Crash Course)现在可以免费学习啦,因为一开始年初的时候是内部使用的,后来开放给大众了.大家有谁对不作恶家的机器学习感兴趣的话,可以点击连接去看看. 但是以上不是我说的重点. 说狗狗的原因,是为了引出我大微软的机器学习. 在2018年3月7日,在Windows开发者日活动中,微软宣布推出Wi…
About this Course You will learn how to build a successful machine learning project. If you aspire to be a technical leader in AI, and know how to set direction for your team's work, this course will show you how. Much of this content has never been…
1.谷歌Cloud Machine Learning平台简介: 机器学习的三要素是数据源.计算资源和模型.谷歌在这三个方面都有强大的支撑:谷歌不仅有种类丰富且数量庞大的数据资源,而且有强大的计算机群提供数据存储于数据运算能力,同时,还研究实现了TensorFlow这个机器学习.深度学习算法库.基于这些背景,谷歌也已经训练出了许多实用的可以应用于商业软件的模型,开发者可以直接调用相应的API来开发自己的商业软件. Google Cloud Machine Learning是一个管理平台,它集合了上…