码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
数据挖掘特征提取方法-汇集
1.基于树模型提取特征 2.基于L1,L2惩罚值提取特征 3.递归特征消除法提取特征 4.互信息选择法提取特征 5.利用相关系数选择特征 6.卡方检验法提取特征 7.利用方差选择特征 参考:https://www.kesci.com/ ...
分类:其他好文   时间:2019-07-09 00:28:36    阅读次数:371
06-pytorch(快速搭建神经网络)
快速定义一个神经网络 Sequential( (0): Linear(in_features=2, out_features=10, bias=True) (1): ReLU() (2): Linear(in_features=10, out_features=2, bias=True) ) ...
分类:其他好文   时间:2019-07-08 19:21:19    阅读次数:85
难题征解
Some tricky problems of linear algebra waiting to be resolved. ...
分类:其他好文   时间:2019-07-08 00:41:28    阅读次数:137
线性代数知识荟萃(0)
Linear algebra is the branch of mathematics concerning vector spaces and linear mappings between such spaces. It includes the study of lines, planes, ... ...
分类:其他好文   时间:2019-07-07 17:34:58    阅读次数:79
04-pytorch
打印散点图 定义时必须要继承torch.nn.Module 继承两次 然后定义每层的结点数 然后进行向前传播的过程 Net( (hidden): Linear(in_features=1, out_features=10, bias=True) (predict): Linear(in_featur ...
分类:其他好文   时间:2019-07-07 12:21:57    阅读次数:77
Matlab中intlinprog函数的用法总结
Matlab中 intlinprog函数用法简介 1.简介 intlinprog是matlab中用于求解混合整数线性规划(Mixed integer linear programming)的一个函数,用法基本和linprog差不多 Matlab中,该模型的标注写法如下 $$ min\ f\,^Tx\ ...
分类:其他好文   时间:2019-07-07 12:21:17    阅读次数:246
python sklearn库实现逻辑回归的实例代码
Sklearn简介 Scikit-learn(sklearn)是机器学习中常用的第三方模块,对常用的机器学习方法进行了封装,包括回归(Regression)、降维(Dimensionality Reduction)、分类(Classfication)、聚类(Clustering)等方法。当我们面临机 ...
分类:编程语言   时间:2019-07-01 13:51:44    阅读次数:140
适配器禁止滑动
adapter = new AttendanceConfirmationAdapter(R.layout.attendance_confirmation_item, response.getVacationList());//禁止滑动final LinearLayoutManager layoutM ...
分类:其他好文   时间:2019-07-01 13:44:55    阅读次数:82
Daily Coding Problem: Problem #315
/** * This problem was asked by Google. In linear algebra, a Toeplitz matrix is one in which the elements on any given diagonal from top left to botto... ...
分类:其他好文   时间:2019-06-30 09:50:16    阅读次数:80
linear 工作流
最近把 最后一张画ui的rt 从float换成srgb 并没有引起我预计会有的 alpha混合结果发生变化的事情 我想是因为 1.artists在ps里的工作流是线性空间 2.onchip memory一直都是32bits 和framebuffer 精度无关 所以不用srgb虽然会失去暗部细节 但这 ...
分类:其他好文   时间:2019-06-26 13:28:23    阅读次数:88
2874条   上一页 1 ... 42 43 44 45 46 ... 288 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!