Textanalys och prediktiva analysverktyg Flashcards

1
Q

Ge tre exempel på algoritmer som mäter relationer i ett nät av dokument?

A

PageRank: This is a widely used algorithm for ranking web pages based on their
importance or relevance. It measures the importance of a page based on the number
and quality of links pointing to that page.
* HITS (Hyperlink-Induced Topic Search): This algorithm is similar to PageRank but also
takes into account the content of the pages being linked to. It identifies authority pages
(pages that provide valuable information) and hub pages (pages that link to many
relevant authority pages).
* SALSA (Stochastic Approach for Link-Structure Analysis): This algorithm considers both
the inbound and outbound links of a page, as well as the content of the pages. It
identifies groups of pages that are highly connected and form communities.
* SimRank (Similarity Ranking): This algorithm measures the similarity between two pages
based on the similarity of their neighbors. It assumes that two pages are similar if they
are referenced by similar pages.
* TrustRank: This algorithm is used to identify and filter out spam pages. It measures the
trustworthiness of a page based on the number and quality of links pointing to it from
trustworthy pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ge exempel på tre algoritmer som analyserar innehållet i ett dokument?

A

Latent Semantic Analysis, Latent Dirichlet Allocation, Text summarization, Named Entity Recognition, Sentiment Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Beskriv Latent Semantic Analysis (LSA)

A

analyzes the relationship between different documents and the terms they contain by producing a set of concepts relating to the documents and terms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Beskriv Latent Dirichlet Allocation

A

LDA is a topic modeling which is a method
for unsupervised classification
of documents, which finds
some natural groups of items
(topics) even when we’re not
sure what we’re looking for.
* Topic modeling provides
methods for automatically
organizing, understanding,
searching, and summarizing
large electronic archives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Beskriv Name Entity Recognition (NER)

A

Named-entity recognition
(NER) (also known as entity
identification, entity
chunking, and entity
extraction) seeks to locate
and classify named entities
mentioned in unstructured
text into pre-defined
categories such as person
names, organizations,
locations, medical codes,
time expressions, quantities,
monetary values,
percentages, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Beskriv sentiment analysis

A

Sentiment analysis (also known as
opinion mining or emotion AI) is the
use of natural language processing,
text analysis, computational
linguistics, and biometrics to
systematically identify, extract,
quantify, and study affective states
and subjective information.
The goal is to answer the question:
“What do people feel about a certain
topic?”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Jämför data mining och text mining

A

Likheter:
- Båda letar efter mönster
- Båda är semi-automatiserade processer
- Båda använder både search och discover
Olikheter:
- Data mining används på strukturerad data medan text mining används på ostrukturerad data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Vad är vector space model (VSM)?

A

Vector space model (VSM) is a popular, most widely used algebraic
model for representing text documents as vector of identifiers.
Here, every document can be represent as a multidimensional vectors
of keywords(i.e keywords extracted from that document). The weight
associated with each keyword determines the relevance of the
keyword in the document.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Inom text retrieval, vad är precision and recall?

A

Precision: the percentage of retrieved documents that are in
fact relevant to the query (i.e., “correct” responses)
* Recall: the percentage of documents that are relevant to
the query and were, in fact, retrieved

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the three steps in the Text Mining Process?

A
  1. Establish the Corpus: Collect & Organize the domain-specific unstructured data
  2. Create the Term-Document-Matrix: Introduce structure into the corpus
  3. Extract knowledge: Discover novel patterns from the T-D-Matric.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly