自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Aki-Z的博客

一个分享和传播数据科学知识的博客(`・ω・´)

  • 博客(6)
  • 收藏
  • 关注

原创 【Machine Learning, Coursera】Week2 ex1: Linear Regression with Python

-linearReg.pyimport numpy as npimport matplotlib.pyplot as pltdef warmUpExercise(): 'An example function that returns the 5x5 identity matrix' A = np.eye(5) print(A)def plotData(X,...

2018-07-31 10:38:22 181

原创 【Machine Learning, Coursera】机器学习Week4 Neural Networks: Representation

本节内容:1. 输入层(input layer)、隐藏层(hidden layer)、输出层(output layer)2. 偏置单元(bias unit)3. 激励(activation)、激励函数(activation function)4. 权重(weight)5. 前向传播算法(forward propagation)

2018-07-22 18:38:05 441

转载 gitlab和sourcetree结合使用实现代码管理

原文地址:https://blog.csdn.net/u012764358/article/details/62886427 Gitlab和Sourcetree结合使用实现代码管理这是本人第一次发表博客,如有不足或者缺陷,请批评指正,希望能够更好的学习。最近刚来到一家老外的公司,他们使用的代码管理工具是gitlab,...

2018-07-20 23:37:21 257

原创 【Machine Learning, Coursera】机器学习Week3 Regularization

本节内容:1. 过拟合(overfitting)、欠拟合(underfitting)2. 方差(variance)、偏差(bias)3. 正则化(regularization)

2018-07-11 17:19:03 296

转载 windows下MongoDB的安装及配置

原文地址:https://blog.csdn.net/heshushun/article/details/77776706一篇非常适合新手的教程,亲测有用,马住! 一、先登录Mongodb官网https://www.mongodb.com/d...

2018-07-06 15:49:08 99

原创 【Machine Learning, Coursera】机器学习Week3 Logistic Regression

本节内容:1. 逻辑回归(logistic regression)的假设函数形式和代价函数形式 2.高级优化算法(advanced optimization algorithm) 3.One-vs-all 解决多分类问题

2018-07-04 16:31:49 583 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除