Question: Task 2 [50 Marks] Deep learning is a subset of machine learning, which is essentially a neural network with three or more layers. These neural
Task 2 [50 Marks] Deep learning is a subset of machine learning, which is essentially a neural network with three or more layers. These neural networks attempt to simulate the behavior of the human brain far from matching its ability-allowing it to "learn" from large amounts of data. A multilayer perceptron (MLP) is a feedforward artificial neural network that generates a set of outputs from a set of inputs. An MLP is characterized by several layers of input nodes connected as a directed graph between the input nodes connected as a directed graph between the input and output layers. MLP uses backpropagation for training the network. Choose a dataset of your own choice to implement MLP using any one open-source tool. Student can choose dataset of any type to complete this task. Write a report (600-800 words) that includes the following. It is necessary to include the screenshot of necessary codes and outputs in the report. Also provide the github link of the code. a. Introduction to Neural network and MLP [05 Marks] b. Literature review (minimum 2 research papers) on the application of neural network [10 Marks] c. Explanation of the dataset used [05 Marks] d. Effect of over sampling/under sampling [10 Marks] e. Impact of different activation functions (minimum 2) on the prediction [15 Marks] f. Conclusion [05 Marks] Note. The explanation should not reproduce the given statements, rather a critical reflection is expected
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
