Hard
Complete the sentence : Gradient descent is an optimization algorithm used to train neural networks. Its objective is to modify the model parameters until finding…
Author: MartinStatus: PublishedQuestion passed 211 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
14
What is the relation between Artificial intelligence (AI), machine learning and deep learning?15
What is the missing word in the following sentence: Overfitting is the production of a model that corresponds too closely to the training data set and may therefore fail to fit other data sets and so fail to perform any reliable forecast.8
Given a neural network with 4 inputs, how many connections could exist between the input layer and the first hidden layer?4
Which of the following processes are machine learning ones but not particularly related to deep learning?2
Cross validation is a technique used for evaluating DL (deep learning) models (an ML models in general). The method consists in training several models on subsets of the input data and evaluating them on the complementary subset of this same data. It aims at avoiding overfitting.1
How to define unsupervised learning? In unsupervised learning ...1
Which neural network type is the best for image processing?