上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页
  2021年9月10日
摘要: https://arxiv.org/pdf/2109.00301.pdf 本文特点:无限长期记忆、任意长度上下文 本文进行了3个实验: (1)综合实验,长度4000、8000、16000,预测token排序的准确率 (2)语言建模,在Wikitext-103 ,LTM取150 Gaussian RB 阅读全文
posted @ 2021-09-10 11:26 宋岳庭 阅读(171) 评论(0) 推荐(0) 编辑
  2021年9月9日
摘要: 调用腾讯云API,进行声音到文字的转换 # -*- encoding: utf-8 -*- # 地址链接:https://cloud.tencent.com/document/product/1093/35731 # 调用腾讯云API的使用方法 # 以下分别是通过语音 URL和本地语音上传请求方式的 阅读全文
posted @ 2021-09-09 13:41 宋岳庭 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 以landscape主题为例 图片所在目录:hexo/themes/landscape/source/css/images/ 图片名称:banner.jpg 阅读全文
posted @ 2021-09-09 11:48 宋岳庭 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 使用next主题,支持公式编辑。 mathjax https://github.com/theme-next/hexo-theme-next 阅读全文
posted @ 2021-09-09 11:47 宋岳庭 阅读(123) 评论(0) 推荐(0) 编辑
  2021年8月25日
摘要: 安装 !pip install gensim 训练 from gensim.models import word2vec import logging # 主程序 logging.basicConfig(format='%(asctime)s : %(levelname)s : %(message) 阅读全文
posted @ 2021-08-25 17:06 宋岳庭 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 有道翻译API使用起来非常简单。给定参数,发送请求,即可拿到结果。 # -*- coding: utf-8 -*- # author: huihui # date: 2020/2/21 5:19 下午 import requests url = "http://fanyi.youdao.com/tr 阅读全文
posted @ 2021-08-25 16:59 宋岳庭 阅读(991) 评论(0) 推荐(0) 编辑
摘要: 例子1 from pyecharts import options as opts from pyecharts.charts import WordCloud words = [ ("火箭", 10000), ("勇士库里", 8888), ("在你写这个教程之前,我已经会用了", 6181), 阅读全文
posted @ 2021-08-25 16:48 宋岳庭 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 本文系简要笔记,作者李宏毅,原地址:https://www.youtube.com/watch?v=ugWDIIOHtPA&list=PLJV_el3uVTsOK_ZK5L0Iv_EQoL1JefRL4&index=61 1 背景 RNN ↑在seq2seq任务中,多使用RNN结构。 RNN可以是单 阅读全文
posted @ 2021-08-25 10:15 宋岳庭 阅读(150) 评论(0) 推荐(0) 编辑
  2021年7月28日
摘要: Extractive Summarization as Text Matching https://aclanthology.org/2020.acl-main.552.pdf https://github.com/maszhongming/MatchSum 阅读全文
posted @ 2021-07-28 10:03 宋岳庭 阅读(201) 评论(0) 推荐(0) 编辑
  2021年6月4日
摘要: Abstractive summarization has been studied using neural sequence transduction methods with datasets of large, paired document-summary examples. Howeve 阅读全文
posted @ 2021-06-04 15:13 宋岳庭 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页