HCI3 Exam 3 - Intro to AI and Machine Learning

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:23 PM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

patterns

AI finds ______ in structured and unstructured data and uses them to make predictions

2
New cards

structured

data in tables with rows and columns is an example of _______ (structured/unstructured) data

3
New cards

unstructured

data in formats like images, videos, free text, and sound are examples of ______ (structured/unstructured) data

4
New cards

true

T/F: brain waves and molecules are a types of unstructured data

5
New cards

statistics

focus on developing new estimators with key theoretical properties such as unbiasedness, consistency, efficiency, asymptomatic normality, and robustness

6
New cards

AI/ML

focus on predictive accuracy and computational speed with few theoretical guarantees such as evaluating predictive accuracy on out-of-sample data and comparison to existing predictive methods

7
New cards

rule-based AI

hard-coded logic that works with small datasets or no data at all and required heavy human involvement in design

8
New cards

ML AI

handles moderate amount of data to learn patterns and requires medium human involvement

9
New cards

deep learning

handles very large datasets for complex pattern recognition and deep neural networks

10
New cards

linear regression

a statistical method used to fit a linear model to a given data set

11
New cards

true

T/F: linear regression can be a relatively poor predictor of outcomes for complicated data patterns

12
New cards

decision trees

used to divide data into smaller groups to fit simple models for each group

13
New cards

interpretability

builds trust with patients, offers transparency, ensures accountability through informed decision making, and regulatory requirements in healthcare

14
New cards

boosted trees

uses multiple trees instead of one, building each new tree sequentially following the last tree with improvements; very powerful but difficult to compute and fine tune

15
New cards

Xgboost

powerful and popular algorithm built on boosted trees for structured data

16
New cards

neural networks

allow analyzation of unstructured data using multi-stage regression or classification model

17
New cards

explainability

a single tree model has more ______ than a boosted tree model

18
New cards

accuracy

a boosted tree model has more ______ than a single tree model

19
New cards

activation function

a neural network uses an ______ to discard useless results

20
New cards

image

neural networks are the most powerful ML tool for ______ classification

21
New cards

pixel

neural networks function by assigning a weight to each ______

22
New cards

performance monitoring

a process used to ensure model generalizability to fit both existing and new data well

23
New cards

70/15/15

what is a common split for data into training, validation, and test data to ensure performance monitoring

24
New cards

predefined iterations, cross-validation, and regularization

three examples of stopping rules to complete model training

25
New cards

K-fold cross validation

data is split into k mutual subsets and k number training/testing experiments are conducted

26
New cards

bias-variance trade-off

balancing model complexity and prediction accuracy

27
New cards

bias

model is too simple and misses important patterns - underfitting

28
New cards

variance

model is too complicated and captures noise from the training data making a bad predictor for new data - overfitting

29
New cards

define, collect, prepare, discover, train, evaluate, select, and launch/monitor/maintain

define the process for ML

30
New cards

Microsoft Azure, SAS Enterprise Miner (Viya), and Python Sci-Kit Learn

examples of structured data platforms

31
New cards

Amazon Rekognition, IBM Visual Recognition, and Google Vision AI

image apps for unstructured data platforms

32
New cards

IBM Watson Tone Analyzer and Amazon Comprehend

text apps for unstructured data platforms

33
New cards

false

T/F: it is advisable to incorporate multiple coding languages into your coding when analyzing unstructured data platformrs

34
New cards

reduce cost, manual labor, and subjectivity

use cases for AI/ML

35
New cards

descriptive (what happened?) and diagnostic (why did it happen?) analysis

when should ML NOT be used?

36
New cards

data quality, labeling, and model accuracy/confidence

why do most ML projects fail?