Problem 58897. Neural Net: Calculate Bias Single Perceptron (AND/NAND/OR/NOR/XOR)
This challenge is to calculate the Neural Net Bias Perceptron vector,P, given X, WH, and WP using ReLU on the hidden layer. Test Cases will be all two input conditions for functions XOR, AND, NAND, OR, and NOR.
Since X wll be a 4x3 matrix the output P will be a 4x1 vector with values 0 or 1.
The function template includes the code to create this figure using Matlab Latex
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Find the alphabetic word product
3376 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1938 Solvers
-
Sum all integers from 1 to 2^n
16072 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
613 Solvers
-
Assign numerical values to a structure with 1 field
32 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!