Definitions Flashcards

1
Q

Symmetric Matrix

A

A square matrix (3x3, 2x2) is equal to it’s Transpose

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

Feasible Region

A

Linear Programming, an area which satisfies two or more constraints in which all the solutions lie

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

Feasible point

A

Linear Programming, a point within the feasible region

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

Algorithm

A

A step by step procedure to be followed in calculations or other problem solving operations, particularly by a computer.

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

Orthonormal Basis

A

Linearly independent set in which all vectors are unit vectors. (Vectors normalised to length 1). Orthogonal if dot product =0 0 .

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

Local minimum

A

Smallest Value that a function takes at a point within a given area as opposed to the entire function domain.

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

Examples of eigenvalues/vectors

A

PCA - Calculating optimal vector U, consider eigvec relating to largest eigval or covar matrix. EigenVecs represent variance of data in different directions. Used in Face Recognition.
Spectral Clustering - Weighted Adjacency matrix -> laplacian taken -> First k eigvecs or laplacian are used as input to k means clustering algorithm.

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

Intelligent Algorithm Definition

A

Intelligence - Ability to vary state or actions in response to varying situations and past experience. IA satisfies this definition.

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

How IA works

A

Step by step procedure giving unique output based on a situation. Supervised Learning - providing a training set of data allows it to adjust internal parameters. Gives it past experience which helps with new situations.
Unsupervised - no past experience, attempts to deduce some meaning in the data

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