Exam, complex brain networks Flashcards

1
Q

If G=(V,E) is a connected graph, what do we know about E?

A

|E|>|V|-1

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

When is a directed graph G=(V,E) acyclic?

A

When there are no cycles in G

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

If G=(V,E) is represented by an adjacency list, what do that say about G, V and E?

A

After a first search of G the time is proportional to |V|+|E|

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

What would you use to evaluate the prestige of a vertex with respect to prestige of other vertices in a graph?

A

Eigenvecor centrality

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

What would you use to evaluate the influence of a vertex in the flow of information in a graph?

A

Betweenness centrality

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

If G=(V,E) is a directed and acyclic graph. What is the eigenvector?

A

The eigenvector centrality is 0 for all vertices

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

Similarities between neural networks and real networks?

A
  1. You cannot observe a binomial distribution for vertex degrees in neural networks
  2. Neural networks are better modelled as scale-free graphs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Let G=(V,E) be a scale-free network under a target attack starting with nodes with highest degree. How many nodes should we remove to destroy its giant component?

A
  • Scale-free networks are being quite vulnerable to targeted attacks.
    —> only to remove a small fraction of its the nodes to destroy its giant component
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is a giant component?

A

In network theory, a giant component is a connected component of a given random graph that contains a constant fraction of the entire graph’s vertices.

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

What is a small-world network?

A

A small-world network is a type of mathematical graph in which most nodes are not neighbors of one another, but the neighbors of any given node are likely to be neighbors of each other and most nodes can be reached from every other node by a small number of hops or steps.

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

Let G=(V,E) be a graph. What is the degree of a vertex v?

A

It is the number of edges connected to v.

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

A graph G=(V,E) is connected if?

A

There is a path between every pair of vertices.

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

If G=(V,E) is represented by an adjacency matrix, what do that say about G, V and E?

A

After a first search of G the time is proportional to |V|^2 independently of |E|

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

what is the adjacency matrix?

A

In graph theory and computer science, an adjacency matrix is a square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of vertices are adjacent or not in the graph.

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

what is the adjacency list?

A

In graph theory and computer science, an adjacency list is a collection of unordered lists used to represent a finite graph. Each list describes the set of neighbors of a vertex in the graph.

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

what does adjacent mean?

A

close to, adjoining, common vertex and so on

17
Q

What would you use to determine the popularity of a vertex in a graph?

A

Degree centrality.

18
Q

What would you use to determine how close a vertex is to all other vertices in a graph?

A

Closeness centrality.

19
Q

What can we say about the diameter of graph G=(V,E)?

A

It may be infinite

20
Q

Let G=(V,E) be a scale-free network under RANDOM FAILURES. How many nodes should we remove to destroy its giant component?

A
  • Large scale-free networks are very robust with regard to random failures.
    —> We must remove almost all of its nodes to destroy its giant component
21
Q

what is a scale-free network?

A

A scale-free network is a network whose degree distribution follows a power law