Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You should submit a Report describing your work. The Report may include the following parts:Problem Definition ( describing the problem at hand and the aim
You should submit a Report describing your work. The Report may include the following parts:Problem Definitiondescribing the problem at hand and the aim of the work
Solution Methodology a description of your machine learning models,why you choose them, how you apply them, the results of your experiments, including numbers, visualizations, and interpretations as appropriate
Comparison of the models describing how you measure goodness of the models and the final decision of this comparison
Conclusionsummarizing your work with a result
# Follow the steps to generate your personal data set.
# Then apply at least two machine learning methods covered in the lectures.
# The data has features ID Race, Age, Sex, Your, IQ and Height with
# class variable Died. The aim is to predict whether or not the# patient in the hospital will DiedTRUE or not FALSE
# rdatafunction in wakefield package is used to the generate
# random data set.
install.packageswakefield
librarywakefield
set.seed # Plug your digits student ID in s
data rdata # Generate a dataset consisting of instances# Follow the steps to generate your personal data set.
# Then apply at least two machine learning methods covered in the lectures.
# The data has features ID Race, Age, Sex, Hour, IQ and Height with
# class variable Died. The aim is to predict whether or not the
# patient in the hospital will Died TRUE or not FALSE
# rdata function in wakefield package is used to the generate
# random data set.
install.packages wakefield
library wakefield
set.seed # Plug your digits student ID in s
data rdata # Generate a data set consisting of instances
INE HOMEWORK
Homework should be performed individually. First, follow the steps given in Data Set Generation
file to generate your personal data set. Then, apply the ML algorithms that have been learned in the
lectures by using the generated data set. It has two parts: submitting a report and presenting your work
in the class.
REPORT
You should submit a Report describing your work. The Report may include the following parts:
Problem Definition describing the problem at hand and the aim of the work
Solution Methodology a description of your machine learning models, why you choose them, how
you apply them, the results of your experiments, including numbers, visualizations, and interpretations
as appropriate
Comparison of the models describing how you measure goodness of the models and the final
decision of this comparison
Conclusion summarizing your work with a result
PRESENTATION
You should present your work in the class with a minute talk.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started