Company Question: ResNet

  • Post author:
  • Post category:Uncategorized
  • Post last modified:January 20, 2023

Companies: Amazon, Apple Difficulty: Medium Frequency:  Low Question What is the ResNet Principle? Answer As we create deeper neural networks, the model starts to overfit and we lose generalization which leads to…

Continue ReadingCompany Question: ResNet

Company Question: K-NN

  • Post author:
  • Post category:Uncategorized
  • Post last modified:January 20, 2023

Companies: Apple, Google Difficulty: Easy Frequency:  High Question Can you explain k-nn? Answer K-NN (k nearest neighbours) is an algorithm that uses the "k" nearest data points (usually via a distance metric…

Continue ReadingCompany Question: K-NN