Module 1 Flashcards
(92 cards)
_______ is about extracting knowledge from data.
Machine Learning
It is a research field at the intersection of statistics, artificial intelligence, and computer science.
Machine Learning
It is also known as predictive analytics or statistical learning.
Machine Learning
A field of study concerned with giving computers the ability to learn without being explicitly programmed.
Machine Learning
It is a discipline of Artificial Intelligence (AI) that provides machines with the ability to automatically learn from data and past experiences while identifying patterns to make predictions with minimal human intervention.
Machine Learning
True or False.
Machine Learning (excluding deep learning) is a study of learning algorithms.
False.
(INCLUDING deep learning)
What is Data Science concerned with?
- Collection, preparation, and analysis of data.
- Leverages AI/ML, research, industry expertise, and statistics to make business decisions.
What is Artificial Intelligence concerned with?
- Technology for machines to understand/interpret, learn, and make “intelligent” decisions.
- Includes Machine Learning among many fields.
What is Machine Learning concerned with?
- Algorithms that helps machines improve through supervised, unsupervised, and reinforcement learning.
- Subset of Al and Data Science
Beyond that, automation by machine learning can _________ risks caused by fatigue or inattention.
Mitigate
__________ are better suited than humans for tasks that are routine, repetitive, or tedious.
Learning Machines
Machines driven by algorithms designed by humans are able to learn __________ and _________ and to fulfill tasks desired by humans.
Latent Rules and Inherent Patterns
This is a collection of data used in machine learning tasks.
Dataset
Machine learning methods enable computers to operate ___________ without explicit programming.
Autonomously
Each data record is called a “_____”.
Sample
This is the process of creating a model from data.
Learning(Training)
What are the different types of machine learning?
- Supervised Machine Learning
- Unsupervised Machine Learning
- Semi-supervised Machine Learning
- Reinforcement Learning
It is a dataset used in the training process.
Training Set
The dataset used in the testing process is called “________”, and each sample is called a/an “_______”.
Test Set; Test Sample
Events or attributes that reflect the performance or nature of a sample in particular aspects are called “_______”.
Features
In training sets, each sample is referred to as a “_________”.
Training Sample
This refers to the process of using the model obtained after learning for prediction.
Testing
What is the Machine Learning Workflow?
(PayDay MayDay)
- Project Setup
- Data Preparation
- Modeling
- Deployment
What steps are under Project Setup in the Machine Learning Workflow?
- Understand the business goals.
- Choose the solution to your problem.