06 2017 档案

摘要://: Playground - noun: a place where people can play import UIKit var str = "Hello, playground" //-------------------- 类和属性 -------------------- class Role{ //成员属性 var id = "" v... 阅读全文
posted @ 2017-06-15 17:12 MalcolmFeng 阅读(191) 评论(0) 推荐(0) 编辑
摘要://: Playground - noun: a place where people can play import UIKit //---------------------- Hello world ---------------------- var str = "Hello, playground" print("Hello world and " + str) print("... 阅读全文
posted @ 2017-06-14 15:48 MalcolmFeng 阅读(225) 评论(0) 推荐(0) 编辑
摘要:MNIST机器学习的原理: 通过一次次的 输入某张图片的像素值(用784维向量表示)以及这张图片对应的数字(用10维向量表示比如数字1用[0,1,0,0,0,0,0,0,0,0]表示),来优化10*784个W和10个b参数(通过交叉熵评估建立的模型)。 阅读全文
posted @ 2017-06-07 16:19 MalcolmFeng 阅读(171) 评论(0) 推荐(0) 编辑
摘要:一、术语和概念的对比 primary key Specify any unique column or column combination as primary key. primary key In MongoDB, the primary key is automatically set to 阅读全文
posted @ 2017-06-03 15:46 MalcolmFeng 阅读(1852) 评论(0) 推荐(0) 编辑
摘要:数据如下: 一、shell操作delete语句 二、python操作delete语句 三、java操作delete语句 阅读全文
posted @ 2017-06-01 15:51 MalcolmFeng 阅读(3151) 评论(1) 推荐(0) 编辑
摘要:数据如下: 一、shell执行update语句 二、python操作update语句 三、Java操纵update语句 阅读全文
posted @ 2017-06-01 15:38 MalcolmFeng 阅读(848) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示