登录
首页 » matlab » ex2

ex2

于 2020-04-22 发布
0 221
下载积分: 1 下载次数: 1

代码说明:

说明:  吴恩达机器学习代码练习第二章----逻辑回归(Andrew.Ng Machine Learning exercise 2)

文件列表:

ex2, 0 , 2018-11-18
ex2\plotDecisionBoundary.m, 1451 , 2017-03-14
__MACOSX, 0 , 2020-04-22
__MACOSX\ex2, 0 , 2020-04-22
__MACOSX\ex2\._plotDecisionBoundary.m, 212 , 2017-03-14
ex2\plotData.m, 796 , 2018-10-04
__MACOSX\ex2\._plotData.m, 268 , 2018-10-04
ex2\sigmoid.m, 497 , 2018-10-01
__MACOSX\ex2\._sigmoid.m, 268 , 2018-10-01
ex2\costFunctionReg.m, 1171 , 2018-10-04
__MACOSX\ex2\._costFunctionReg.m, 212 , 2018-10-04
ex2\ex2.m, 4366 , 2017-03-14
__MACOSX\ex2\._ex2.m, 268 , 2017-03-14
ex2\token.mat, 261 , 2018-10-04
ex2\ex2data2.txt, 2233 , 2017-03-14
__MACOSX\ex2\._ex2data2.txt, 212 , 2017-03-14
ex2\ex2data1.txt, 3775 , 2017-03-14
__MACOSX\ex2\._ex2data1.txt, 268 , 2017-03-14
ex2\mapFeature.m, 508 , 2017-03-14
__MACOSX\ex2\._mapFeature.m, 212 , 2017-03-14
ex2\predict.m, 838 , 2018-10-03
__MACOSX\ex2\._predict.m, 212 , 2018-10-03
ex2\lib, 0 , 2017-03-14
ex2\lib\submitWithConfiguration.m, 5562 , 2017-03-14
__MACOSX\ex2\lib, 0 , 2020-04-22
__MACOSX\ex2\lib\._submitWithConfiguration.m, 212 , 2017-03-14
ex2\lib\makeValidFieldName.m, 1195 , 2017-03-14
__MACOSX\ex2\lib\._makeValidFieldName.m, 212 , 2017-03-14
ex2\lib\jsonlab, 0 , 2017-03-14
ex2\lib\jsonlab\saveubjson.m, 16123 , 2017-03-14
__MACOSX\ex2\lib\jsonlab, 0 , 2020-04-22
__MACOSX\ex2\lib\jsonlab\._saveubjson.m, 212 , 2017-03-14
ex2\lib\jsonlab\varargin2struct.m, 1094 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._varargin2struct.m, 212 , 2017-03-14
ex2\lib\jsonlab\jsonopt.m, 881 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._jsonopt.m, 212 , 2017-03-14
ex2\lib\jsonlab\mergestruct.m, 771 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._mergestruct.m, 212 , 2017-03-14
ex2\lib\jsonlab\loadjson.m, 18732 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._loadjson.m, 212 , 2017-03-14
ex2\lib\jsonlab\LICENSE_BSD.txt, 1551 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._LICENSE_BSD.txt, 212 , 2017-03-14
ex2\lib\jsonlab\ChangeLog.txt, 3862 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._ChangeLog.txt, 212 , 2017-03-14
ex2\lib\jsonlab\README.txt, 19369 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._README.txt, 212 , 2017-03-14
ex2\lib\jsonlab\savejson.m, 17462 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._savejson.m, 212 , 2017-03-14
ex2\lib\jsonlab\AUTHORS.txt, 1624 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._AUTHORS.txt, 212 , 2017-03-14
ex2\lib\jsonlab\loadubjson.m, 15574 , 2017-03-14
__MACOSX\ex2\lib\jsonlab\._loadubjson.m, 212 , 2017-03-14
__MACOSX\ex2\lib\._jsonlab, 212 , 2017-03-14
__MACOSX\ex2\._lib, 212 , 2017-03-14
ex2\submit.m, 1605 , 2017-03-14
__MACOSX\ex2\._submit.m, 212 , 2017-03-14
ex2\ex2_reg.m, 3863 , 2018-10-04
__MACOSX\ex2\._ex2_reg.m, 212 , 2018-10-04
ex2\costFunction.m, 1149 , 2018-11-18
__MACOSX\ex2\._costFunction.m, 212 , 2018-11-18
__MACOSX\._ex2, 212 , 2018-11-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Wscramble
    说明:  W-矩阵置乱,效果比Arnold置乱更好(W-matrix scrambling, it is better than Arnold)
    2011-03-16 17:32:45下载
    积分:1
  • OptimizationTipsandTricks
    New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course. Some readers may find this tool valuable if only for the function pleas - a partitioned least squares solver based on lsqnonlin. This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below(New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course. Some readers may find this tool valuable if only for the function pleas- a partitioned least squares solver based on lsqnonlin. This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below)
    2007-09-09 16:04:19下载
    积分:1
  • lsvm
    支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等(Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection)
    2005-07-26 10:52:00下载
    积分:1
  • Plasma-FDTD-Matlab
    说明:  一维等离子体FDTD的Matlab源代码,是时域有限差分算法中的重要算法(One-dimensional FDTD the Matlab source code for plasma, FDTD method is an important algorithm in)
    2010-04-28 13:32:43下载
    积分:1
  • pushang
    对白噪声的谱熵进行了计算。大家可以参考一下,(Spectrum Entropy )
    2012-04-06 10:11:47下载
    积分:1
  • matlab-codes-for-graph-management
    matlab大全,专门用于图像处理和图像获取(matlab codes for graph management)
    2014-09-03 10:24:52下载
    积分:1
  • 11
    说明:  这几个MATLAB代码是圆、直线的拟合曲线的源程序(MATLAB code for these is round, linear curve fitting source)
    2009-10-14 14:58:59下载
    积分:1
  • Vedio-about-Matlab-GUI(1-3)
    说明:  本资料是关于MATLAB GUI的,具体为教学视频,其中包括简单的GUI界面的建立和代码的编写!(This information is on the MATLAB GUI, specific for the instructional videos, including the establishment of a simple GUI interface and write code!)
    2011-03-24 20:27:45下载
    积分:1
  • attachments
    shift register code and pn sequence code
    2010-08-26 18:09:11下载
    积分:1
  • lrls1
    自适应滤波算法matlab_algorithms lrls1(Adaptive filtering algorithm matlab_algorithms lrls1)
    2009-10-26 21:33:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载