Practical Lessons From Predicting Clicks on Ads at Facebook 该篇文章为Facebook在2014年发表的关于利用GBDT和LR组合算法提高CTR(Click Through Rate)准确度的论文。 背景 CTR是指推送给某个顾客的商品是否 ...
分类:
其他好文 时间:
2019-07-02 12:15:15
阅读次数:
174
操作系统: CentOS 6.9 脚本语言: shell https://github.com/iscongyang/Practical/blob/master/shell-scripts/install_tengine.sh 此链接是自动化安装NGINX的淘宝封装的tengine的shell脚本 ...
分类:
系统相关 时间:
2019-06-07 19:16:06
阅读次数:
139
STATISTICAL LABORATORYPractical 6: Assessed courseworkST104Term 3, 2019Important InformationThis practical session is assessed. The deadline for submi ...
分类:
其他好文 时间:
2019-05-06 19:02:16
阅读次数:
154
面向单词的移动 定义: Vim 提供了面向单词的动作命令,用于将光标正向/反向移动一个单词; 如果你需要记的话,可以把它们想做 "forward"及 "backword" . 查找命令的移动 f{char} 命令 f{char} 为查找单个字符的命令,常用的核心命令如下: \target <CR>命 ...
分类:
移动开发 时间:
2019-04-09 18:57:12
阅读次数:
166
Practical 1: HTTP Web Proxy Server Programming PracticalDue Mar 29 by 17:00 Points 24Adapted from Kurose & Ross - Computer Networking: a top-down appr ...
分类:
Web程序 时间:
2019-03-17 19:55:26
阅读次数:
138
网盘下载地址:Python编程快速上手 让繁琐工作自动化 PDF下载 – 易分享电子书PDF资源网 作者: Albert Sweigart 出版社: 人民邮电出版社 副标题: 让繁琐工作自动化 原作名: Automate the Boring Stuff with Python: Practical ...
分类:
编程语言 时间:
2019-03-02 23:51:57
阅读次数:
465
这篇教程分为两部分,第一部分用例子解释基础概念,第二部分构建逻辑回归模型。 Part-1: TensorFlow基础 TensorFlow是一个数据流经过的图,数据表示为n维向量,图由数据和操作组成。 节点:数学操作 边:数据 TensorFlow跟其他编程语言不同之处在于不论你想创建什么都必须先创 ...
分类:
其他好文 时间:
2019-02-20 13:20:51
阅读次数:
168
Perl简介 Perl 是 Practical Extraction and Report Language 的缩写,可翻译为 "实用报表提取语言"。 Perl 是高级、通用、直译式、动态的程序语言。 Perl 最初的设计者为拉里·沃尔(Larry Wall),于1987年12月18日发表。 Per ...
分类:
其他好文 时间:
2019-02-13 13:03:15
阅读次数:
194
Asynchronous Code in Node 历史上,Node开发者只能用回调和事件emitters。 现在可以使用一些异步的语法: async module Promises Async/await funcitons ...
分类:
Web程序 时间:
2019-02-04 10:24:50
阅读次数:
205
300583 Web Systems DevelopmentPRACTICAL SET 3 DUE: 8PM 25 JAN 2019In this Practical Set, you will implement a roughly full-fledged website for the "Go ...
分类:
Web程序 时间:
2019-01-29 20:48:22
阅读次数:
137