码迷,mamicode.com
首页 >  
搜索关键字:isotonic regression    ( 857个结果
逻辑斯蒂回归分类器(Logistic Regression)
from pyspark.ml.linalg import Vector,Vectorsfrom pyspark.sql import Row,functionsfrom pyspark.ml.evaluation import MulticlassClassificationEvaluatorfr ...
分类:其他好文   时间:2021-06-16 18:19:18    阅读次数:0
Adaptive Mixture Regression Network with Local Counting Map for Crowd Counting
https://github.com/xiyang1012/Local-Crowd-Counting ...
分类:Web程序   时间:2021-06-02 12:52:49    阅读次数:0
Cost Function in Logistic Regression and Neural Network
在我的印象里面。Neural Network就是多套了几层的Logistic Regression。因此,在Cost Function里面,他们也是会有很多联系的。 比如这里,我们甚至可以说他们就是一个东西,不过上面是向量化表达,下面是单独的表达。Cost Function不过就是在评估预测出来的和 ...
分类:Web程序   时间:2021-04-29 11:48:55    阅读次数:0
(EST 2019 Forecast)Performance of Prediction Algorithms for Modeling Outdoor Air Pollution Spatial Surfaces
可参考的表达方式: However, in the past decade linear (stepwise) regression methods have been criticized for their lack of flexibility, their ignorance of pote ...
分类:其他好文   时间:2021-04-21 12:23:21    阅读次数:0
(AE 2010) An enhanced PM2.5 air quality forecast model based on nonlinear regression and back-trajectory concentrations
可参考的表达方式: The enhanced PM2.5 model was compared with three alternative models, including the basic NLR model, the basic NLR model with a persistence p ...
分类:其他好文   时间:2021-04-10 12:55:44    阅读次数:0
CTPN论文摘要
CTPN方法的主要贡献: 1.cast the problem of text detection into localizing a sequence of fine-scale text proposals. “We develop an anchor regression mechanism ...
分类:其他好文   时间:2021-04-08 14:01:45    阅读次数:0
基因表达式编程(Gene Expression Programming,GEP)
前言 该算法旨在在一组数据点中,用基因表达式编程的方法,根据基因遗传定律,物竞天择、优者生存,劣者淘汰的思想,不断进化种群,找出适宜度最高的染色体来模拟出数据点之间所存在的数学表达式关系。通常该算法用来解决符号回归问题:符号回归(Symbolic Regression)作为一种一种监督学习方法,试图 ...
分类:其他好文   时间:2021-04-08 13:48:32    阅读次数:0
线性回归和量化交易基础(下)
使用回归法选股, 和之前选取的因子是一样的 def regression_select(context,bar_dict): # 查询因子数据 q=query(fundamentals.eod_derivative_indicator.pe_ratio, fundamentals.eod_deriv ...
分类:其他好文   时间:2021-03-26 15:19:28    阅读次数:0
深度学习进度03(变量、api、案例:实现线性回归)
变量OP: 变量的特点: 创建变量: 修改变量的命名空间: API: 高级: 实现线性回归: 案例: 案例代码: def linear_regression(): """ 自实现一个线性回归 :return: """ with tf.compat.v1.variable_scope("prepare ...
分类:Windows程序   时间:2021-02-25 11:43:47    阅读次数:0
Spark2.2.0 MLlib
MLlib: Main Guide Basic statistics 基本统计 Pipelines 管道 Extracting, transforming and selecting features 特征提取、转换和选择 Classification and Regression 分类和回归 Cl ...
分类:其他好文   时间:2021-02-18 13:37:31    阅读次数:0
857条   1 2 3 4 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!