ISDS 415 Final - Ch 7

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/53

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

54 Terms

1
New cards

What is the goal of deep learning?

To mimic the thought process of humans using mathematical algorithms

2
New cards

What is the advantage of deep learning over classic machine-learning methods?

Ability to automatically acquire the knowledge required to accomplish informal tasks, extract some advanced features that contribute to the superior system performance

3
New cards

Which AI-based learning method does deep learning fall under?

representation learning

4
New cards

These networks are simplified abstractions of the human brain and its complex biological networks of neurons.

Artificial neural networks

5
New cards

In ANNs, neurons are equivalent to…?

processing units/elements (PEs) that perform mathematical operations, push out its own output

6
New cards

T/F: The first step in the development process for an ANN application is to collect, organize, and format the data.

True

7
New cards

What are the three tasks of supervised learning in ANN?

  1. Compute temporary outputs.

  2. Compare outputs w/ desired targets

  3. Adjust the weights and repeat the process

8
New cards

The optimization of performance in the neural network is usually done by an algorithm called ______?

stochastic gradient descent (SGD)

9
New cards

This is the most popular neural network supervised learning algorithm; calculation of network gradients

backpropagation

10
New cards

A central concern in the training of any type of machine-learning model is overfitting, which happens when..?

when the trained model is highly fitted to training data, performs poorly on other datasets

11
New cards

What is the “black box” syndrome?

can solve complex problems, but lack explanation

12
New cards

T/F: Most machine learning techniques, led by ANN, are typically known as black boxes.

True

13
New cards

What is the main characteristic of a convolutional network?

Having at least one layer involving a convolution weight function instead of a general matrix multiplication

14
New cards

T/F: The inputs, weighting functions, and transfer functions in a given network are adjustable; the values of the weights and biases are fixed.

False; The inputs, weighting functions, and transfer functions in a given network are FIXED; the values of the weights and biases are ADJUSTABLE.

15
New cards

The processing element (PE) of an ANN is an _____.

artificial neuron

16
New cards

Each ANN is composed of a collection of neurons that are grouped into layers, often called as _______.

network structure

17
New cards

A _____ layer is a layer of neurons that takes input from the previous layer and converts those inputs into outputs for further processing.

hidden

18
New cards

T/F: Each input corresponds to a single attribute

True

19
New cards

T/F: The output of a network contains the solution to a problem

true

20
New cards

These express the relative importance of each input to a PE and ultimately, to the output

connection weights

21
New cards

summation function

computes the weighted sums of all input elements entering each processing element

22
New cards

What are the nine steps in the development process for an ANN application?

  1. College, organize, and format the data

  2. Separate data into training, validation, and testing sets

  3. Decide on a network architecture and structure

  4. Select a learning algorith

  5. Set network parameters and initialize their values

  6. Initialize weights and start training (and validation)

  7. Stop training, freeze the network weights

  8. Test the trained network

  9. Deploy the network for use on unknown new cases

23
New cards

What are some factors to consider when deciding a network architecture & learning method?

  • availability of a particular development tool

  • capabilities of the development personnel

  • certain problem types have high success rates w/ certain configurations

  • exact # of neurons and # of layers

24
New cards

In supervised learning, connection weights are derived from existing cases; the learning process is _____

inductive

25
New cards

What are the three steps of learning process in ANN?

  1. Compute temporary outputs

  2. Compare outputs w/ desired targets

  3. Adjust the weights and repeat the process

26
New cards

What is a widely practiced technique for model explainability and/or variable importance identification in ANNIs?

value perturbation type sensitivity analysis

27
New cards

T/F: Deep networks need small data sets to be trained satisfactorily.

False; need larger data sets

28
New cards
29
New cards

Feedforward multilayer perceptron (MLP) deep networks

  • aka deep feedforward networks

  • most general type of deep network

  • large-scale neural networks that can contain many layers of neurons and handle tensors as their input

  • flow of info is always forwarding

30
New cards

Image classification networks traditionally involve what two pipelines?

visual feature extraction

image classification

31
New cards

Recurrent neural network (RNN) is specifically designed to process ____ inputs.

sequential

32
New cards

T/F: A recurrent neural network (RNN) models a dynamic system.

True

33
New cards

T/F: RNNs do not have memory to determine future outputs.

False; RNNs do have memory and apply that memory to determine their future outputs.

34
New cards

ChatGPT falls in a class of machine learning NLP models known as ______.

Large Language Models (LLMs)

35
New cards

LLMs operate by….

  1. being pretrained on huge corpora of text data using cutting-edge deep learning algorithms

  2. inferring a response for a given user input by breaking down its parts

36
New cards

What makes ChatGPT unique?

Reinforcement Learning from Human Feedback (RLHF)

37
New cards

What are the applications of ChatGPT?

  • customer service

  • healthcare

  • marketing

  • computer programming

38
New cards

What are the limitations of ChatGPT?

biases, false answers, obsolete data

39
New cards

cognitive computing

addresses highly complex situations characterized by ambiguity and uncertainty

40
New cards

Based on the Cognitive Computing Consortium, what are the key attributes of cognitive computings systems?

  • adaptive: flexible enough to learn as info changes and goals evolve

  • interactive: users must be able to interact w/ cognitive machines

  • iterative and stateful: asking q’s or pull in additional data as needed

  • contextual: must understand, identify, and mine contextual data

41
New cards

What is the main diff b/t cognitive computing & AI?

cognitive computing aimed at helping humans solve complex problems; AI aimed at automating processes that are performed by humans

42
New cards

Cognitive analytics

refers to cognitive computing-branded technology platforms that specialize in processing and analyzing large, unstructured data sets

43
New cards

cognitive search

new general search method that uses AI. toreturn results that are much more relevant to users

44
New cards

How is cognitive search different from traditional search?

  • can handle varieyt of data types

  • can contextualize the search space

  • employ advanced AI technologies

  • enable developers to build enterprise-specific search applications

45
New cards

IBM Watson is an example of _____.

cognitive computing

46
New cards

What are some industries where Watson was applied?

  • healthcare & medicine

  • security

  • finance

  • retail

  • education

  • government

  • research

47
New cards

T/F: The task undertaken by a neural network does not affect the architecture of the neural network; in other words, architectures are problem independent.

False

48
New cards

Sensitivity analysis is a method for extracting what among the inputs and the outputs of a trained neural network model?
a. detailed quantitative predictive models

b. bias

c. cause and effect relationships

d. underlying constraints

c. cause and effect relationships

49
New cards

_____ is a subset of  artificial intelligence while _____, often used interchangeably with artificial intelligence, is the umbrella term used for technologies that rely on data and scientific methods/computations to make (or help/support in making) decisions. 

Machine learning, cognitive computing

50
New cards

T/F: Deep multilayer perceptron (MLP) and convolutional networks are specialized for processing a sequential grid of values.

False

51
New cards

______, a very popular natural language processing (NLP) application, is trained on an enormous corpus of text data from books, websites, articles, and a variety of other human language sources to answer virtually any question. 

ChatGPT

52
New cards

In developing an artificial neural network, all of the following are important reasons to pre-select the network architecture and learning method, except?

a. Most neural networks need special purpose hardware, which may be absent

b. Some neural network software may not be available in the organization

c. Development personnel may be more experienced with certain architectures

d. Some configurations have better success than others with specific problems

a. Most neural networks need special purpose hardware, which may be absent

53
New cards

_______ are among the key learning elements of an artificial neural networks (ANNs) that represent the relative strength (or mathematical value) of connections between layers.

connection weights

54
New cards

T/F: Cognitive computing addresses highly complex situations that are characterized by ambiguity and uncertainty; in other words, it handles the kinds of problems that are thought to be solvable by human ingenuity and creativity.

True