Definitions Flashcards
Symmetric Matrix
A square matrix (3x3, 2x2) is equal to it’s Transpose
Feasible Region
Linear Programming, an area which satisfies two or more constraints in which all the solutions lie
Feasible point
Linear Programming, a point within the feasible region
Algorithm
A step by step procedure to be followed in calculations or other problem solving operations, particularly by a computer.
Orthonormal Basis
Linearly independent set in which all vectors are unit vectors. (Vectors normalised to length 1). Orthogonal if dot product =0 0 .
Local minimum
Smallest Value that a function takes at a point within a given area as opposed to the entire function domain.
Examples of eigenvalues/vectors
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.
Intelligent Algorithm Definition
Intelligence - Ability to vary state or actions in response to varying situations and past experience. IA satisfies this definition.
How IA works
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