上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 107 下一页
摘要: 转自:https://www.infoq.cn/article/sliced-recurrent-neural-networks 1.门控循环单元 GRU GRU 由 reset gate r 和 update gate z 组成。Reset gate 决定有多少之前的记忆需要和新的输入结合,而 u 阅读全文
posted @ 2019-04-06 20:03 lypbendlf 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 1.边缘检测示例 *表示卷积操作,标准表示。使用3*3的过滤器对其进行卷积,将3*3的覆盖在左侧上,并将运算结果相加;第二步将窗口向右移动一个单位,进行计算...横向之后再将窗格下移一个,进行循环.. 那么为什么能检测出呢? 对于左边的6*6的图像,要检测出中间的垂直部分。进行卷积运算之后,得到右边 阅读全文
posted @ 2019-04-04 21:44 lypbendlf 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 1.RNN为什么能够记忆历史信息?RNN记忆特征。 2.LSTM为什么能够长期记忆? 3.CRF和LSTM模型在序列标注上的优劣?【知乎】 阅读全文
posted @ 2019-04-04 20:31 lypbendlf 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u010496169/article/details/70045895 u/U:表示unicode字符串 不是仅仅是针对中文, 可以针对任何的字符串,代表是对字符串进行unicode编码。 一般英文字符在使用各种编码下, 基本都可以正常解析, 所以一 阅读全文
posted @ 2019-04-04 19:26 lypbendlf 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/weixin_39449570/article/details/78619196 1.新数组的shape属性应该要与原来数组的一致,即新数组元素数量与原数组元素数量要相等。一个参数为-1时,那么reshape函数会根据另一个参数的维度计算出数组的另外 阅读全文
posted @ 2019-04-04 15:02 lypbendlf 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 1.转自:https://blog.csdn.net/jasonfqw/article/details/72974187 方法不错的,比较简单。 2.python2和python3共存时使用哪个pip? 转自:https://blog.csdn.net/Mr_Cat123/article/detai 阅读全文
posted @ 2019-04-04 09:31 lypbendlf 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.crifan.com/python_re_sub_detailed_introduction/ //这个网址讲的不错。 1.re.sub的功能 re是regular expression的缩写,表示正则表达式 sub是substitute的缩写,表示替换; re.sub 阅读全文
posted @ 2019-04-03 14:01 lypbendlf 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1.报错:install-record.txt --single-version-externally-managed --compile" failed with error code 1 https://github.com/FPGAwars/apio/issues/144 //一开始我的set 阅读全文
posted @ 2019-04-03 11:07 lypbendlf 阅读(1323) 评论(0) 推荐(0) 编辑
摘要: 1.Biomedical natural language processing 提供的资源包括: Word vectors Word vectors were induced from PubMed and PMC texts and their combination using the wor 阅读全文
posted @ 2019-04-02 21:25 lypbendlf 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u010041824/article/details/78391683 1.打开带有中文的pkl文件或者其他字符的文件不能用默认的ascii格式打开,需要指定编码格式: 如果是没有中文,那就不用设定编码格式 阅读全文
posted @ 2019-04-02 08:33 lypbendlf 阅读(1152) 评论(0) 推荐(0) 编辑
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 107 下一页