avatar
Articles
25
Tags
7
Categories
6

Home
Archives
Tags
Categories
JenniferWu'Blog
Home
Archives
Tags
Categories

JenniferWu'Blog

如何连接服务器
Created2023-08-12|Updated2025-07-26|linux
基本连接步骤 ssh 用户名@IP_address 根据指令输入密码,密码输入是不可见的 完成! 文件获取利用scp命令从服务器下载文件: scp -r ironman@10.233.177.202:home/ironman/xxx/ /home/myname/xxx/ 终端软件 Xshell + Xftp MobaXterm FileZilla【文件 - 站点管理器】
实习日志
Created2023-08-06|Updated2025-08-29|personal
南京中兴通讯
Linux基础
Created2023-08-06|Updated2024-03-31|linux
目录索引. 当前目录 .. 上一级目录 ~ 用户主目录(绝对路径) cd xx/xxx/xx 切换目录 pwd 查看用户当前目录 基本命令 ps 观察正在执行的shell ls 显示文件或目录信息(-la查看全部文件) mkdir 当前目录下创建空目录 rm 删除文件或目录 cat 查看文件内容 gzip filename 压缩文件 gzip -d filename.gz 解压文件 tar 解压 -c:建立压缩档案-x:解压-t:查看内容-r:向压缩归档文件末尾追加文件-u:更新原压缩包中的文件 这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令 ...
Anaconda配置
Created2023-08-05|Updated2025-07-25|python
Linux下anaconda的下载换源和使用,以及pip换源
Knowledge Engineering Ⅷ | KG Querying
Created2023-02-08|Updated2025-07-25|class
RDF term syntax Syntax for IRI: PREFIX book: <http://example.org/book/book1 The general syntax for literals: language tag @ or datatype IRI ^^, 语言标识必须加,类型会自动生成 Syntax for query variables: 变量之前加 ? or $ Syntax for blank nodes: 一般可以用?variable代替 123456SELECT ?a ?bWHERE{ ?a :predicate ?vari ...
Knowledge Engineering Ⅶ | KG Alignment
Created2023-02-07|Updated2025-07-25|class
同一实体在不同的database下可能有不同的表示。 ontology matching(schema matching)本体匹配element-level matchingString-based: 字符串前半部分或后半部分相同 Levenshtein distance e.g. sim(NKN, Nikon)=2/5=0.4 N-gram, (此处分母取长单词所分割成的个数) Language-based: 将带连接符的单词分开 将过去式、复数等化为原型 去掉冠词、介词等 Resource-based: WordNet A=B(同义词), A⊥B (A,B 是反义词或具有层级 ...
Knowledge Engineering Ⅵ | KG Construction from Unstructured data
Created2023-02-07|Updated2025-07-25|class
本文我们不深入讲解 Entity linking、Relation Extraction、Event Extraction,这些在NLP中都已讲过。我们重点探究 General is-a Relation Extraction 和 Terminology/Term Extraction 这两个task。 General is-a Relation Extractionis-a relation is the semantic relationship between a more specific word (hyponym 上位词) and the more general term (h ...
Knowledge Engineering Ⅴ | KG Construction from Semi-structured data
Created2023-02-07|Updated2025-07-25|class
fact extraction/type inference/taxonomy Induction
Knowledge Engineering Ⅳ | KG Construction from Structured data
Created2023-02-06|Updated2025-07-25|class
Extracting knowledge from heterogeneous data sources to form a knowledge graph Basic of Relation Database在表格中,我们会遇到同一事物的不同表示或者相同的表示针对不同事物,以及一些信息的重复记录,我们可以提取表格中的某些信息形成新的表格。 Database terms: A database is a collection of data Data is organized into one or more tables Each row is a record Each column ...
Knowledge Engineering Ⅲ | Reasoning
Created2023-01-29|Updated2025-07-25|class
KG reasoning is to infer new knowledge from the given KG. logical reasoningdeductive reasoning 推导结论若下雨,则草地会变湿。因为今天下雨了,所以今天草地是湿的。 forward reasoning start with available data and use inference rules to extract more data until a goal is reached. RDFS rules: 123a rdfs:domain x . u a y ._____________ ...
123
avatar
JenniferWu
松花酿酒,春水煎茶
Articles
25
Tags
7
Categories
6
Follow Me
Recent Post
ecomo2025-08-29
将本地代码上传至Github2025-08-29
Machine Learning2025-07-26
将本地代码上传至Github2025-07-26
Transformer2025-07-26
Categories
  • APP2
  • class11
  • git2
  • linux3
  • personal2
  • python3
Tags
git linux CV Knowledge Engineering Anaconda NLP OS
Archives
  • August 20252
  • July 20256
  • August 20236
  • February 20235
  • January 20233
  • December 20221
  • October 20222
Info
Article :
25
UV :
PV :
Last Push :
©2022 - 2025 By JenniferWu
Framework Hexo|Theme Butterfly