Question
Write a function that calculates the output of a toy 2-layers NN (foward) to perform a binary classification task. Assume the following: *The NN is
Write a function that calculates the output of a toy 2-layers NN (foward) to perform a binary classification task.
Assume the following:
*The NN is defined by one hidden layer with 4 units and the output layer.
*The function takes an input vector (1XM), the corresponding weight matrices and the bias vector for each layer.
*Choose an activation function for the hidden layer. You don't need to implement the activation functions. You can assume you can call the function or use the corresponding library.
*The function returns the output of the last layer.
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