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 comments
Loading...
Problem Recent Solvers4
Suggested Problems
-
Calculate the Levenshtein distance between two strings
1512 Solvers
-
How to find the position of an element in a vector without using the find function
2819 Solvers
-
Create a square matrix of multiples
501 Solvers
-
Find files with extension ext in the current directory
37 Solvers
-
18 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!