Neural Dynamics & Computation Flashcards

Make me less dumb

1
Q

What is a dynamical system?

A

A system whose states varies over time, and is described predefined rules

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

What is the significance of using oscillations / waves in biological models?

A

They correspond to periodic activity and are ubiquitous in biological systems

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

What frequency are slow-delta waves in the brain?

A

0-4 Hz

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

What frequency are theta waves in the brain?

A

4-8 Hz

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

What frequency are alpha waves in the brain?

A

8-12 Hz

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

What frequency are beta waves in the brain?

A

13-30 Hz

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

What frequency are gamma waves in the brain?

A

> 40 Hz

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

How can we measure brain waves

A

Invasive probes, local field potentials

Electroencephalogram

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

What is a matrix?

A

Array of numbers organised in to rows and columns

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

What is a vector?

A

A special type of matrix with only one row, or only one column

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

What is the identity matrix?

A

Matrix of 0s with 1s down the diagonal

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

What is a singular matrix?

A

A square matrix that does not have an inverse, meaning its determinant = 0

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

How can we represent two linear equations as a matrix?

eg. x + 2y = 6
3x + y = 3

A

[1 2] [x] = [6]
[3 1] [y] [3]

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

What is an eigen vector?

A

A vector that has its direction unchanged by a given linear transformation

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

What is an eigen value?

A

The scalar quantity by which an eigen vector is multiplied by in a linear transformation (can be negative)

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

How to calculate the determinant of a matrix

A

ad - bc

17
Q

How to calculate the trace of a matrix?

A

a + d

18
Q

What is the equation we can use to solve for eigen values?

A

determinant [A-lambda I] = 0

19
Q

How can you find the eigen vectors once you have an eigen value?

A

Substitute in your values of lambda and solve

20
Q

What is a derivative?

A

An expression representing the rate of change of a function relative to an independent variable

21
Q

What is a first order differential equation?

A

One where the highest power is dy/dx = y

22
Q

What is a second order differential equation?

A

One where the highest power is d^2y / d^2x

23
Q

What is a fixed point?

A

A solution for x where x’ = 0

24
Q

What is the classification of a fixed point with real and negative eigen values?

A

Stable node

25
Q

What is the classification of a fixed point with real and positive eigen values?

A

Unstable node

26
Q

What is the classification of a fixed point with real and one positive and one negative eigenvalue?

A

Saddle node

27
Q

What is the classification of a fixed point with complex and negative eigen values?

A

Stable spirals

28
Q

What is the classification of a fixed point with complex and positive eigen values?

A

Unstable spirals

29
Q

What is a phase plane?

A

Solutions of x’ = Ax as trajectories on the (x,y) plane

(A is a 2x2 matrix)

30
Q

What is the most basic way to model a neuron as an electrical circuit?

A

Capacitor - Cell membrane
Cell - Resting membrane potential
Resistor - Pooled conductance

31
Q
A