sleeplessaaa


  • Home

  • Tags

  • Categories

  • Archives

  • About

MySQL事务ACID的实现

Posted on 2019-02-24

Atomicity, Consistency, Isolation, Durability

事务: 并发控制的基本单位(一系列数据库操作的集合)

Read more »

From Graph to Knowledge Graph – Algorithms and Applications [Note2]

Posted on 2019-02-24

Part3. Graph Representation Learning

Problem: structural feature engineering over the graph is expensive.
=> Graph Representation Learning aimed to learn latent(潜在的) feature matrix

Representation learning for graph mining?
The goal is to map each node into a latent low-dimensional space such that network structure information is encoded into distributional node representations.

Read more »

From Graph to Knowledge Graph – Algorithms and Applications [Note1]

Posted on 2019-02-23

Part1. Introduction and Overview

Part2. Graph Properties and Applications

1. Graph Basics

Degree

Degree in Microsoft Academic Graph(MAG):

  • Author collaboration graph(undirected graph)

    Degree represents the number of collaborators each author has.

  • Paper citation graph(directed graph)

    In-degree represents the number of citations each paper collects.
    Out-degree represents the number of references each paper covers.

  • Institution collaboration graph
  • Institution citation graph
  • Field-of-study citation graph
  • Venue citation graph
Read more »

Mining Knowledge Graphs from Text [Note2]

Posted on 2019-02-23

Part 2: Knowledge Extraction from Text

NLP(Neuro-linguistic programming) + Information Extraction

Breaking it down

1) Tokenization & Sentence Splitting
2) Tagging the Parts of Speech
3) Detecting Named Entities
4) Dependency Parsing

Read more »

Mining Knowledge Graphs from Text [Note1]

Posted on 2019-02-20

Part 1 Knowledge Graph Primer

  1. What is a Knowledge Graph?

Knowledge Graph = Entities + Relationships + Attributes

Popular Knowledge Graphs(General): Google Knowledge Graph, Microsofy Satori Knowledge Graph
Domain Specific Knowledge Graphs: Microsoft Academic Graph, Linkedin Economic Graph, Common Sense Knowledge Graph

Read more »

git

Posted on 2019-02-19

1. Git原理

workspace: 工作区
Index/Stage: 暂存区
Repository:仓库区(或本地仓库)
Remote:远程仓库

Read more »

c#学习笔记 - 1

Posted on 2019-02-09

声明和使用变量

字符串文本以 $ 字符开头,后接左双引号字符。 $ 符号和引号字符之间不能有空格。 则可以在大括号之间的字符串内包括变量。

如: Console.WriteLine($”Hello {aFriend}”);
Console.WriteLine($”The name {firstFriend} has {firstFriend.Length} letters.”);

Read more »

Hello World

Posted on 2018-05-26
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo ...
Read more »

Melody

Welcome!

8 posts
4 tags
© 2019 Melody
Powered by Hexo
|
Theme — NexT.Mist v5.1.4