99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
首頁精彩閱讀大數(shù)據(jù)時代,海量數(shù)據(jù)的所有權(quán)和挖掘權(quán)屬于誰
大數(shù)據(jù)時代,海量數(shù)據(jù)的所有權(quán)和挖掘權(quán)屬于誰
2015-01-14
收藏

大數(shù)據(jù)時代,海量數(shù)據(jù)的所有權(quán)和挖掘權(quán)屬于誰


大數(shù)據(jù)時代海量數(shù)據(jù)的所有權(quán)和挖掘權(quán)問題,這個數(shù)據(jù)的歸屬到底是屬于誰?比如社交網(wǎng)站大量的用戶數(shù)據(jù)以及用戶行為數(shù)據(jù),這個數(shù)據(jù)是屬于用戶還是平臺?同時這些數(shù)據(jù)的分析和挖掘權(quán)又是屬于誰?


  數(shù)據(jù),如果看作一個整體,其所有權(quán)毫無疑問是屬于用戶的,也就是數(shù)據(jù)的提供者。比如,一個公司收集的數(shù)據(jù)是用戶的相貌特征,承認數(shù)據(jù)所有權(quán)屬于公司便是在侵犯用戶的肖像權(quán)。簡單地說,現(xiàn)在有價值的數(shù)據(jù),如消費習(xí)慣,喜好的消費地點和時間,都可以引申的被認為是用戶的人格,即是不可分割的屬于用戶。同時,收集用戶數(shù)據(jù)的機構(gòu)與用戶達成了直接合同,以服務(wù)或其它利益,在合約規(guī)定的范圍內(nèi)獲取用戶提供的獨特數(shù)據(jù),平臺因此便獲得了挖掘開發(fā)此類數(shù)據(jù)的權(quán)力。而因分析所得的任何成果,直觀的來講都是屬于平臺的。


  可是,數(shù)據(jù)并不是一個不可分割的整體,平臺以某種方式對數(shù)據(jù)的完整性進行了切割和初步分析,這時的數(shù)據(jù)1失去了特定的人格,2獲得了平臺知識產(chǎn)權(quán)的屬性(因原始數(shù)據(jù)并非知識產(chǎn)物,可以被看作原始生產(chǎn)材料),便又成了可以自由交易的了。

  實際上來看,我們是根本無法判斷數(shù)據(jù)是否負有人格,是否完整原始的。比如,將性別變成1,2,將年齡變?yōu)榉纸M數(shù)據(jù),將身高四舍五入等等都是最常用的統(tǒng)計初步分析準(zhǔn)備技巧,經(jīng)過這樣直觀的分析數(shù)據(jù)還原始嗎?


  于是我認為,用戶對數(shù)據(jù)的所有權(quán)是不完整的,合理的看法可以時:用戶將一部分個人的權(quán)力轉(zhuǎn)移到了用戶群這個整體。根據(jù)這個定義,用戶群(fully informed)及用戶一起行使所有權(quán)并將數(shù)據(jù)的部分挖掘權(quán)授權(quán)于平臺,當(dāng)平臺需要將挖掘權(quán)及利益轉(zhuǎn)讓于第三方時,則必須通過一個合理可行的程序取得用戶群作為一個整體的許可(如公開合作內(nèi)容),而不再需要尋求每一個用戶的許可。

數(shù)據(jù)分析咨詢請掃描二維碼

若不方便掃碼,搜微信號:CDAshujufenxi

數(shù)據(jù)分析師資訊
更多

OK
客服在線
立即咨詢
客服在線
立即咨詢
') } function initGt() { var handler = function (captchaObj) { captchaObj.appendTo('#captcha'); captchaObj.onReady(function () { $("#wait").hide(); }).onSuccess(function(){ $('.getcheckcode').removeClass('dis'); $('.getcheckcode').trigger('click'); }); window.captchaObj = captchaObj; }; $('#captcha').show(); $.ajax({ url: "/login/gtstart?t=" + (new Date()).getTime(), // 加隨機數(shù)防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調(diào)用 initGeetest 進行初始化 // 參數(shù)1:配置參數(shù) // 參數(shù)2:回調(diào),回調(diào)的第一個參數(shù)驗證碼對象,之后可以使用它調(diào)用相應(yīng)的接口 initGeetest({ // 以下 4 個配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺檢測極驗服務(wù)器是否宕機 new_captcha: data.new_captcha, // 用于宕機時表示是新驗證碼的宕機 product: "float", // 產(chǎn)品形式,包括:float,popup width: "280px", https: true // 更多配置參數(shù)說明請參見:http://docs.geetest.com/install/client/web-front/ }, handler); } }); } function codeCutdown() { if(_wait == 0){ //倒計時完成 $(".getcheckcode").removeClass('dis').html("重新獲取"); }else{ $(".getcheckcode").addClass('dis').html("重新獲取("+_wait+"s)"); _wait--; setTimeout(function () { codeCutdown(); },1000); } } function inputValidate(ele,telInput) { var oInput = ele; var inputVal = oInput.val(); var oType = ele.attr('data-type'); var oEtag = $('#etag').val(); var oErr = oInput.closest('.form_box').next('.err_txt'); var empTxt = '請輸入'+oInput.attr('placeholder')+'!'; var errTxt = '請輸入正確的'+oInput.attr('placeholder')+'!'; var pattern; if(inputVal==""){ if(!telInput){ errFun(oErr,empTxt); } return false; }else { switch (oType){ case 'login_mobile': pattern = /^1[3456789]\d{9}$/; if(inputVal.length==11) { $.ajax({ url: '/login/checkmobile', type: "post", dataType: "json", data: { mobile: inputVal, etag: oEtag, page_ur: window.location.href, page_referer: document.referrer }, success: function (data) { } }); } break; case 'login_yzm': pattern = /^\d{6}$/; break; } if(oType=='login_mobile'){ } if(!!validateFun(pattern,inputVal)){ errFun(oErr,'') if(telInput){ $('.getcheckcode').removeClass('dis'); } }else { if(!telInput) { errFun(oErr, errTxt); }else { $('.getcheckcode').addClass('dis'); } return false; } } return true; } function errFun(obj,msg) { obj.html(msg); if(msg==''){ $('.login_submit').removeClass('dis'); }else { $('.login_submit').addClass('dis'); } } function validateFun(pat,val) { return pat.test(val); }