- 博客(6)
- 资源 (4)
- 收藏
- 关注
原创 实习周报 | 3rd week | 2021.4.19 - 4.23 | 文本摘要,ES语义搜索,SOTA SA
1. 工作总结document embedding: https://towardsdatascience.com/document-embedding-techniques-fed3e7a6a25dtext2vec做doc embedding的原理是什么?算法中是否已经包含了对文档information extraction?以此来决定是否需要对doc做预先的information extraction/text summarization。text2vec的word embedding为GloV
2021-04-23 11:40:49
479
原创 实习周报 | 2nd week | 2021.4.12 - 4.16 | Sentiment Analysis, ES语义搜索
1. 工作总结 情感分析常用流程 经典情感分析算法调研 (~ 2014) 基于深度学习的情感分析算法调研 (2014 ~ 2018) 可用情感分析API/ github项目调研 ES语义搜索2. 情感分析常用流程2.1 数据预处理2.1.1 分词 Tokenizationbreak a sentence into words, phrases, symbols or other meaningful tokens by removing punctuation marks常用开
2021-04-13 16:37:13
499
原创 实习周报 | 1st week | 2021.4.6 - 2021.4.9 | Elasticsearch, Basic NLP, Paper Reading, Recommender System
综述完成入职,领取设备工卡等了解项目所需技术:Elasticsearch了解项目所需技术:基本NLP概念对项目可能有帮助的论文阅读总结计划 list item 1 list item 2ElasticsearchBasic Concept适用数据类型:document-oriented and semi-structured dataJVM:底层是java写的,使用Java Virtual Machine以能够在不同平台上执行bytecodeIndex:具有相同
2021-04-08 17:56:19
351
原创 LeetCode乱序 | 个人做题记录
Quicksortclass Sort: def quickSort(self, arr): self.quicksort_help(arr, 0, len(arr)-1) return arr def quicksort_helper(self, arr, left, right): if left < right: pivot_final_resting_position = self.partition(arr, left, right) self.quicksor
2021-03-30 16:35:10
165
原创 Quantum Distillation Literature Review
introductionQuick Introduction:high level intro video目标:在只使用local operations and classical communication (LOCC)的前提下,将N个entangled state为ρ\rhoρ的entangled pair的copies转化为少量近似纯净的Bell pairs。这样做的好处是能够减少channel noise引起的退相干。各类distillation protocols的基础论文
2021-03-23 20:44:50
291
1
原创 NLP - text classification
ArchitectureDisadvantage of Shallow Learningneed feature engineeringdisregard the natural sequential structure / contexted information, hard to learn semantic informationAdvantage of Deep Learningavoid designing rules and features by humansemant
2021-03-08 15:33:09
265
generation_and_manipulation_of_entanglement.pdf
2021-03-23
纠缠蒸馏 - Tools and Methods for the Distillation of Entanglement
2021-03-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人