Question Bank
1085 approved questions from the community
Django's ORM allows you to interact with databases using Python objects instead of writing SQL queries.
What is the role of the urls.py file in a Django project?
What are the two main types of views in Django?
Django follows the DRY (Don't Repeat Yourself) principle.
Which of the following are applications of autoencoders? (Select all that apply)
Which of the following are variants of RNN? (Select all that apply)
Which of the following are common activation functions in neural networks? (Select all that apply)
What is a cost function in neural networks?
What is a Type I error?
What is a Type II error?
What is the bias-variance tradeoff in machine learning?
What is gradient descent?
What is recall in machine learning?
What is the F1-score?
What is precision in machine learning?
Which of the following are examples of data augmentation for images? (Select all that apply)
What is data normalization in machine learning?
What is the Turing Test?
CNNs have built-in translation invariance because convolution kernels act as filters applied across the entire image.
Instance-based learning memorizes examples and generalizes using similarity measures, while model-based learning builds a model from examples to make predictions.