Ritali's blog

live better and better


  • Home

  • Categories

  • Archives

  • Tags

  • About

新意图发现(New/Open Intent Detection) 最新论文合集

Posted on 2020-01-31   |   In NLU
New Intent Detection: Identifying the unknown (novel) user intents that have never appeared in the training set is a challenging task in the dialogue system.1. ACL-2019: Deep Unknown Intent Detection ...
Read more »

PR&ROC

Posted on 2017-09-18   |   In Machine Learning
ROCreceiver operating characteristic curve, 即受试者工作特征曲线,是反映敏感度和特异度连续变量的综合指标,用作图法展示两度之间的关系。计算公式如下:二分类结果混淆矩阵 真正例(True Positive;TP):将一个正例正确判断成一个正例伪正例(False Positive;FP):将一个反例错误判断为一个正例真反例(True Negtive;TN ...
Read more »

DFS求集合的各种变形

Posted on 2017-04-05   |   In 笔试题
DFS适用于求组合,输出全部答案的场景。本次包含leetcode题目 Subsets, Combinations, Combination Sum, Combination Sum II, Combination Sum III, Combination Sum IV。 注意,最后一个也是集合题目,但求的是集合数目,用动态规划的方法。 (1)求一个数组的全部子集组合 深搜方法:[][1][1, ...
Read more »

Tencent 2016 研发工程师笔试题 + 答案解析

Posted on 2017-04-02   |   In 笔试题
1. 我们常说的mvc框架是指的什么的? D1234A. 模块(module)-视图(view)-组件(component)B. 模型(model)-视图(view)-组件(component)C. 模块(module)-视图(view)-控制器(controller)D. 模型(model)-视图(view)-控制器(controller) 2. 对某二叉树进行先序遍历的结果是ABDEFC,中序 ...
Read more »

Java 核心技术卷I - 集合

Posted on 2017-03-16   |   In Java
集合队列接口123456interface Queue<E>{ void add(E element); E remove(); int size();} 两个实现:ArrayDeque 循环数组队列,高效但容量有限LinkedList 链表队列 集合类的几本接口是Collection12345interface Collection<E&g ...
Read more »

Git Tools

Posted on 2016-12-11   |   In tools
Git Use分支建立和删除新建分支1git checkout -b branch1 转换到本地 master 分支1git checkout master 删除本地分支1git branch -d branch1 查看远程分支1git branch -a 删除远程分支1git push origin --delete branch1 删除不存在对应远程分支的本地分支123git remote p ...
Read more »

Python Multiple Threads

Posted on 2016-12-11   |   In python
Python 多线程举例12345678910111213141516171819from multiprocessing import *NUM_THREAD = 10p = Pool(NUM_THREAD)start = 0offset = NUM_THREADqueries = get_quries("./test.txt") # 获取所有的任务列表cnt = 0 # 任 ...
Read more »

Mac install tensorflow

Posted on 2016-10-26   |   In deepLearning
mac 安装anaconda(安装在/anaconda 目录下),keras,tensorflow,theano成功1. Mac OS X安装pip12$ sudo easy_install pip$ sudo easy_install --upgrade six 2. 安装tensorflowselect the correct binary to install:123456789101112 ...
Read more »

使用hexo搭建git博客

Posted on 2016-10-19   |   In tools
1. 环境安装好node和git,注册好github账号. 注意:用户名一定不能有大写.最新的git: http://msysgit.github.io/ 2.安装hexo:执行: npm install -g hexo 3.创建hexo文件夹:创建hexo文件夹,如 E:\myblogs\hexoRitacmd到对应目录下执行: hexo init 4.安装依赖:npm install 5.本 ...
Read more »

跨语言情感分析

Posted on 2016-10-19   |   In 语义计算
1. 基本任务和方法任务:NLPCC2013跨语言情感分类(英文->中文)环境:Ubuntu 服务器(4 Intel(R) Xeon(R)CPU E5-2609 v3 @1.90GHz),Anacanda2.4(64-bit),python2.7基本方法:(1)中文SVM分类;(2)英文SVM分类;(3)英文SVM自学习评价标准:准确率(Accuracy)Accuracy = #syste ...
Read more »
Ritali

Ritali

live better and better

10 posts
8 categories
17 tags
GitHub Weibo Twitter
© 2020 Ritali
Powered by Hexo
Theme - NexT.Mist
  |   Total visited-    |   User visited-