Answered step by step
Verified Expert Solution
Question
1 Approved Answer
build a multilayer perceptron model from the dataset with adequate neurons and layer size. your model can predict the export value of crop products for
build a multilayer perceptron model from the dataset with adequate neurons and layer size. your model can predict
the export value of crop products for Year Your model is allowed to be either a regression
model or a classification model. Report Prepare a report that answers ALL questions below. Use the EXACT
question themes highlighted in bold as section titles for your report, so that your report has
titled sections exactly. Submit the document as a single pdf file.. Performance
marks max Report the performance of your model, and also describe using
maths formulae if appropriate how the reported performance was computed
from the model outputs.
marks max State clearly the total number of instances used and then the
number of instances in your training and test sets and how these sets were
derived from the given data.
marks MLP model
marks max Describe your multilayer perceptron MLP model, making sure
to specify including maths formulae when appropriate at the very least the
activation function for its output layer, the loss function used to train it and the
number of units in its output layer.
marks max List and describe the steps that you took to prevent overfitting
for your model using maths formulae when appropriate
marks Features & Labels: marks max Describe as a list how the labels waswere derived from the
given data using maths formulae when appropriate
marks max Report the features that you used for your model, making sure
to specify the features used and the total number used, clarify why these
features were selected, and describe as a list how they were derived from the
given data, if applicable.
marks Preprocessing
marks max List and describe the preprocessing that you did on your
features for building your model using maths formulae when appropriate
B marks Code Prepare all the code used to complete all the tasks above and submit as a
single pdf file.
C marks Model outputs for the test sets Prepare the prediction outputs for your model in
a single csv file and using an appropriate header row. The file should have at least columns:
column for the data instance id column for the corresponding true label, at least column
for the corresponding predictions for your model. Submit the document as a single csv file. Other Important Notice
You are not required to code machine learning algorithms from scratch. You can use standard
machine learning libraries including Scikitlearn, PyTorch, TensorFlow. However, you must only
use standard libraries.
You are also allowed to use any standard software libraries eg Python pandasnumpy
Microsoft Excel, IBM SPSS Stata, R libraries for data extraction and preparation.
You are NOT permitted to use or submit someone elses code, output, or report as yours you
are permitted to use code snippets from the lab materials given by the teacher, from machine
learning software library documentations as stated in # above, or from recommended
textbooks
You must NOT use generative artificial intelligence AI to generate any materials or content
for your assessment submissions.
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