众所周知,数据科学是这几年才火起来的概念,而应运而生的数据科学家(data scientist)明显缺乏清晰的录取标准和工作内容。此次课程以《星际争霸II》回放文件分析为例,集中在IBM Cloud相关数据分析服务的应用。面对星际游戏爱好者希望提升技能的要求,我们使用IBM Data Science ...
分类:
其他好文 时间:
2018-01-02 01:25:10
阅读次数:
227
一、what is red-black tree A red–black tree is a kind of self-balancing binary search tree in computer science. Each node of the binary tree has an extr ...
分类:
其他好文 时间:
2017-12-31 12:56:54
阅读次数:
242
https://arimo.com/data-science/2016/bayesian-optimization-hyperparameter-tuning/ 贝叶斯优化:使用高斯过程作为代理函数,并且通常优化提升幅度的期望Expected Improvement(新试验相对当前最好观测的提升的期 ...
分类:
其他好文 时间:
2017-12-17 22:15:08
阅读次数:
175
Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RSA Data ...
分类:
编程语言 时间:
2017-12-15 18:17:37
阅读次数:
230
Bob写文章时喜欢将英文字母的大小写混用,例如Computer Science经常被他写成coMpUtEr scIeNce,这让他的英文老师十分苦恼,现在请你帮Bob的英文老师写一个程序能够将Bob的文章中的英文字母全部变成小写的。 Input 输入数据由多组数据组成。每组数据只有一行,表示Bob写 ...
分类:
其他好文 时间:
2017-12-10 23:04:13
阅读次数:
217
主机文件: 《chapter3.docx》 ...
分类:
其他好文 时间:
2017-12-08 22:59:30
阅读次数:
137
1. Psychology 来自拉丁语,原意是“the study of the soul”, 目前可以定义为“the science of behavior and mental process” 2. 心理学主要流派(schools)包括Structuralism, Functionalism, ...
分类:
其他好文 时间:
2017-12-05 15:26:29
阅读次数:
128
本文翻译整理自Pandas Cheat Sheet - Python for Data Science,结合K-Lab的工具属性,添加了具体的内容将速查清单里面的代码实践了一遍。 速查表内容概要 点击右上角的Fork按钮上手实践,即可点击标题实现内容跳转 [缩写解释 & 库的导入] [数据的导入] ...
分类:
其他好文 时间:
2017-12-03 14:41:30
阅读次数:
723
ESTIMATED TIME TO COMPLETE: 18 minutes We can use the idea of bisection search to determine if a character is in a string, so long as the string is so ...
分类:
编程语言 时间:
2017-12-01 23:40:30
阅读次数:
278
定义 In computer science, binary search, also known as half interval search, logarithmic search, or binary chop, is a search algorithm that finds the po ...
分类:
其他好文 时间:
2017-11-26 21:55:17
阅读次数:
107