摘要: question: You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 阅读全文
posted @ 2016-09-26 16:58 qicaide 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Basic notations input: x∈χ (customer application) output: y∈y (good/bad after approving credit card) target function (unknown pattern to be learned) : 阅读全文
posted @ 2016-09-26 09:11 qicaide 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 适用情况: 1 exists some 'underlying pattern' to be learned --so 'performance measure' can be imporoved 例:小孩哭泣,没有内在模式 2 but no programmable(easy) definitio 阅读全文
posted @ 2016-09-26 08:18 qicaide 阅读(160) 评论(0) 推荐(0) 编辑
摘要: my answer: 出错点:new_list[s] = list_s[u-1-s] 这样会出错, 重点:(1) map(str, s) 函数的使用,例:ls = [1,2,3]rs = map(str, ls)#打印结果 ['1', '2', '3'] (2) 字符串连接方法 例: 引用来自:ht 阅读全文
posted @ 2016-09-24 11:12 qicaide 阅读(136) 评论(0) 推荐(0) 编辑
摘要: my answer: ​​​​出现的问题:倒数第二行and i !=s这种情况没有考虑进去,以后要思考全面些 阅读全文
posted @ 2016-09-24 10:48 qicaide 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1 属性的不同类型 分类或定性 (1)相异性 =和≠ 标称 如:性别,员工ID (2)序 < > ≦ ≧ 序数 如:好,较好,最好;街道号码 定量或数值 (3)加法 +和- 区间 如:日期;温度 (4)乘法 *和/ 比率 如:货币量;计数;年龄 2 用值得个数描述属性 (1)离散的 (2)连续的 3 阅读全文
posted @ 2016-09-23 21:36 qicaide 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Standard Ipython keyboard shortcut • Ctrl -C interrupt currently-executing code • Ctrl- U Discard all text on current line • Ctrl- L Clear screen 阅读全文
posted @ 2016-09-22 19:41 qicaide 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 我希望我能每天都能记录我学习到的基础知识,好好加油! 阅读全文
posted @ 2016-09-22 19:29 qicaide 阅读(79) 评论(0) 推荐(0) 编辑