Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

ISYE6501 Final EXAM Questions And Answers Verified 100% Correct

Beoordeling
-
Verkocht
-
Pagina's
50
Cijfer
A+
Geüpload op
26-06-2025
Geschreven in
2024/2025

ISYE6501 Final EXAM Questions And Answers Verified 100% Correct What is the difference between supervised learning and unsupervised learning? - ANSWER-- Supervised - the response is known Unsupervised - response is not known. The k-means algorithm for clustering is a "heuristic" because... - ANSWER-- ...it isn't guaranteed to get the best ANSWER but it will get to a solution quickly. A group of astronomers has a set of long-exposure CCD images of various distant objects. They do not know yet which types of object each one is, and would like your help using analytics to determine which ones look similar. Which is more appropriate: classification or clustering? - ANSWER-- clustering Suppose one astronomer has categorized hundreds of the images by hand, and now wants your help using analytics to automatically determine which category each new image belongs to. Which is more appropriate: classification or clustering? - ANSWER-- classification Which of these is generally a good reason to remove an outlier from your data set? A. The outlier is an incorrectly-entered data, not real data. B. Outliers like this only happen occasionally. - ANSWER-- A. If the data point isn't a true one, you should remove it from your data set. What is an outlier? - ANSWER-- A data point that is very different from the rest What graph or plot can we use to find outliers? - ANSWER-- box-and- whisker plot What are the parts of a box-and-whisker plot? - ANSWER-- The bottom and top of the box are the 25th and 75th percentile. The middle valu is the median. The whiskers stretch up and down to reasonable range of values (10 and 90th or 5th and 95 percentiles) Where would outliers exist in a box and whisker plot - ANSWER-- outside of the whiskers. What are some ways to deal with outliers that are bad data? - ANSWER- - Omit them or use imputation What can change detection be used for? - ANSWER-- Determining whether action might be needed, determining impact of past action, determining changes to help plan. What is Cumulative sum (CUSUM) used for - ANSWER-- detect in crease, decrease or both What is C used for in the Cusum formula - ANSWER-- Since we expect there to be some randomness, we include a value C to pull the running total down If we have a larger C ... - ANSWER-- the harder for S_t to get large and the less sensitive the method will be If we have a smaller C ... - ANSWER-- the more sensitive the method is because S_t can get larger faster What factors go into finding the right values of C and T? - ANSWER-- how costly it is if the model takes a long time to nice a change, and how costly it is if the model think it has found a change that really isn't there. Why are hypothesis tests often not sufficient for change detection? - ANSWER-- They often are slow to detect changes. Hypothesis tests generally have high threshold levels, which makes them slow to detect changes. In the CUSUM model, having a higher threshold T makes it... - ANSWER-- detect changes slower, and less likely to falsely detect changes. In the exponential smoothing equation S_t = alpha times x_t + (1alpha) times S_{t-1} a value of closer to 1 is chosen if... - ANSWER-- There's less randomness, so we're more willing to trust the observation. We put more weight on the observation x_t than the previous estimate S_{t-1} A multiplicative seasonality, like in the Holt-Winters method, means that the seasonal effect is... - ANSWER-- Proportional to the baseline value. A multiplicative seasonality is larger when the baseline value is larger, because its effect is a multiple of the baseline In the exponential smoothing equation S_t = alpha times x_t + (1alpha) times S_{t-1} only the current observation x_t is considered in

Meer zien Lees minder
Instelling
ISYE6501
Vak
ISYE6501

Voorbeeld van de inhoud

ISYE6501 Final EXAM Questions And Answers Verified
100% Correct


What is the difference between supervised learning and unsupervised
learning? - ANSWER-- Supervised - the response is known
Unsupervised - response is not known.

The k-means algorithm for clustering is a "heuristic" because... -
ANSWER-- ...it isn't guaranteed to get the best ANSWER but it will get
to a solution quickly.

A group of astronomers has a set of long-exposure CCD images of
various distant objects. They do not know yet which types of object each
one is, and would like your help using analytics to determine which ones
look similar. Which is more appropriate: classification or clustering? -
ANSWER-- clustering

Suppose one astronomer has categorized hundreds of the images by
hand, and now wants your help using analytics to automatically
determine which category each new image belongs to. Which is more
appropriate: classification or clustering? - ANSWER-- classification

Which of these is generally a good reason to remove an outlier from
your data set?

A. The outlier is an incorrectly-entered data, not real data.
B. Outliers like this only happen occasionally. - ANSWER-- A.

If the data point isn't a true one, you should remove it from your data set.

What is an outlier? - ANSWER-- A data point that is very different from

,the rest

What graph or plot can we use to find outliers? - ANSWER-- box-and-
whisker plot

What are the parts of a box-and-whisker plot? - ANSWER-- The bottom
and top of the box are the 25th and 75th percentile. The middle valu is
the median. The whiskers stretch up and down to reasonable range of
values (10 and 90th or 5th and 95 percentiles)

Where would outliers exist in a box and whisker plot - ANSWER--
outside of the whiskers.

What are some ways to deal with outliers that are bad data? - ANSWER-
- Omit them or use imputation

What can change detection be used for? - ANSWER-- Determining
whether action might be needed, determining impact of past action,
determining changes to help plan.

What is Cumulative sum (CUSUM) used for - ANSWER-- detect in
crease, decrease or both

What is C used for in the Cusum formula - ANSWER-- Since we expect
there to be some randomness, we include a value C to pull the running
total down

If we have a larger C ... - ANSWER-- the harder for S_t to get large and
the less sensitive the method will be

If we have a smaller C ... - ANSWER-- the more sensitive the method is
because S_t can get larger faster

,What factors go into finding the right values of C and T? - ANSWER--
how costly it is if the model takes a long time to nice a change, and how
costly it is if the model think it has found a change that really isn't there.

Why are hypothesis tests often not sufficient for change detection? -
ANSWER-- They often are slow to detect changes.

Hypothesis tests generally have high threshold levels, which makes them
slow to detect changes.

In the CUSUM model, having a higher threshold T makes it... -
ANSWER-- detect changes slower, and less likely to falsely detect
changes.

In the exponential smoothing equation S_t = \alpha \times x_t +
(1\alpha) \times S_{t-1} a value of closer to 1 is chosen if... - ANSWER-
- There's less randomness, so we're more willing to trust the observation.

We put more weight on the observation x_t than the previous estimate
S_{t-1}

A multiplicative seasonality, like in the Holt-Winters method, means
that the seasonal effect is... - ANSWER-- Proportional to the baseline
value.

A multiplicative seasonality is larger when the baseline value is larger,
because its effect is a multiple of the baseline

In the exponential smoothing equation S_t = \alpha \times x_t +
(1\alpha) \times S_{t-1} only the current observation x_t is considered in

, calculating the estimate S_t. - ANSWER-- False. we consider all
previous observations

Is exponential smoothing better for short-term forecasting or long-term
forecasting? - ANSWER-- Short-term

Exponential smoothing bases its forecast primarily on the most-recent
data points. For forecasts of the longer-term future, there aren't data
points close to the time being forecasted

In simple forecasting with basic exponential smoothing what is the value
of F_{t+i} - ANSWER-- S_t

What does autoregression mean? - ANSWER-- Previous values of the
thing being estimated are used to calculate the estimate

Why would we want to estimate the variance? - ANSWER-- Knowing
the variance can help us estimate the amount of error

Why is GARCH different from ARIMA and exponential smoothing? -
ANSWER-- GARCH estimates variance

ARIMA and exponential smoothing both estimate the value of an
attribute; GARCH estimates the variance

When would regression be used instead of a time series model? -
ANSWER-- When there are other factors or predictors that affect the
response.

Regression helps show the relationships between factors and a response

Geschreven voor

Instelling
ISYE6501
Vak
ISYE6501

Documentinformatie

Geüpload op
26 juni 2025
Aantal pagina's
50
Geschreven in
2024/2025
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$15.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
TopGradeGuru Teachme2-tutor
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
15
Lid sinds
1 jaar
Aantal volgers
0
Documenten
2395
Laatst verkocht
2 maanden geleden
GRADEHUB

We provide access to a wide range of professionally curated exams for students and educators. It offers high-quality, up-to-date assessment materials tailored to various subjects and academic levels. With instant downloads and affordable pricing, it\'s the go-to resource for exam preparation and academic success.

1.5

2 beoordelingen

5
0
4
0
3
0
2
1
1
1

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen