2016-10-18 ML SDE, ML Scientist 1. Amazon seller上传产品的时候需要给category; 如何根据product name, description, brand, 等信息recommend合适的category以及相关的sub-category 2. ...
分类:
其他好文 时间:
2018-11-10 10:43:44
阅读次数:
190
1.现将mysql停服 2.将文件拷贝到指定目录cp ./sales_trade_2.ibd /db/data/mysql/data_warehouse/sales_trade_2.ibd 3.检查新旧文件大小是否一致 4.删除旧文件rm -rf ./sales_trade_2.ibd 5.创建软连 ...
分类:
数据库 时间:
2018-11-09 11:26:12
阅读次数:
147
python读取配置文件的方法: 1. 引入库 python2.x python3.x 区别:python2.x每个单词开头都是大写,python3.x都是小写 2. 打开文件 python2.x python3.x 3. 读取信息 读取信息通过get系列函数: 参数1是节(section); 参数 ...
分类:
编程语言 时间:
2018-10-05 21:02:53
阅读次数:
190
Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean ...
分类:
其他好文 时间:
2018-09-28 10:59:06
阅读次数:
127
http://acm.hdu.edu.cn/showproblem.php?pid=1009 Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the w ...
分类:
其他好文 时间:
2018-09-25 10:45:57
阅读次数:
110
FatMouse' Trade Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 95182 Accepted Submission(s): 331 ...
分类:
其他好文 时间:
2018-09-23 15:06:04
阅读次数:
184
HTML(HyperText Mackeup Language):,超文本标记语言,是结构,制作网页 CSS:是衣服,用来美化网页 JS:是动作,让网页动起来的. HTML:超文本标记语言 html除了语义什么都没有 结构: 声明部分,告诉浏览器,页面制作是使用的哪个标准.(文档第一行)<!DOCT ...
分类:
其他好文 时间:
2018-09-14 18:20:31
阅读次数:
196
count(*)返回的是Long类型,Sum(Double类型)返回Double类型, sum(case when ct.tradeTotal >= ? then ct.1 else 0 end) 返回Long类型。 sum(case when ct.tradeTotal >= 0 then 1 e ...
分类:
其他好文 时间:
2018-09-01 12:27:22
阅读次数:
214
六、验证数据集与交叉验证 七、偏差方差平衡 偏差方差权衡 Bias Variance Trade off 偏差 Bias 导致偏差的主要原因: 对问题本身的假设不正确! 如:非线性数据使用线性回归 欠拟合 underfitting 方差 Variance 数据的一点点扰动都会较大的影响模型 通常原因 ...
分类:
其他好文 时间:
2018-08-31 17:20:16
阅读次数:
355