lesson 1-3 Flashcards

1
Q

is the machine-displayed
intelligence that simulates human behavior or thinking and can be
trained to solve specific problems. ____ is a combination of Machine
Learning techniques and Deep Learning.

A

Artificial Intelligence (AI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Here is the list of the top 14 application of AI (Artificial Intelligence):

A
  1. AI Application in E-Commerce
  2. Applications Of Artificial Intelligence in Education
  3. Applications of Artificial Intelligence in Lifestyle
  4. Applications of Artificial intelligence in Navigation
  5. Applications of Artificial Intelligence in Robotics
  6. Applications of Artificial Intelligence in Human Resource
  7. Applications of Artificial Intelligence in Healthcare
  8. Applications of Artificial Intelligence in Agriculture
  9. Applications of Artificial Intelligence in Gaming
  10. Applications of Artificial Intelligence in Automobiles
  11. Applications of Artificial Intelligence in Social Media
  12. Applications of Artificial Intelligence in Marketing
  13. Applications of Artificial Intelligence in Chatbots
  14. Applications of Artificial Intelligence in Finance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Artificial Intelligence advantages

A

1) Reduction in Human Error
2) Takes risks instead of Humans
3) Available 24/7
4) Helping in Repetitive Jobs
5) Digital Assistance
6) Faster Decisions
7) Daily Applications
8) New Inventions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Artificial Intelligence disadvantages

A

1) High Costs of Creation
2) Making Humans Lazy
3) Unemployment
4) No Emotions
5) Lacking Out of Box Thinking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

work by combining large sets of data with intelligent, iterative processing

algorithms to learn from patterns and features in the data that they analyze.

A

AI systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What Disciplines Make Up the Field of AI?

A

Machine Learning
Deep Learning
Neural Networks
Cognitive Computing
Natural Language Processing
Computer Vision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A specific application of AI that lets computer systems, programs, or applications learn
automatically and develop better results based on experience,

A

Machine Learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • A specific type of machine learning that allows AI to learn and improve by processing data.
A

Deep Learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A process that analyzes data sets over and over again to find associations and interpret
meaning from undefined data.

A

Neural Networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Another important component of AI systems designed to imitate the interactions
between humans and machines, allowing computer models to mimic the way that a human brain works
when performing a complex task, like analyzing text, speech, or images.

A

Cognitive Computing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • A critical piece of the AI process since it allows computers to recognize,
    analyze, interpret, and truly understand human language, either written or spoken.
A

Natural Language Processing -

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

One of the prolific uses of AI technologies is the ability to review and interpret the
content of an image via pattern recognition and deep learning.

A

Computer Vision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What Technology Does AI Require?

A

Larger, More Accessible Data Sets
Graphical Processing Units
Intelligent Data Processing
Application Programming Interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

2 types of machine model:

A
  1. Supervised Machine Learning
  2. Unsupervised Machine Learning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

happens when a
machine learning model has
become too attuned to the data
on which it was trained and
therefore loses its applicability to
any other dataset.

A

OVER-FITTING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In geometry, a _________ is a subspace
whose dimension is one less than that of its
ambient space. ______ are decision
boundaries that help classify the data points.
Data points falling on either side of the
__________ can be attributed to different
classes.

A

HYPERPLANE

17
Q

uses a training set to teach models to
yield the desired output.

A

Supervised machine learning

18
Q

is a sub-category under Supervised Learning which
uses an algorithm to accurately assign test data into specific
categories.

A

Classification

19
Q

_____ is a technique for investigating the relationship between independent
variables or features and a dependent variable or outcome. It’s used as a
method for predictive modelling in machine learning,

A

Regression

20
Q

5 Common Classification

Algorithms

A
  1. Logistic Regression
  2. Naive Bayes
  3. K-Nearest Neighbors
  4. Decision Tree
  5. Support Vector Machines
21
Q

5 Common Methods to
Increase Model’s Accuracy

A
  1. Handling Missing Values & Outliers
  2. Feature Engineering
  3. Feature Selection
  4. Try Multiple Algorithms
  5. Adjusting Hyperparameters
22
Q
A