OkAssociation8879
OkAssociation8879 OP t1_j69n96y wrote
Reply to comment by Featureless_Bug in [D] Interviewer asked to code neural network from scratch with plain python on a live call. Reasonable? by OkAssociation8879
It's definitely an easy question if it was a common question and hence featured on leetcode, where candidates would practice it before the interview.
Someone with 2 years of experience don't remember the knitty gritty maths to implement NN from scratch. This question is more suited for someone fresh out of college, in my opinion.
OkAssociation8879 OP t1_j69movh wrote
Reply to comment by seba07 in [D] Interviewer asked to code neural network from scratch with plain python on a live call. Reasonable? by OkAssociation8879
Everything. Loss function, optimizer, backpropagation, update weights
OkAssociation8879 OP t1_j69oa79 wrote
Reply to comment by Featureless_Bug in [D] Interviewer asked to code neural network from scratch with plain python on a live call. Reasonable? by OkAssociation8879
You are right. Interviewers generally ask about backpropagation. They should definitely test me on neural network concepts. But do you not think, asking to code entire neural network from scratch was an overdo for the interview?