上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 参考: https://blog.csdn.net/jyli2_11/article/details/73331126 https://blog.csdn.net/cfarmerreally/article/details/80321276 http://www.cnblogs.com/darkkn 阅读全文
posted @ 2018-08-14 12:55 chease 阅读(32562) 评论(2) 推荐(3)
摘要: 转自: https://www.leiphone.com/news/201703/3qMp45aQtbxTdzmK.htmla https://blog.csdn.net/shuzfan/article/details/51338178 [原理推导] 背景 深度学习模型训练的过程本质是对weight 阅读全文
posted @ 2018-08-13 17:51 chease 阅读(1126) 评论(0) 推荐(0)
摘要: 1、tqdm 安装 pip install tqdm 使用时可能会报缺少stopwords、punkt错,原因是缺失相应文件,下载即可: 阅读全文
posted @ 2018-08-06 17:37 chease 阅读(1127) 评论(0) 推荐(0)
摘要: 转自: https://blog.csdn.net/dengwubin450/article/details/57980514 1.浅拷贝(copy),深拷贝 1.1 浅拷贝 2.深拷贝 阅读全文
posted @ 2018-07-30 13:39 chease 阅读(1165) 评论(0) 推荐(0)
摘要: 该文章为转载;原文地址为:https://www.cnblogs.com/zuizui1204/p/6422939.html https://www.runoob.com/python/python-func-sorted.html 1、sort 与 sorted 区别: sort 是应用在 lis 阅读全文
posted @ 2018-07-30 13:36 chease 阅读(410) 评论(0) 推荐(0)
摘要: 转自 https://blog.csdn.net/lanchunhui/article/details/62417519 转自 https://stackoverflow.com/questions/37023557/what-does-version-name-cp27-or-cp35-mean- 阅读全文
posted @ 2018-07-25 19:46 chease 阅读(946) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/kunlong0909/article/details/16805889 Table of Contents 1 前言 2 LTR流程 3 训练数据的获取4 特征抽取 3.1 人工标注 3.2 搜索日志 3.3 公共数据集 5 模型训练 5.1 训练方法 阅读全文
posted @ 2018-07-19 11:44 chease 阅读(1603) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/BinbinChen/p/3416972.html 生存分析,维基上的解释是: 生存分析(Survival analysis)是指根据试验或调查得到的数据对生物或人的生存时间进行分析和推断,研究生存时间和结局与众多影响因素间关系及其程度大小的方法,也称 阅读全文
posted @ 2018-07-03 11:32 chease 阅读(18848) 评论(0) 推荐(0)
摘要: 1、模型保存 模型保存需要使用函数 tf.train.Saver(), a)创建saver时,可以指定需要存储的tensor,如果没有指定,则全部保存。 b) 创建saver时,可以指定保存的模型个数,利用max_to_keep=4,则最终会保存4个模型。 c) saver.save()函数里面可以 阅读全文
posted @ 2018-07-02 20:00 chease 阅读(209) 评论(0) 推荐(0)
摘要: 参考: https://www.cnblogs.com/ceshi2016/p/7381478.html http://www.cnblogs.com/goody9807/p/4244862.html https://www.cnblogs.com/DreamDrive/p/5778959.html 阅读全文
posted @ 2018-06-15 17:09 chease 阅读(2188) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页