搜索资源列表
orensemble
- The program implements three large-margin thresholded ensemble algorithms for ordinal regression. It includes an improved RankBoost algorithm, the ORBoost-LR algorithm, and the ORBoost-All algorithm.
libsvm-2.89
- 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
IntelligentTacticalFlight
- &基于贝叶斯网络和模糊推理 技术A实现了战场威胁级别及其相对重要性程度的综合评估&利用模型预测控制的滚动优化和在线校正原理A实现了 飞机在线飞行路径规划&建立了路径规划代价函数中加权因子的智能化分配方法A进而实现了威胁评估与路径规划 之间的集成A使得路径规划系统能够自适应战场态势的动态变化.-koorow&E}8k w$lrm}nz$pkzz8zzn8omp$lm}l8km 8y8 ko|l8 kmry8rnj$lmkos8kl88zmk9 rz}8|9kz8|$ouk{8zrko
CNNs
- lr.py是用python实现了逻辑回归的源代码,并附带有注释。mlp.py是用python实现了多层感知机的源代码,并附带有注释。LeNetConvPoolLayer.py是用python实现了LeNet网络,并附带有注释。该文件需要引用mlp.py。-lr.py is python source code achieving a logistic regression , along with comments. mlp.py realized MLP by python, along wi
LR_87
- LR算法 步长不定、迭代1000次,验证机上跑出来准确率有87 -LR algorithm step uncertain, iteration 1000, verify the accuracy of the machine has run out 87
avazu-CTR-Prediction-LR
- CTR Linear Regression prediction
经典回归(LR)算法
- 经典的回归算法,可以解决大多数的的简单分类问题,速度快,代码规范。