2020年2月6日
摘要: https://img2018.cnblogs.com/blog/1761971/202002/1761971 20200204165725251 1201203129.png 1 追寻天才 只有最优秀的人身后才会聚集优秀的人。 学校只能培养人才,不能培养天才。 2 天外有天 李开复:工业社会中,工 阅读全文
posted @ 2020-02-06 15:14 宋岳庭 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 本文系论文阅读笔记 原始论文:https://arxiv.org/abs/1508.01585 题目和作者 Applying Deep Learning to Answer Selection: A Study and An Open Task 应用深度学习进行答案选择:一项研究和一个开放任务 Fe 阅读全文
posted @ 2020-02-06 15:08 宋岳庭 阅读(513) 评论(0) 推荐(0) 编辑
  2020年2月5日
摘要: 仓库地址:https://github.com/l11x0m7/InsuranceQA_zh Convolutional Neural Network for Chinese InsuranceQA Corpus with TensorFlow, implementation of paper "" 阅读全文
posted @ 2020-02-05 20:42 宋岳庭 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 数据概览 ''' pool data are translated Chinese data with Google API from original English data ''' POOL_TEST_DATA = os.path.join(curdir, 'pool', 'test.json 阅读全文
posted @ 2020-02-05 13:10 宋岳庭 阅读(716) 评论(0) 推荐(0) 编辑
摘要: BERT模型完成问答任务的时候,需要数据格式为SQuAD形式。 有2个版本,1.1和2.0 阅读全文
posted @ 2020-02-05 10:34 宋岳庭 阅读(1354) 评论(0) 推荐(1) 编辑
  2020年2月4日
摘要: 将自然语言转为sql语句,达到对话查询报表的效果。 参考资料 参考1 https://mp.weixin.qq.com/s/i7WAFjQHK1NGVACR8x3v0A 语义解析。SQL查询生成与语义解析相关。基于WikiSQL数据集的模型将自然语言问题转化成结构化的SQL查询,以便用户可以使用自然 阅读全文
posted @ 2020-02-04 09:53 宋岳庭 阅读(872) 评论(0) 推荐(0) 编辑
  2020年2月3日
摘要: 参考https://github.com/chatopera/clause py demo 前提:安装完毕 Docker、Docker Compose 和 Python3.x 我使用了sudo 创新python环境,并使用 等待,这样服务就运行起来了。 注意: 1. bot.py 是一个示例程序 2 阅读全文
posted @ 2020-02-03 11:01 宋岳庭 阅读(391) 评论(2) 推荐(0) 编辑
  2020年2月2日
摘要: 2019-10-16 14:46:06 仅供学习使用 aijiaoai 人工智能主要应用 1. 图像识别 识别图片中的内容、对象。 KNN 卷积神经网络 2. 情感分析 分析文本中包含的 文本,是正面的、负面的、中性的。 文本的表示:词向量、TFIDF 文本预处理、清洗 分类算法,逻辑回归、决策树、 阅读全文
posted @ 2020-02-02 20:19 宋岳庭 阅读(401) 评论(0) 推荐(0) 编辑
  2020年2月1日
摘要: ```# -*- coding: utf-8 -*-# author: huihui# date: 2020/1/31 7:58 下午 '''根据语料训练词向量,并保存向量文件'''import osimport sysimport gensimos.reload(sys)sys.setdefaultencoding('utf-8')# 需要提前分词input_file = "corp_seg.t... 阅读全文
posted @ 2020-02-01 11:06 宋岳庭 阅读(1668) 评论(0) 推荐(0) 编辑
  2020年1月31日
摘要: 整理了NLP领域的比赛、数据集、模型 |比赛|网站|主办方(作者)| | | | | |decaNLP|http://decanlp.com/|Salesforce |CLUE|https://github.com/CLUEbenchmark/CLUE|中文任务基准 |GLUE|https://gl 阅读全文
posted @ 2020-01-31 09:45 宋岳庭 阅读(2228) 评论(0) 推荐(0) 编辑