Flashcards for exam
Linear Regression (y = mx + c)
It’s a basic form of regression analysis. ‘m’ represents the slope of the line, indicating how much ‘y’ changes for a unit change in ‘x’. ‘c’ is the y-intercept, showing where the line crosses the y-axis.
Residue (ith value)
The difference between the observed value (yi) and the predicted value (ŷi). It’s a measure of the error in predictions.
Unsupervised Learning Examples
Clustering (like K-means), Association (like Apriori algorithm), and Dimensionality Reduction (like PCA).
Applications of Computer Vision
Object detection, facial recognition, medical image analysis, autonomous vehicles, and surveillance.
Logistic Regression (Sigmoid Curve)
Used for binary classification problems. The sigmoid function outputs a value between 0 and 1, representing the probability of a particular class.
Examples of Unstructured Data
Text files, images, videos, social media posts, and emails.
Range for Classification
In binary classification, the output is typically in the range of 0 to 1, indicating the probability of belonging to a certain class.
Image Extraction
Involves processing and analyzing images to derive meaningful information from them.
Relationship Between AI and ML
Machine Learning is a subset of Artificial Intelligence. AI is a broader concept of machines being able to carry out tasks in a smart way, while ML is a current application of AI based on the idea that we should be able to give machines access to data and let them learn for themselves.
Steps in Machine Learning
Typically include data collection, data preprocessing, model selection, training the model, model evaluation, and model tuning/deployment.
Data Collection for Machine Learning
This is often referred to as ‘Data Mining’ or ‘Data Gathering’.
Improving Facial Recognition Accuracy
Techniques include using more diverse datasets, applying robust algorithms, and incorporating 3D facial recognition technologies.
Turing Test
A test of a machine’s ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human.
Regression Models
Examples include Linear Regression, Logistic Regression, and Polynomial Regression.
Classification Model
A type of model that is used to separate data into different classes. This can be binary classification (like spam detection) or multi-class classification (like image categorization).