Problem 58926. Neural Net: Convolutional NN Matrices Determination for LED Digit images
This challenge is to return final WH and WP matrices, given XImgset, WH, WP, K, EPY using convolution(Ximg,K), ReLU on the hidden layer and Softmax on the output layer. Training images are LED binary matrices of digits 1:9 and 0. A fun extension is to add LED variants and see if trained WH/WP give expected result.
[WP,WH]=ConvNN_Process(XImgset,K,WH,WP,EPY)
The matlab Latex code for making the CNN Processing chart included in template.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15600 Solvers
-
Project Euler: Problem 5, Smallest multiple
1500 Solvers
-
Poker Series 01: isStraightFlush
121 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
671 Solvers
-
Determine if input is a perfect number
240 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!