SlideShare a Scribd company logo
Operations Management
Chapter 03 Homework Assignment
Use this file in input your answers. Please include citations and
any excel files with same name format as below.
Please name file Chapter 02 Homework Mission Statement and
Productivity_yourlastname.doc
1. The owner Berry Pies, is contemplating adding a new line of
pies, which will require leasing new equipment for a monthly
payment of $7,000. Variable costs would be $3 per pie, and pies
would retail for $8.00 each.
a. How many pies must be sold in order to break even?
b. What would the profit (loss) be if 1,300 pies are made and
sold in a month?
c. How many pies must be sold to realize a profit of $4,500?
d. If 3,100 can be sold, and a profit target is $8,000, what price
should be charged per pie?
2. Describe the stages of the product life cycle. What are the
demand characteristics at each stage? (about one paragraph)
3. For your product (about one to two paragraphs):
a. Discuss the stages of the life cycle for your product.
b. At which stage is your product is in its life cycle.
c. What do you think are the primary sources for idea
development for your product and how important is the
feedback loop in the Product Design Process for your product.
4. Mop and Broom Manufacturing estimates that it takes 10.0
hours for each broom to be produced, from raw materials to
final product. An evaluation of the process reveals that the
amount of time spent working on the product is 7 hours.
Determine process velocity. Your answer should have five
significant numbers. If you can, evaluate what this number
means and or if you can't please explain why.
5. Oakwood Outpatient Clinic is analyzing its operation in an
effort to improve performance. The clinic estimates that a
patient spends on average 1.25 hours at the facility. The amount
of time the patient is in contact with staff (i.e., physicians,
nurses, office staff, lab technicians) is estimated at 60 minutes.
On average the facility sees 42 patients per day. Their standard
has been 40 patients per day. Determine process velocity AND
efficiency for the clinic. Mind you units. Your answer for PV
should have three significant numbers. If you can, evaluate what
the PV number means and or if you can't please explain why.
Also comment on the efficiency level of the Clinic.
Perceptron, SGD, Boosting
1. Consider running the Perceptron algorithm on a training set S
arranged in a certain order.
Now suppose we run it with the same initial weights and on the
same training set but in a
different order, S′. Does Perceptron make the same number of
mistakes? Does it end up with
the same final weights? If so, prove it. If not, give a
counterexample, i.e. an S and S′ where
order matters.
2. We have mainly focused on squared loss, but there are other
interesting losses in machine
learning. Consider the following loss function which we denote
by φ(z) = max(0,−z). Let S
be a training set (x1,y1), . . . , (xm,ym) where each xi ∈ Rn and
yi ∈ {−1, 1}. Consider running
stochastic gradient descent (SGD) to find a weight vector w that
minimizes 1
m
∑m
i=1 φ(y
i ·
wTxi). Explain the explicit relationship between this algorithm
and the Perceptron algorithm.
Recall that for SGD, the update rule when the ith example is
picked at random is
wnew = wold −η∇ φ
(
yiwTxi
)
.
3. Here we will give an illustrative example of a weak learner
for a simple concept class. Let the
domain be the real line, R, and let C refer to the concept class
of “3-piece classifiers”, which
are functions of the following form: for θ1 < θ2 and b ∈ {−1,
1}, hθ1,θ2,b(x) is b if x ∈ [θ1,θ2]
and −b otherwise. In other words, they take a certain Boolean
value inside a certain interval
and the opposite value everywhere else. For example,
h10,20,1(x) would be +1 on [10, 20], and
−1 everywhere else. Let H refer to the simpler class of
“decision stumps”, i.e. functions hθ,b
such that h(x) is b for all x ≤ θ and −b otherwise.
(a) Show formally that for any distribution on R (assume finite
support, for simplicity; i.e.,
assume the distribution is bounded within [−B, B] for some
large B) and any unknown
labeling function c ∈ C that is a 3-piece classifier, there exists
a decision stump h ∈ H
that has error at most 1/3, i.e. P[h(x) 6= c(x)] ≤ 1/3.
(b) Describe a simple, efficient procedure for finding a decision
stump that minimizes error
with respect to a finite training set of size m. Such a procedure
is called an empirical
risk minimizer (ERM).
(c) Give a short intuitive explanation for why we should expect
that we can easily pick m
sufficiently large that the training error is a good approximation
of the true error, i.e.
why we can ensure generalization. (Your answer should relate
to what we have gained in
going from requiring a learner for C to requiring a learner for
H.) This lets us conclude
that we can weakly learn C using H.
1
4. Consider an iteration of the AdaBoost algorithm (using
notation from the video lecture on
Boosting) where we have obtained classifer ht. Show that with
respect to the distribution
Dt+1 generated for the next iteration, ht has accuracy exactly
1/2.
2

More Related Content

DOCX
Ompp3 om (operations management) practical project problems are
DOCX
Operations management practical problem ii flow charting a proces
PPTX
Fishbone analysis
PPT
Fishbone analysis (edited)
PPTX
Fishbone diagam guide
PPT
Seven Statistical tools for Quality Management
PPTX
Cause and effect diagram
PDF
Cmpe 255 cross validation
Ompp3 om (operations management) practical project problems are
Operations management practical problem ii flow charting a proces
Fishbone analysis
Fishbone analysis (edited)
Fishbone diagam guide
Seven Statistical tools for Quality Management
Cause and effect diagram
Cmpe 255 cross validation

What's hot (20)

PPTX
Cause and effect diagram
PPTX
Supervised learning
PPTX
Supervised Machine Learning
PPS
Fish Bone
PDF
Supervised and Unsupervised Machine Learning
DOCX
Csc 440 assignment 2 convex hull out tuesday, feb 9th
PDF
Machine Learning - Decision Trees
DOCX
Ishikawa diagram
PPTX
Supervised Machine Learning Techniques
PPTX
Multiclass classification of imbalanced data
PDF
Unsupervised Machine Learning Ml And How It Works
PPTX
Cause and effect analysis
PDF
Handling Imbalanced Data: SMOTE vs. Random Undersampling
PPT
Fishbone analysis 1108
PDF
Introduction to Random Forest
PDF
Class imbalance problem1
PDF
Supervised learning
PDF
Towards a pattern recognition approach for transferring knowledge in acm v4 f...
PPTX
Fish bone diagram a problem solving tool
Cause and effect diagram
Supervised learning
Supervised Machine Learning
Fish Bone
Supervised and Unsupervised Machine Learning
Csc 440 assignment 2 convex hull out tuesday, feb 9th
Machine Learning - Decision Trees
Ishikawa diagram
Supervised Machine Learning Techniques
Multiclass classification of imbalanced data
Unsupervised Machine Learning Ml And How It Works
Cause and effect analysis
Handling Imbalanced Data: SMOTE vs. Random Undersampling
Fishbone analysis 1108
Introduction to Random Forest
Class imbalance problem1
Supervised learning
Towards a pattern recognition approach for transferring knowledge in acm v4 f...
Fish bone diagram a problem solving tool
Ad

Similar to Operations management chapter 03 homework assignment use this (20)

PPTX
Computer Science Exam Help
PDF
1_2 Introduction to Machine Learning.pdf
PDF
Machine learning (5)
PPTX
Algorithm Assignment Help
PDF
Project Paper
PDF
fb69b412-97cb-4e8d-8a28-574c09557d35-160618025920
DOCX
Om0010 operations management docx
DOCX
Mb0048 operations research
DOCX
Mb0048 operations research
PDF
Explore ml day 2
DOCX
Mb0048 operations research (1)
DOCX
Mb0048 operations research (1)
DOCX
Mb0048 operations research (1)
PDF
An Uncertainty-Aware Approach to Optimal Configuration of Stream Processing S...
PDF
NEW APPROACH FOR SOLVING FUZZY TRIANGULAR ASSIGNMENT BY ROW MINIMA METHOD
PDF
Continuous Architecting of Stream-Based Systems
PDF
Exam100412
PDF
Ai_Project_report
PPT
Machine Learning: Decision Trees Chapter 18.1-18.3
DOCX
Mb0048 operations research (1)
Computer Science Exam Help
1_2 Introduction to Machine Learning.pdf
Machine learning (5)
Algorithm Assignment Help
Project Paper
fb69b412-97cb-4e8d-8a28-574c09557d35-160618025920
Om0010 operations management docx
Mb0048 operations research
Mb0048 operations research
Explore ml day 2
Mb0048 operations research (1)
Mb0048 operations research (1)
Mb0048 operations research (1)
An Uncertainty-Aware Approach to Optimal Configuration of Stream Processing S...
NEW APPROACH FOR SOLVING FUZZY TRIANGULAR ASSIGNMENT BY ROW MINIMA METHOD
Continuous Architecting of Stream-Based Systems
Exam100412
Ai_Project_report
Machine Learning: Decision Trees Chapter 18.1-18.3
Mb0048 operations research (1)
Ad

More from POLY33 (20)

DOCX
Parental InfluencesMerging science and business, selective bre.docx
DOCX
Part 1 Financial AcumenKeeping abreast of the financial measu.docx
DOCX
PART 1 - LISTENING    (12 Points)Explain what is appreciativ.docx
DOCX
PART 1 How does the transmission of zoonotic and vector-borne disea.docx
DOCX
PART 1 Find a recent article or video describing  the competi.docx
DOCX
PART 1 - THE COMMUNICATION PROCESSExplain if each of the below s.docx
DOCX
ParkingLotUtilizationLotCodeLotCapacityLotOccupancyTimeStampDayLot.docx
DOCX
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docx
DOCX
Part 1 Financial AcumenKeeping abreast of the financial mea.docx
DOCX
Parents recently notified the children that they were getting a divo.docx
DOCX
Part 1 Financial AcumenKeeping abreast of the financial measure.docx
DOCX
Part 1 Conflict within TeamsThink of a conflict that occurred.docx
DOCX
Paragraph 1Reflects on current theory and clinical class wit.docx
DOCX
Paragraphing with the MEAL Plan M Main Idea E Evidence or Ex.docx
DOCX
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docx
DOCX
Part 1 Ethical ChallengeFord Motor Company Responds to Ethical C.docx
DOCX
Paragraph 1 (approximately 4-6 sentences)The 1920s is often cal.docx
DOCX
Part 1 - Sample costing flow for a product (10 marks)More re.docx
DOCX
PART 1 (7.5 points)After listening to the lectures (in the m.docx
DOCX
Financial Statement AnalysisPrepare an eight- to ten-page fundamen.docx
Parental InfluencesMerging science and business, selective bre.docx
Part 1 Financial AcumenKeeping abreast of the financial measu.docx
PART 1 - LISTENING    (12 Points)Explain what is appreciativ.docx
PART 1 How does the transmission of zoonotic and vector-borne disea.docx
PART 1 Find a recent article or video describing  the competi.docx
PART 1 - THE COMMUNICATION PROCESSExplain if each of the below s.docx
ParkingLotUtilizationLotCodeLotCapacityLotOccupancyTimeStampDayLot.docx
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docx
Part 1 Financial AcumenKeeping abreast of the financial mea.docx
Parents recently notified the children that they were getting a divo.docx
Part 1 Financial AcumenKeeping abreast of the financial measure.docx
Part 1 Conflict within TeamsThink of a conflict that occurred.docx
Paragraph 1Reflects on current theory and clinical class wit.docx
Paragraphing with the MEAL Plan M Main Idea E Evidence or Ex.docx
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docx
Part 1 Ethical ChallengeFord Motor Company Responds to Ethical C.docx
Paragraph 1 (approximately 4-6 sentences)The 1920s is often cal.docx
Part 1 - Sample costing flow for a product (10 marks)More re.docx
PART 1 (7.5 points)After listening to the lectures (in the m.docx
Financial Statement AnalysisPrepare an eight- to ten-page fundamen.docx

Recently uploaded (20)

PDF
Complications of Minimal Access Surgery at WLH
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Computing-Curriculum for Schools in Ghana
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Classroom Observation Tools for Teachers
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
Complications of Minimal Access Surgery at WLH
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Renaissance Architecture: A Journey from Faith to Humanism
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
TR - Agricultural Crops Production NC III.pdf
VCE English Exam - Section C Student Revision Booklet
FourierSeries-QuestionsWithAnswers(Part-A).pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Computing-Curriculum for Schools in Ghana
O7-L3 Supply Chain Operations - ICLT Program
human mycosis Human fungal infections are called human mycosis..pptx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Classroom Observation Tools for Teachers
2.FourierTransform-ShortQuestionswithAnswers.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Final Presentation General Medicine 03-08-2024.pptx
O5-L3 Freight Transport Ops (International) V1.pdf

Operations management chapter 03 homework assignment use this

  • 1. Operations Management Chapter 03 Homework Assignment Use this file in input your answers. Please include citations and any excel files with same name format as below. Please name file Chapter 02 Homework Mission Statement and Productivity_yourlastname.doc 1. The owner Berry Pies, is contemplating adding a new line of pies, which will require leasing new equipment for a monthly payment of $7,000. Variable costs would be $3 per pie, and pies would retail for $8.00 each. a. How many pies must be sold in order to break even? b. What would the profit (loss) be if 1,300 pies are made and sold in a month? c. How many pies must be sold to realize a profit of $4,500? d. If 3,100 can be sold, and a profit target is $8,000, what price should be charged per pie? 2. Describe the stages of the product life cycle. What are the demand characteristics at each stage? (about one paragraph) 3. For your product (about one to two paragraphs): a. Discuss the stages of the life cycle for your product. b. At which stage is your product is in its life cycle. c. What do you think are the primary sources for idea development for your product and how important is the feedback loop in the Product Design Process for your product.
  • 2. 4. Mop and Broom Manufacturing estimates that it takes 10.0 hours for each broom to be produced, from raw materials to final product. An evaluation of the process reveals that the amount of time spent working on the product is 7 hours. Determine process velocity. Your answer should have five significant numbers. If you can, evaluate what this number means and or if you can't please explain why. 5. Oakwood Outpatient Clinic is analyzing its operation in an effort to improve performance. The clinic estimates that a patient spends on average 1.25 hours at the facility. The amount of time the patient is in contact with staff (i.e., physicians, nurses, office staff, lab technicians) is estimated at 60 minutes. On average the facility sees 42 patients per day. Their standard has been 40 patients per day. Determine process velocity AND efficiency for the clinic. Mind you units. Your answer for PV should have three significant numbers. If you can, evaluate what the PV number means and or if you can't please explain why. Also comment on the efficiency level of the Clinic. Perceptron, SGD, Boosting 1. Consider running the Perceptron algorithm on a training set S arranged in a certain order. Now suppose we run it with the same initial weights and on the same training set but in a different order, S′. Does Perceptron make the same number of mistakes? Does it end up with the same final weights? If so, prove it. If not, give a counterexample, i.e. an S and S′ where order matters. 2. We have mainly focused on squared loss, but there are other interesting losses in machine learning. Consider the following loss function which we denote
  • 3. by φ(z) = max(0,−z). Let S be a training set (x1,y1), . . . , (xm,ym) where each xi ∈ Rn and yi ∈ {−1, 1}. Consider running stochastic gradient descent (SGD) to find a weight vector w that minimizes 1 m ∑m i=1 φ(y i · wTxi). Explain the explicit relationship between this algorithm and the Perceptron algorithm. Recall that for SGD, the update rule when the ith example is picked at random is wnew = wold −η∇ φ ( yiwTxi ) . 3. Here we will give an illustrative example of a weak learner for a simple concept class. Let the domain be the real line, R, and let C refer to the concept class of “3-piece classifiers”, which are functions of the following form: for θ1 < θ2 and b ∈ {−1, 1}, hθ1,θ2,b(x) is b if x ∈ [θ1,θ2] and −b otherwise. In other words, they take a certain Boolean value inside a certain interval and the opposite value everywhere else. For example, h10,20,1(x) would be +1 on [10, 20], and −1 everywhere else. Let H refer to the simpler class of
  • 4. “decision stumps”, i.e. functions hθ,b such that h(x) is b for all x ≤ θ and −b otherwise. (a) Show formally that for any distribution on R (assume finite support, for simplicity; i.e., assume the distribution is bounded within [−B, B] for some large B) and any unknown labeling function c ∈ C that is a 3-piece classifier, there exists a decision stump h ∈ H that has error at most 1/3, i.e. P[h(x) 6= c(x)] ≤ 1/3. (b) Describe a simple, efficient procedure for finding a decision stump that minimizes error with respect to a finite training set of size m. Such a procedure is called an empirical risk minimizer (ERM). (c) Give a short intuitive explanation for why we should expect that we can easily pick m sufficiently large that the training error is a good approximation of the true error, i.e. why we can ensure generalization. (Your answer should relate to what we have gained in going from requiring a learner for C to requiring a learner for H.) This lets us conclude that we can weakly learn C using H. 1 4. Consider an iteration of the AdaBoost algorithm (using notation from the video lecture on Boosting) where we have obtained classifer ht. Show that with
  • 5. respect to the distribution Dt+1 generated for the next iteration, ht has accuracy exactly 1/2. 2