InterviewSolution
Saved Bookmarks
| 1. |
What is deep learning platform and deep learning library? Explain with examples from each. |
|
Answer» <P>Option C would be the CORRECT answer. The size of the convoluted matrix is GIVEN by C = ((I-F+2P)/S)+1, where
Here I = 12, F = 3, P = 0, S = 1 Therefore the answer is 10 X 10 matrix. |
|