Posts

Summarize the attached paper in about 1-2 pages.

DISCUSSION ESSAY

Summarize the attached paper in about 1-2 pages.

  • https://www.proficientwriters.com/download/194093d0-cde2-491c-9ff4-6626cfee2820

Discuss the importance of recipe costing-why is it necessary. Identify the importance and use of food cost percentages. Identify guidelines for costing out a recipe.

EXCEL SHEET OF MENU COSTING AND ENGINEERING OF FOOD PRODUCTS

Discuss the importance of recipe costingwhy is it necessary.
Identify the importance and use of food cost percentages.
Identify guidelines for costing out a recipe.
Discuss menu pricing techniques.
Introduction to menu engineering.

In light of this statement, discuss the challenges faced by local governments in the age of globalization. What benefits do you think globalisation has created for local governments?

Globalization has changed the functioning of local governments.

1. In light of this statement, discuss the challenges faced by local governments in the age of globalization. (5 Marks)

2. What benefits do you think globalisation has created for local governments? (5 Marks)

3. With the help of examples, explain how local governments can raise their funds, meet future challenges and be able to convert their challenges into opportunities. (5 Marks)

What Are the Differences Between Quantitative and Qualitative Research? Compare and contrast the major differences between quantitative and qualitative research designs.

Discussion 3.1: What Are the Differences Between Quantitative and Qualitative Research?

For this discussion, respond to the following:

1. Compare and contrast the major differences between quantitative and qualitative research designs.

2,. How is a descriptive research design different from a qualitative research design?

Critically discuss the basic change process beginning with the formation of IMAR and ending with the existence of a number of funded projects carried out by university researchers.

Organization Design and Development MGT 404

Learning Outcomes:

  • Describe the basic steps of the organizational development process.
  • Evaluate the strategic role of change in the organization and its impact on organizational performance.

Assignment Question(s):

Please refer to the case study titled Planned Change in an Underorganized Systemgiven on Page number 36, Chapter 2 in your textbook and answer the following questions:

1.Critically discuss the basic change process beginning with the formation of IMAR and ending with the existence of a number of funded projects carried out by university researchers. (3 marks)

2.Which model of planned change has been used in the case from your point of view? and why? (3 marks)

3.Based on what you have learned about positive model, action research model and the general model of planned change, were there any important steps omitted from the IMAR change process? Were there any extra steps included in the IMAR change process? Please explain. (3 marks)

4.Discuss the main challenges faced by the team during the change process. (3 marks)

5.Critically evaluate the change process and if you were the consultant what would you have done differently to improve the process? (3 marks)

Describe the history, current status, and adoption implications of a Financial Accounting Standards Board ongoing project.

FASB Report: Leases Topic 842

Project Objective
Describe the history, current status, and adoption implications of a Financial Accounting Standards Board ongoing project.

An ERP software system is often one of the most significant investments a company will make. Give any three arguments if you agree or disagree. Describe your response in your own language.

IT402

Description of Discussion Board

Purpose                                                               

The purpose of discussion board activity is familiarized student with the significance of the ERP Enterprise Resources Planning.

Action Items

  • Access the discussion forum for this assignment by clicking on the discussion forum title.
  • Click on “Create Thread.”
  • Enter a title for your response in the “Subject” line.
  • Type your response into the message field to the following discussion prompt:

Post your answer to the Question (100 – 200 words):

Read the below given statement and answer the question:

Discussion Question:

  1. An ERP software system is often one of the most significant investments a company will make. Give any three arguments if you agree or disagree. Describe your response in your own language.
  2. Respond to two other classmates’ postings by critically reviewing your classmate’s answer and stating which points you agree or disagree with.

Create a conditional distribution for each of the input variables with respect to output. Comparing the plots for Sulphates and Alcohol, which one do you think is more predictive of the wine quality, and why?

Wine-Tasting Machine

In this assignment, we will practice building supervised machine learning with Logistic Regression (LR), Naïve Bayes (NB), Support Vector Machine (SVM), and Decision tree (DT), Random Forest (RF) classifiers, as compared with simple/baseline methods such as OneR and ZeroR. The data for this exercise comes from the wine industry. Each record represents a sample of a specific wine product, the input attributes include its organoleptic characteristics, and the output denotes the quality class of each wine: {high, low}. The labels have been assigned by human wine-tasting experts, and we can treat that information as “ground truth” in this exercise.  Your job is to build the best model to predict wine quality from its characteristics, so that the winery could replace the costly services of professional sommeliers with your automated alternative, to enable quick and effective quality tracking of their wines at production facilities. They need to know whether such change is feasible, and what extent of inaccuracies may be involved in using your tool.

 

You will be asked to run experiments in both WEKA and Python.

You are given two datasets red-wine.csv and white-wine.csv: Dataset folder

 

Deliverable:

  • A word doc with answers (including screenshots) to blackboard
  • Python Notebook to be uploaded to GitHub and shared the link in the above Google doc

 

WEKA Tasks (50 points)

 

  1. Load red-wine.csv into WEKA (15 points)
    1. Create a conditional distribution for each of the input variables with respect to output (click the “visualizing all” button, making sure you set the output correctly)
    2. Comparing the plots for Sulphates and Alcohol, which one do you think is more predictive of the wine quality, and why?
    3. Verify your answer by using a logistic regression model, is it consistent with your speculation in (b)? (hint: here you may use univariate logistic regression, the better performance, the more predictive a feature is. AUC is a good score for this purpose)

 

  1. Fit a model using each of the following methods and report the performance metrics of 10-fold cross-validation using red-wine.csv as the training set (25 points)
Model ZeroR OneR LR NB DT SVM RF

 

AUC N/A N/A          
Accuracy              

 

  1. Obtain the ROC curve for the best-performing model in terms of AUC score from the experiment above, paste a screenshot here and comment on its performance (5 points)
  2. Using the best model obtained above in WEKA and run the model on white-wine.csv and report the AUC score, comment on the performance.  (hint: see WEKA reference section on how to get performance on an external independent test set) ( 5 points)

 

 

Python Tasks (50 points)

Submission:  Upload Python Notebook to GitHub links as homework 1

  1. Read  red-wine.csv into Python as a data frame, use a pandas profiling tool (https://github.com/pandas-profiling/pandas-profiling) to create an HTML file, and paste a screenshot of the HTML file here (10 points)
  2. Repeat the same experiments in WEKA Question 2,  and report the same metrics as in Question 2. To receive full credit, you will need to write a script to assemble the result as above in the form of Pandas data frame. Paste a screenshot of your result from your Python notebook here. Please make sure that there is a reasonable number of significant digits in reporting your output. (20 points)
  3. Plot the ROC curve of the Random Forest classifier from the Python package, and paste a screenshot of your ROC curve here (10 points)
  4. Using the best model obtained above in Q2 (python)  and running the model on white-wine.csv and reporting the AUC score, comment on the performance. (5 points)
  5. Suppose all the models have comparable performance, which model would you prefer if the wine-tasting experts would like to gain some insights into the model? Note: there could be multiple model types fitting this criterion. (5 points)

What was your strategic action plan going into the rounds detailed in Blackboard including the reasons for the moves and how it relates to your overall strategy? What are your objective and measurable goals for the moves? Did you have to make operationally reactive moves not related to your strategy? Why?

Strategic Stimulation: S

  1. What was your one corporate generic strategy as reviewed from our text for the week? Break this down by your target market and your competitive advantage. Why? Did your overall strategy change since week 1? Why?
  2. What was your strategic action plan going into the rounds detailed in Blackboard including the reasons for the moves and how it relates to your overall strategy? What are your objective and measurable goals for the moves? Did you have to make operationally reactive moves not related to your strategy? Why?
  3. What was the objective, fact-based results compared to your intended moves and the reasons of these moves generally? How did your moves advance your one Generic Strategy? Be specific. Did you get the objective results you expected? Why/why not? Share any objective measures from the simulation program that are pertinent to the strategic implementation results and note any purely operational moves. How did your competition and the external environment impact your moves? What is your analysis of this data results compared to your intended results?
  4. What do you think the next set of objective and measurable moves you will have to consider, and what will you suggest to your partners regarding next week’s moves?
  5. What have you learned and how does this relate to other lessons in this course and to your career?
  6. Provide a log regarding the specific dates and times that you accessed the simulation system including specifically when and how you and your teammate reviewed and discussed the simulation system data and decided on your moves to make. A sample is provided in week 1.

Your report this week should cover periods 5 thru 6 inclusively with fact-based objective data that you analyze from both periods. DO NOT copy from your first paper. Each paper must be written in your own words with proper APA referencing.