16. Emerging Technology Flashcards
(119 cards)
MACHINE LEARNING
What is machine learning?
Machine learning is a branch of artificial intelligence (AI) that enables computers to learn and improve without being explicitly programmed.
What is artificial intelligence
(Al)
a computer science/ IT discipline that aims to build computer systems that can replicate human
intelligence
How does machine learning differ from expert systems?
Expert systems use pre-set rules to make decisions, while machine learning identifies patterns in data and learns from them without predefined rules.
What is a limitation of expert systems compared to machine learning?
Expert systems operate in a narrow scope and struggle with data that doesn’t fit predetermined rules.
What is the core process involved in machine learning?
Training the system with large quantities of data so it can identify patterns and make predictions.
Why is machine learning useful for identifying patterns?
It can detect complex correlations and trends that might be difficult for humans to spot.
What are the benefits of using machine learning in various industries?
It provides insights that may go unnoticed and can lead to performance improvements or a competitive edge.
CONCEPT, FEATURES AND FUNCTIONS OF MACHINE LEARNING
What are the four main features of a machine learning system?
Algorithms, data, training, and predictions.
Algorithms
What is the role of algorithms in machine learning?
Algorithms are sets of instructions that help the system learn from data and improve over time through mathematical and statistical processes.
What are pre-programmed AI model packages used for?
They allow companies to identify problem types and choose suitable pre-written algorithms to solve them.
the main types of problems that are solved by
machine learning are
Regression problems
Classification problems:
Clustering problems
Anomaly detection:
What is a regression problem in machine learning?
A supervised learning method used to predict continuous outcomes by fitting a straight line to data, such as forecasting future sales.
What is a classification problem in machine learning?
A supervised learning technique used to predict categorical class labels based on past data, like identifying spam emails.
What is clustering in machine learning?
An unsupervised learning method that groups similar data points based on characteristics, e.g., grouping customers by purchase history.
what is anomaly detection in machine learning?
A method used in both supervised and unsupervised models to identify data points that deviate from normal behavior, like detecting fraudulent transactions.
Data
What has contributed to the recent growth of machine learning?
The increasing amount of data generated by computer systems and connected devices.
What types of data can be used in machine learning?
Text, images, numbers, and sounds.
What determines the machine learning model that will be used?
The type of data and the type of problem being solved.
Training
What does the ‘training’ phase in machine learning involve?
Feeding data to the algorithm so that the system can learn from it by identifying patterns and adjusting its internal parameters.
How is the data typically divided for training machine learning models?
training set and a test set.
What is the purpose of the training set?
To teach the model by allowing it to learn from the patterns in the data and reduce its prediction error over time.
How does a machine learning model adjust during training?
It compares its predictions with actual outcomes and adjusts its parameters to improve accuracy.
What is the purpose of the test set?
To evaluate the model’s performance using unseen data, helping assess accuracy and generalization.
Why might multiple iterations of training and testing be necessary?
To refine the model and ensure it performs as required, especially in complex problems.