16、基因选择方法:从微阵列数据到时间序列数据的探索

基因选择方法:从微阵列数据到时间序列数据的探索

1. 集成逻辑回归特征选择算法

在处理高维数据的特征选择问题时,集成逻辑回归(Ensemble Logistic Regression,ELR)是一种有效的方法。下面是ELR算法的详细介绍:

Algorithm 1. Ensemble Logistic Regression with Feature Resampling
Algorithm elr
Input: A learning sample X ∈Rn×p and class labels y ∈{−1, 1}n
Input: A regularization parameter λ for estimating a l2-LR model (3)
Output: A vector prob ∈[0, 1]p of feature relevance
Initialize prob according to a t-test ranking
BCR ←0.5
// Default initialization of the average BCR
repeat
    Randomly split X into training (80%) and validation (20%)
    Draw n out of p features at random according to prob
    (w, v) ←a l2-LR model M learned on training restricted to n features
    Compute BCR of M on validation
    quality
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值