Previous question · 116
VR App Session Counts
mediumDatabase
Next question · 118
Destination Percentages
mediumDatabase
Random coding question

117. Feature map dimensions

easy
GeneralGeneral
senior
Function contract
Inputs
k
int
p
int
s
int
h_in
int
w_in
int
Returns
value
np.ndarray

Examples

Input
{
  "k": 3,
  "p": 1,
  "s": 1,
  "h_in": 32,
  "w_in": 32
}
Output
[
  32,
  32
]

Constraints

Hint 1
Hint 2
Hint 3
Roles
ML Engineer
AI Engineer
Data Scientist
Research Scientist
Companies
GeneralGeneral
Levels
senior
entry
Tags
convolution
output-dimensions
stride-padding
integer-floor-division

Similar Questions

Linear Regressionmedium
ML Coding
Activation function relueasy
ML Coding
Text normalizationmedium
ML Coding
18 people are solving this problem
Loading editor for the selected language
Ln 1, Col 1
Program Output
DATAINTERVIEW
Interactive coding terminal
Python / NumPy environment ready.
Type a command below or run code from the editor.
run scriptExecute the current editor contents
submitGrade the current editor contents against all solution test cases
python ("print hello world")Run an isolated Python command
helpShow all available commands