Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Regression Task ( predicting continuous numerical variables ) ( 5 0 % - 1 0 0 marks ) For this task, you will find a
Regression Task predicting continuous numerical variables marks
For this task, you will find a dataset and predict a specific value using different types of Machine
learning algorithms one must be using neural networks and write a small report. Your first subtask
is to find a dataset suitable for regression tabular data with mainly numerical values For regression
models, unless you are using a neural network even then, it can vary you will not need to
normalise the data unless your research says otherwise. From your dataset, print out a scatter
matrix of all numerical data. You should also aim to visualise any string data too. You will need to
analyse the string data, group them so you can generate numerical data from it then create some
graphs. Even though you may have string data in the dataset, it may not be useful for regression so
you will not be penalised for this task if you do not use that data type. You then need to pick
algorithms; these can be any of your choice, but you will need to explain how they work in your
report. Once you have fit the model and made some appropriate predictions, state the accuracy of
the model after using the test data, and evaluate its usefulness for your dataset. In the report, you
must explain in detail as to why the model has performed in such way and suggest ways of
improving the model.
Create a regression model using algorithm state which algorithm and submit working source
code marks Model can be either Support Vector Regressor, Decision Tree Regressor, Random
Forest Regressor or Multiple Linear Regression you are not limited to these, but these will be taught
on the module
Create a regression model using algorithm state which algorithm and submit working source
code marks Model can be either Support Vector Regressor, Decision Tree Regressor, Random
Forest Regressor or Multiple Linear Regression you are not limited to these, but these will be taught
on the module
Create a model using Neural Networks submit working source code marks
Report marks
Showing and comparing accuracies of each model. marks
Explanation of how your two models work include references marks
Suggest on different methods to improve your models. Eg Removeadd data? If so which
features would you build on Think about visualising the data first and seeing which features
do not help with the prediction. For NN models, change the number of neurons, layers etc?
marks
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