上一页 1 ··· 150 151 152 153 154 155 156 157 158 ··· 273 下一页
摘要: from sklearn.ensemble import RandomForestClassifier import matplotlib.pyplot as plt selected_feat_names=set() for i in range(10): #这里我们进行十次循环取交集 tmp = 阅读全文
posted @ 2018-05-24 17:04 bonelee 阅读(4295) 评论(0) 推荐(0)
摘要: MLP 64,2 preprocessing.MinMaxScaler().fit(X) test confusion_matrix:[[129293 2734] [ 958 23375]] precision recall f1-score support 0 0.99 0.98 0.99 132 阅读全文
posted @ 2018-05-24 11:38 bonelee 阅读(2979) 评论(0) 推荐(0)
摘要: demo代码: extend data 表示待预测的数据 关于mic: 阅读全文
posted @ 2018-05-24 10:05 bonelee 阅读(1728) 评论(2) 推荐(0)
摘要: 2015年02月04日 15:56:32 阅读数:1464 2015年02月04日 15:56:32 阅读数:1464 阅读数:1464 TCP 和 UDP 都使用相同的网络层 IP,但是与 UDP 不同的是,TCP 是面向连接的、可靠的字节流协议。因此,在传输数据之前通信双方必须建立一个 TCP 阅读全文
posted @ 2018-05-23 15:46 bonelee 阅读(14711) 评论(0) 推荐(1)
摘要: X, y = get_feature_charseq() #max_document_length=64 volcab_file = "volcab.pkl" assert os.path.exists(volcab_file) pkl_file = open(volcab_file, 'rb') ... 阅读全文
posted @ 2018-05-23 09:47 bonelee 阅读(626) 评论(0) 推荐(0)
摘要: Given two non-empty binary trees s and t, check whether tree t has exactly the same structure and node values with a subtree of s. A subtree of s is a 阅读全文
posted @ 2018-05-22 23:29 bonelee 阅读(431) 评论(0) 推荐(0)
摘要: 英特尔® Software Guard Extensions 教程系列:第一部分,英特尔® SGX 基础 from:https://software.intel.com/zh-cn/articles/intel-software-guard-extensions-tutorial-part-1-fo 阅读全文
posted @ 2018-05-22 12:14 bonelee 阅读(1493) 评论(0) 推荐(0)
摘要: 英特尔® Software Guard Extensions 教程系列:第一部分,英特尔® SGX 基础 from:https://software.intel.com/zh-cn/articles/intel-software-guard-extensions-tutorial-part-1-fo 阅读全文
posted @ 2018-05-22 12:14 bonelee 阅读(7903) 评论(0) 推荐(0)
摘要: 一、TEE(Trusted Execution Environment) 一、TEE(Trusted Execution Environment) 1 A look back 1)2009 OMTP(Open Mobile Terminal Platform),首次定义了TEE:“一组软硬件组件,可 阅读全文
posted @ 2018-05-21 20:50 bonelee 阅读(5159) 评论(0) 推荐(0)
摘要: 我是看 https://zhuanlan.zhihu.com/p/26441212 这个文章知道trustzone自身会存储秘钥,这个秘钥可以来自用户指纹,也可以来自云端下发的key。 Truztzone和已有trust computing比如TPM技术的区别。 trustzone并没有打算取代TP 阅读全文
posted @ 2018-05-21 20:44 bonelee 阅读(4241) 评论(1) 推荐(0)
上一页 1 ··· 150 151 152 153 154 155 156 157 158 ··· 273 下一页