MLN 601 Machine Learning Assignment

Assignment Help Python Programming
Reference no: EM133101990

MLN 601 Machine Learning - Torrens University Australia

Assessment - Regression Analysis

Learning Outcome 1: Apply learning algorithms to perform machine learning tasks.

Learning Outcome 2: Implement practical machine learning: data pre-processing, analysis, model selection, and interpret the results.

Learning Outcome 3: Communicate clearly and effectively using the technical language of machine learning to a range of stakeholders

Task Summary

In this Assessment, you will use a linear regression Machine Learning (ML) algorithm to analyse data and draw conclusions. To help you create and document the ML model and the results, you will follow the end-to-end CRoss-Industry Standard Process for Data Mining (CRISP-DM) (Chapman et al., 2000) methodology. Further, to guide you through the analysis and the writing of the report, a template for your Jupyter Notebook has been provided.

The CRISP-DM template is a necessary resource for the completion of this Assessment. You must consult the CRISP-DM template for further details and information.

Please refer to the Task Instructions (below) for further details on how to complete this task.

Context
In this Assessment, you will complete an end-to-end ML exercise using real-world data. In your future workplaces, you will often be expected to undertake similar exercises using suitable data sets. The template and the use of a methodology will ensure that you do not simply perform an analysis and present your results; rather, you will be able to share the output of the analysis and discuss why and how you adopted the methodology with your work colleagues.

Task Instructions
You will use your Jupyter Notebook on the Microsoft Azure ML platform or Google Colab and Python 3.6 as the language for all three assessments.

Ultimately, the Notebook will contain both your ML code, data and report documentation.

Your Assessment will be evaluated based on the major stages of the CRISP-DM process as set out in the Notebook template with prompts. The process comprises:
1. Business Understanding;
2. Data Understanding;
3. Data Preparation;
4. Modelling;
5. Evaluation; and
6. Deployment.

The six multi-step stages of the CRISP-DM must be undertaken to complete this Assessment. Note: For ease of working and to complete this Assessment, you should document what you are doing in your Notebook as you progress through the activities (e.g., the steps undertaken and the rationale for the selection of the code). The template will prompt you on how to work through the end-to-end ML process.

Stage 1: Business Understanding

1. This section serves as an introduction. You should write a clear and concise narrative, expressing what you are trying to achieve with regards to your evaluation criteria. Think in terms of ML; for example, the prediction algorithm, the data set selected, what you are seeking from the data set and how you intend to understand the value of your prediction capability.
2. Assess the current situation. See 1.1 of the CRISP-DM template.

Stage 2: Data Understanding

1. Acquire the relevant wine quality data set from the UCI repository for your prediction model. Explicitly specify the data source by providing a specific link and the name of the data set (e.g., red wine, white wine or both) and the method of acquisition (e.g., direct from the URL or a download of the .csv file). The steps taken need to be clearly stated.
2. Read this data set into your Notebook.
3. Describe the data set inclusive of variables, units and levels.
4. Verify the data quality by analysing the data set for structure and missing data.
5. Conduct an initial data exploration using data visualisation, reporting and querying the data.
6. Use the pairplot function in seaborn to determine the relationship, if any, between the variables. Include the output or the visualisation of the pairplot function in your Notebook and comment on it.

Stage 3: Data Preparation
1. Select the data that you will use for the analysis.
2. Clean the data you have selected to improve the quality of the data.

Stage 4: Modelling
1. For this Assessment, you are required to use the linear regression model.
2. Import the linear regression model into your code.
3. Record any modelling assumptions.
4. Run your model over the data set.
5. Record the parameter settings, your rationale for your choice of values and the actual model generated.
6. Revise any parameter settings for subsequent model runs. Document all the revisions until the best model is reached.

Stage 5: Evaluation

1. Assess the ML results. Ensure you include a statement as to whether the model meets the evaluation criteria.

Stage 6: Deployment

1. For this Assessment, you are not required to deploy your model. For this stage, simply include any lessons that you learned and that you wish to share in relation to the things that went right and wrong, the areas in which you did well and in which you could improve. You can also detail any of your other experiences in completing this Assessment.

Attachment:- Machine Learning.rar

Reference no: EM133101990

Questions Cloud

Crime can be broken down and measured in many different ways : These are common statements heard daily, but what are the facts? Crime can be broken down and measured in many different ways.
Examine four internal strengths : a. Examine the strategies that made it possible for G&D to gain control over its suppliers, distributors and rivals.
Establishment of new facilities : The amount by which the value of imports into a nation exceeds the value of its exports.
Calculate the free cash flows of patanjali : Working capital remains constant throughout. So there is no change in net working capital. Calculate the free cash flows of Patanjali
MLN 601 Machine Learning Assignment : MLN 601 Machine Learning Assignment Help and Solution, Torrens University Australia - Assessment Writing Service - Implement practical machine learning
Action of the elders and kingmakers : a. Discuss Any Three (3) activities to justify for the action of the Elders and Kingmakers.
Information-sharing system : Does Amazon use storytelling as an information-sharing system or can they possibly implement it?
Networks and cloud computing : Read, study and analyze the required resource provided below and other relevant resources:
Compute earnings per share for the year : Frantic fast food earnings after taxes of $410,000 in 20X1 with 301,000 shares outstanding. Compute earnings per share for the year

Reviews

len3101990

3/10/2022 8:50:44 PM

All the information is in the brief and the assessment has to be strictly followed and completed with a given template that covers maximum input to complete it.

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd