SlideShare a Scribd company logo
1 of 5
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

What's hot

Cause and effect diagram
Cause and effect diagramCause and effect diagram
Cause and effect diagramLizzette Danan
 
Supervised learning
Supervised learningSupervised learning
Supervised learningAlia Hamwi
 
Supervised Machine Learning
Supervised Machine LearningSupervised Machine Learning
Supervised Machine LearningAnkit Rai
 
Supervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine LearningSupervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine LearningSpotle.ai
 
Csc 440 assignment 2 convex hull out tuesday, feb 9th
Csc 440 assignment 2 convex hull out tuesday, feb 9thCsc 440 assignment 2 convex hull out tuesday, feb 9th
Csc 440 assignment 2 convex hull out tuesday, feb 9thRAJU852744
 
Machine Learning - Decision Trees
Machine Learning - Decision TreesMachine Learning - Decision Trees
Machine Learning - Decision TreesRupak Roy
 
Ishikawa diagram
Ishikawa diagramIshikawa diagram
Ishikawa diagramkerviy
 
Supervised Machine Learning Techniques
Supervised Machine Learning TechniquesSupervised Machine Learning Techniques
Supervised Machine Learning TechniquesTara ram Goyal
 
Multiclass classification of imbalanced data
Multiclass classification of imbalanced dataMulticlass classification of imbalanced data
Multiclass classification of imbalanced dataSaurabhWani6
 
Unsupervised Machine Learning Ml And How It Works
Unsupervised Machine Learning Ml And How It WorksUnsupervised Machine Learning Ml And How It Works
Unsupervised Machine Learning Ml And How It WorksSlideTeam
 
Handling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random UndersamplingHandling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random UndersamplingIRJET Journal
 
Fishbone analysis 1108
Fishbone analysis 1108Fishbone analysis 1108
Fishbone analysis 1108Amit Pandey
 
Introduction to Random Forest
Introduction to Random Forest Introduction to Random Forest
Introduction to Random Forest Rupak Roy
 
Class imbalance problem1
Class imbalance problem1Class imbalance problem1
Class imbalance problem1chs71
 
Towards a pattern recognition approach for transferring knowledge in acm v4 f...
Towards a pattern recognition approach for transferring knowledge in acm v4 f...Towards a pattern recognition approach for transferring knowledge in acm v4 f...
Towards a pattern recognition approach for transferring knowledge in acm v4 f...Thanh Tran
 
Fish bone diagram a problem solving tool
Fish bone diagram a problem solving toolFish bone diagram a problem solving tool
Fish bone diagram a problem solving toolDr.Hemant Kumar
 

What's hot (20)

Cause and effect diagram
Cause and effect diagramCause and effect diagram
Cause and effect diagram
 
Supervised learning
Supervised learningSupervised learning
Supervised learning
 
Supervised Machine Learning
Supervised Machine LearningSupervised Machine Learning
Supervised Machine Learning
 
Fish Bone
Fish BoneFish Bone
Fish Bone
 
Supervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine LearningSupervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine Learning
 
Csc 440 assignment 2 convex hull out tuesday, feb 9th
Csc 440 assignment 2 convex hull out tuesday, feb 9thCsc 440 assignment 2 convex hull out tuesday, feb 9th
Csc 440 assignment 2 convex hull out tuesday, feb 9th
 
Machine Learning - Decision Trees
Machine Learning - Decision TreesMachine Learning - Decision Trees
Machine Learning - Decision Trees
 
Ishikawa diagram
Ishikawa diagramIshikawa diagram
Ishikawa diagram
 
Supervised Machine Learning Techniques
Supervised Machine Learning TechniquesSupervised Machine Learning Techniques
Supervised Machine Learning Techniques
 
Multiclass classification of imbalanced data
Multiclass classification of imbalanced dataMulticlass classification of imbalanced data
Multiclass classification of imbalanced data
 
Unsupervised Machine Learning Ml And How It Works
Unsupervised Machine Learning Ml And How It WorksUnsupervised Machine Learning Ml And How It Works
Unsupervised Machine Learning Ml And How It Works
 
Cause and effect analysis
Cause and effect analysisCause and effect analysis
Cause and effect analysis
 
Handling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random UndersamplingHandling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random Undersampling
 
Fishbone analysis 1108
Fishbone analysis 1108Fishbone analysis 1108
Fishbone analysis 1108
 
Introduction to Random Forest
Introduction to Random Forest Introduction to Random Forest
Introduction to Random Forest
 
Class imbalance problem1
Class imbalance problem1Class imbalance problem1
Class imbalance problem1
 
Supervised learning
Supervised learningSupervised learning
Supervised learning
 
7 QC TOOL
7 QC TOOL7 QC TOOL
7 QC TOOL
 
Towards a pattern recognition approach for transferring knowledge in acm v4 f...
Towards a pattern recognition approach for transferring knowledge in acm v4 f...Towards a pattern recognition approach for transferring knowledge in acm v4 f...
Towards a pattern recognition approach for transferring knowledge in acm v4 f...
 
Fish bone diagram a problem solving tool
Fish bone diagram a problem solving toolFish bone diagram a problem solving tool
Fish bone diagram a problem solving tool
 

Similar to Operations management chapter 03 homework assignment use this

Machine learning (5)
Machine learning (5)Machine learning (5)
Machine learning (5)NYversity
 
fb69b412-97cb-4e8d-8a28-574c09557d35-160618025920
fb69b412-97cb-4e8d-8a28-574c09557d35-160618025920fb69b412-97cb-4e8d-8a28-574c09557d35-160618025920
fb69b412-97cb-4e8d-8a28-574c09557d35-160618025920Karl Rudeen
 
Om0010 operations management docx
Om0010 operations management docxOm0010 operations management docx
Om0010 operations management docxsmumbahelp
 
Mb0048 operations research
Mb0048  operations researchMb0048  operations research
Mb0048 operations researchsmumbahelp
 
Mb0048 operations research
Mb0048  operations researchMb0048  operations research
Mb0048 operations researchsmumbahelp
 
Mb0048 operations research (1)
Mb0048 operations research (1)Mb0048 operations research (1)
Mb0048 operations research (1)smumbahelp
 
Mb0048 operations research (1)
Mb0048 operations research (1)Mb0048 operations research (1)
Mb0048 operations research (1)smumbahelp
 
Mb0048 operations research (1)
Mb0048 operations research (1)Mb0048 operations research (1)
Mb0048 operations research (1)smumbahelp
 
An Uncertainty-Aware Approach to Optimal Configuration of Stream Processing S...
An Uncertainty-Aware Approach to Optimal Configuration of Stream Processing S...An Uncertainty-Aware Approach to Optimal Configuration of Stream Processing S...
An Uncertainty-Aware Approach to Optimal Configuration of Stream Processing S...Pooyan Jamshidi
 
NEW APPROACH FOR SOLVING FUZZY TRIANGULAR ASSIGNMENT BY ROW MINIMA METHOD
NEW APPROACH FOR SOLVING FUZZY TRIANGULAR ASSIGNMENT BY ROW MINIMA METHODNEW APPROACH FOR SOLVING FUZZY TRIANGULAR ASSIGNMENT BY ROW MINIMA METHOD
NEW APPROACH FOR SOLVING FUZZY TRIANGULAR ASSIGNMENT BY ROW MINIMA METHODIAEME Publication
 
Continuous Architecting of Stream-Based Systems
Continuous Architecting of Stream-Based SystemsContinuous Architecting of Stream-Based Systems
Continuous Architecting of Stream-Based SystemsCHOOSE
 
Ai_Project_report
Ai_Project_reportAi_Project_report
Ai_Project_reportRavi Gupta
 
Machine Learning: Decision Trees Chapter 18.1-18.3
Machine Learning: Decision Trees Chapter 18.1-18.3Machine Learning: Decision Trees Chapter 18.1-18.3
Machine Learning: Decision Trees Chapter 18.1-18.3butest
 
Mb0048 operations research (1)
Mb0048 operations research (1)Mb0048 operations research (1)
Mb0048 operations research (1)smumbahelp
 
Mb0048 operations research (1)
Mb0048 operations research (1)Mb0048 operations research (1)
Mb0048 operations research (1)smumbahelp
 

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

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

More from POLY33

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

More from POLY33 (20)

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

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

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