Exam 1 Flashcards
Data science
An area of investigation which includes AI and it’s components as well as statistical analysis, data analysis
Machine learning
Element that allows a computer intelligence to learn
Artificial intelligence
Computer implementation of human intelligence
Artificial neural network
Computer version of a biological version of this
Supervised Learning
Type of ML that find a model based on a dataset where the values (targets) are known, to predict those values
Unsupervised learning
Type of ML to find a model based on a dataset to determine natural classifications without guidance from known classifications
Classifier
Find a classification
Clustering
Find natural classifications for a dataset without guidance
Regression
Predict a value based on a fit to trends in the dataset
Association
Identify patterns of association between variables or items
A learning rule in machine learning is
What ML algorithms uses to learn
A decision boundary is
A point, line, plane, or hyper plane separating different classes
Gradient descents
Updates the answer in the direction along the negative gradient
Steepest descents
Chooses the best learning rate in each step to minimize the number of iterations
Choice of optimization
Trade off in number of iterations and the speed of each iteration that produces a reliable result in the shortest time with the smallest resources (memory)
The gradient gives
A good direction but not a good distance to find the minimum
The problem of diminishing gradients can be handled by
Normalizing the gradient by dividing by its L2 norm
L1 Norm of a vector
Sun or average of absolute values of the vector elements