找回密码

碧海潮声大学生网

查看: 1180|回复: 0
打印 上一主题 下一主题

[招聘] 招会编程的,150元,计算机专业的看过来

[复制链接]
跳转到指定楼层
1#
发表于 2015-3-9 18:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Hello,

we are searching for a statistical programmer able to translate Matlab-
into R-Code.

The code looks like this:

% Calibration by means of Platt Scaling
classdef CalibratorPlatt<Calibrator

     methods

         % Constructor
         function C = CalibratorPlatt(varargin)
             C = C@Calibrator(varargin{:});
         end

         % Employ a trained calibration model to transform scores (i.e.
         % uncalibrated, continuous class predictions)
         function phat = Calibrate(C, decision_values, model, varargin)

             % Select calibration model to use
             if nargin ==2, model = C.Model; end

             % Compute probability estimates (assuming the LibSVM
             % implementation of Platt Scaling)
             fApB = decision_values*model(1)+model(2);
             phat = zeros(length(decision_values),1);
             idx = fApB>=0;
             phat(idx) = exp(-fApB(idx))./(1+exp(-fApB(idx)));
             phat(~idx) = 1./(1+exp(fApB(~idx)));
         end

         % Construct a calibration model from training data
         function cmodel = BuildModel(C, scores, y)

             [a b]= C.PlattScale(scores, y);
             cmodel = [a b];
         end

We pay 150 RMB and the opportunity for much more projects.
联系方式 681497或者邮箱wjjsummer@163.com

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 顶 踩
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋| 碧海潮声大学生网  

Copyright © 2001-2013 Comsenz Inc.   All Rights Reserved.

Powered by Discuz! X3.2( 浙ICP备11026473号 )

快速回复 返回顶部 返回列表