1. Build a logistic regression model, structured as a shallow neural network
2. Implement the main steps of an ML algorithm, including making predictions, derivative computation, and gradient descent.
3. Implement computationally efficient, highly vectorized, versions of models.
4. Understand how to compute derivatives for logistic regression, using a backpropagation mindset.
5. Become familiar with Python and Numpy
6. Work with iPython Notebooks
7. Be able to implement vectorization across multiple training examples

----------------------------------------------中文翻译---------------------------------------------------------------

1. 构建一个逻辑回归模型, 构造成一个浅层神经网络
2. 实现 ML 算法的主要步骤, 包括进行预测、导数计算和梯度下降。
3. 实现计算效率高、高度向量化的模型版本。
4. 理解如何用反向传播的思维来计算逻辑回归的导数。
5. 熟悉 Python 和 Numpy
6. 使用 iPython Notebooks
7. 能够在多个训练样本中实现向量化

最新文章

  1. [deviceone开发]-动态添加组件add方法的示例
  2. 文本编辑器的使用(ckeditor/ueditor)
  3. SQL Server的“错误:9004”
  4. 【python】f.write()写入中文出错解决办法
  5. 负margin一些奇葩的布局技巧
  6. [Jquery] 获取地址栏参数的方法 备忘
  7. UDE-00008 ORA-31626 ORA-06512 ORA-25254
  8. Java生成CSV文件
  9. Matlab学习第二天 利用插值
  10. echo print print_r的区别
  11. 机器学习基石:02 Learning to Answer Yes/No
  12. Django学习手册 - 创建Django工程项目以及APP
  13. [PHP]php缓冲 output_buffering的使用详解
  14. Jenkins 学习笔记(一)
  15. 常州day7
  16. Django 1.10文档中文版Part2
  17. iOS笔记之常用工具
  18. mybaties 一对多关系映射
  19. 二、搭建SpringBoot项目
  20. Python之freshman05

热门文章

  1. jquery特殊字符转义方法
  2. 20) maven 项目结构:all in one
  3. GPIO工作模式
  4. POJ3616--Milking Time(动态规划)
  5. Maven提高篇系列之五——处理依赖冲突
  6. 回归——继续我的ACM之路!!
  7. 转:spring的启动过程-spring和springMVC父子容器的原理
  8. 修复msvcp120.dll
  9. 1、K-means
  10. spring mvc请求过程