New Document 2
New Document 2
New Document 2
A computer program is said to learn from experience E with respect to some task T
and some performance measure P, if its performance on T as measured by P, improves
with experience E.
A collection of methods
Data processing
Data collection
Data formatting
Data labelling
Feature extraction
Modelling
Geometry
Probability
Optimization
Training phase
Data evaluation
Prediction
Matrices
Singular Matrix: A square matrix is said to be singular matrix if its determinant is zero i.e.
|A|=0
Nonsingular Matrix: A square matrix is said to be non-singular matrix if its determinant
is non-zero.
Square Matrix: A square Matrix has as many rows as it has columns. i.e. no of rows = no
of columns.
Symmetric matrix: A square matrix is said to be symmetric if the transpose of original
matrix is equal to its original matrix. i.e. (AT) = A.
Skew-symmetric: A skew-symmetric (or antisymmetric or antimetric[1]) matrix is a
square matrix whose transpose equals its negative.i.e. (AT) = -A.
Diagonal Matrix: A diagonal matrix is a matrix in which the entries outside the main
diagonal are all zero. The term usually refers to square matrices.
Identity Matrix:A square matrix in which all the elements of the principal diagonal are
ones and all other elements are zeros.Identity matrix is denoted as I.
Orthogonal Matrix: A matrix is said to be orthogonal if AAT = ATA = I
Idempotent Matrix: A matrix is said to be idempotent if A2 = A
Involutory Matrix: A matrix is said to be Involutory if A2 = I.
Adjoint of a square matrix: