github : https://github.com/twomeng/logistic-regression- ex1. m plotData. m costFuction.m 内置函数fminuc() 绘制边界函数: predict. m ex2_reg. m costFunction_Reg. ...
分类:
其他好文 时间:
2018-08-25 14:34:45
阅读次数:
217
gca 用来返回当前axes (坐标图)对象的句柄 在command 里面输入gca Axes (Y-logX) (具有属性): XLim: [0.0100 1] YLim: [0 100] XScale: 'log' YScale: 'linear' GridLineStyle: '-' Posi ...
分类:
其他好文 时间:
2018-08-24 20:42:18
阅读次数:
141
%% Machine Learning Online Class - Exercise 1: Linear Regression % Instructions % % % This file contains code that helps you get started on the % line ...
分类:
其他好文 时间:
2018-08-24 18:07:41
阅读次数:
160
这部分内容没有固定主题,不定期更新,都是些零碎的,我觉得有必要记一笔的知识。希望能对其他人也有所帮助。 sklearn.feature_selection 里的 F_regression 特征选择方法众多,sklearn 的特征选择模块里给出了几种非常简易高效的方法。针对回归问题,sk ...
分类:
其他好文 时间:
2018-08-24 02:06:55
阅读次数:
237
使用sklearn库的linear_model.LinearRegression(),可以非常简单的进行线性回归分析 以下为代码: ...
分类:
编程语言 时间:
2018-08-23 15:45:44
阅读次数:
247
-webkit-mask 这个属性是相当强大的,所以详细的介绍超出了本文的范畴,它非常值得深入研究,因为它可以在实际应用中为你省掉很多时间。 -webkit-mask让为一个元素添加蒙板成为可能,从而你可以创建任意形状的花样。蒙板可以是CSS3渐变或者半透明的PNG图片。蒙板元素的alpha值为0的 ...
分类:
Web程序 时间:
2018-08-23 14:15:28
阅读次数:
198
这部分内容没有固定主题,不定期更新,都是些零碎的,我觉得有必要记一笔的知识。希望能对其他人也有所帮助。 sklearn.feature_selection 里的 F_regression 特征选择方法众多,sklearn 的特征选择模块里给出了几种非常简易高效的方法。针对回归问题,sk ...
分类:
其他好文 时间:
2018-08-23 02:09:12
阅读次数:
176
Tamref love random numbers, but he hates recurrent relations, Tamref thinks that mainstream random generators like the linear congruent generator suck ...
分类:
其他好文 时间:
2018-08-21 22:36:21
阅读次数:
239
一、初级介绍篇 1.用Python,TensorFlow和Keras进行深度学习(作者Sandipan Dey) 作者粗略介绍了Logistic Regression、SGD(with momentum、RMSprop的公式其Python实现)以及使用Python、Keras搭建神经网络进行手写数字 ...
分类:
其他好文 时间:
2018-08-21 21:05:35
阅读次数:
162