上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: 1.Triplet https://www.jianshu.com/p/46c6f68264a1 http://lawlite.me/2018/10/16/Triplet-Loss%E5%8E%9F%E7%90%86%E5%8F%8A%E5%85%B6%E5%AE%9E%E7%8E%B0/ http 阅读全文
posted @ 2019-05-06 17:28 chease 阅读(647) 评论(0) 推荐(0)
摘要: import re text="山东省临沂市兰山区 市委大院中区21号楼4单元 276002 奥特曼1号 18254998111" # 匹配手机号 m=re.findall(r"1\d{10}",text) if m: print(m) # 匹配电话号 pattern = re.compile(r" 阅读全文
posted @ 2019-04-17 14:57 chease 阅读(755) 评论(0) 推荐(0)
摘要: https://www.leiphone.com/news/201706/ty7H504cn7l6EVLd.html https://www.msra.cn/zh-cn/news/features/gan-20170511 1、 判别模型 目的:判别出来属于的一张图是来自真实样本集还是假样本集。假如 阅读全文
posted @ 2019-04-08 17:46 chease 阅读(176) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/shujuelin/article/details/79340373 希腊字母:https://blog.csdn.net/xxzhangx/article/details/52778539 阅读全文
posted @ 2019-03-25 13:07 chease 阅读(148) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/liyajuan521/article/details/44565269 在机器学习中,通常会遇到期望风险、经验风险和结构风险这三个概念,一直不知道这三个概念之间的具体区别和联系,今天来梳理一下,要区分这三个概念,首先要引入一个损失函数的概念。损失函 阅读全文
posted @ 2019-03-25 13:01 chease 阅读(7532) 评论(0) 推荐(0)
摘要: 参考: http://www.cnblogs.com/maybe2030/p/9231231.html https://blog.csdn.net/wsj998689aa/article/details/39547771 https://charlesliuyx.github.io/2017/10/ 阅读全文
posted @ 2019-03-21 17:56 chease 阅读(8792) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-19 18:13 chease 阅读(2) 评论(0) 推荐(0)
摘要: 参考转载:https://cloud.tencent.com/developer/article/1009979https://blog.csdn.net/qq_27825451/article/details/105866464 tensorflow模型的格式通常支持多种,主要有CheckPoin 阅读全文
posted @ 2019-03-19 18:03 chease 阅读(7225) 评论(0) 推荐(1)
摘要: 参考资料 【搜狗语义匹配技术前沿】https://www.jiqizhixin.com/articles/2018-10-25-16?from=synced&keyword=%E6%90%9C%E7%8B%97%E8%AF%AD%E4%B9%89%E5%8C%B9%E9%85%8D 阅读全文
posted @ 2019-03-11 10:17 chease 阅读(1054) 评论(0) 推荐(0)
摘要: 参考资料: 【ERT大火却不懂Transformer?读这一篇就够了】 https://zhuanlan.zhihu.com/p/54356280 (中文版) http://jalammar.github.io/illustrated-transformer/ (谷歌AI博客 英文版) https: 阅读全文
posted @ 2019-03-11 10:11 chease 阅读(265) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页