摘要: 1. HTTP协议中,报文头部 Content-Length 指的是 \r\n空行之后内容的长度。比如下面的报文: POST /submitdata/service.asmx/g_Submit HTTP/1.1 Host: cf.51welink.com Content-Type: applicat 阅读全文
posted @ 2015-12-04 10:58 健康平安快乐 阅读(1662) 评论(0) 推荐(0) 编辑
摘要: 论文信息: Zhen Wan, Fei Cheng, Zhuoyuan Mao, Qianying Liu, Haiyue Song, Jiwei Li, Sadao Kurohashi: GPT-RE: In-context Learning for Relation Extraction usi 阅读全文
posted @ 2024-08-24 09:15 健康平安快乐 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 论文信息: Jun Gao, Wei Wang, Changlong Yu, Huan Zhao, Wilfred Ng, Ruifeng Xu: Improving Event Representation via Simultaneous Weakly Supervised Contrastiv 阅读全文
posted @ 2024-08-23 14:22 健康平安快乐 阅读(1) 评论(0) 推荐(0) 编辑
摘要: [IP&M] Reviewer Instructions As an IP&M reviewer, your objective is to evaluate the merits and presentation of the research presented in this submissi 阅读全文
posted @ 2024-08-06 16:01 健康平安快乐 阅读(3) 评论(0) 推荐(0) 编辑
摘要: PyCharm出现Remote file _ is mapped to the local path _ and can`t be found错误 问题描述: 基于PyCharm做远程开发与远程调试; 当涉及到paddlenlp相关代码的调试时; PyCharm出现“Remote file _ is 阅读全文
posted @ 2022-10-18 09:49 健康平安快乐 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 李沐 - 如何判断(你自己的)研究工作的价值 用有新意的方法,有效地解决一个,研究问题 研究 技术类问题分为两大类,研究类和工程类 工程问题,方案在没试之前就知道有效 研究问题,方案在没试之前不知道是否有效 有效 一个具有相对性的概念,相对于之前的工作,有效性有所提升 新意 对本领域而言,方法是新颖 阅读全文
posted @ 2022-06-25 09:14 健康平安快乐 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 以Linux包管理方式安装Nvidia显卡驱动 Background Host: Dell PowerEdge T640 Host OS: ubuntu-server 20.04 Verification Verify You Have a CUDA-Capable GPU: lspci | gre 阅读全文
posted @ 2022-05-06 16:47 健康平安快乐 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Spark简明教程 (Spark简明教程 1.1.2.md) 1.What is Apache Spark? 面向大规模数据分析的统一引擎(Unified engine for large-scale data analytics)[1]。大规模,为了处理几百GB的TSP数据,我们需要一个面向大规模 阅读全文
posted @ 2022-03-01 17:41 健康平安快乐 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 基于手写数字识别数据集的机器学习方法对比研究 摘要 研究意义:统计机器学习和深度学习都已被广泛地应用。 主流研究方法:在相同的数据集上进行对比实验。 前人研究存在的问题:在检索范围内,没有发现统计学习方法与深度学习方法对比的工作。 我们的解决手段:本文在手写数字识别数据集(MNIST)上,对比了主流 阅读全文
posted @ 2021-09-25 16:12 健康平安快乐 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 可解释机器学习技术 Mind Map Ref [1] 杜梦楠. 可解释机器学习技术. 中国计算机学会通讯. 2020-6 [2] Mengnan Du, Ninghao Liu, Xia Hu: Techniques for interpretable machine learning. Commu 阅读全文
posted @ 2021-09-12 09:48 健康平安快乐 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Text Classification with Keras Data 采用清华文本分类数据集( http://thuctc.thunlp.org/message ),经过采样率为1%的采样后,得到小样本数据集。 Code # encoding=utf-8 import argparse impor 阅读全文
posted @ 2021-08-03 14:18 健康平安快乐 阅读(69) 评论(0) 推荐(0) 编辑