Easy
In what type of learning are the following task included?
-
image classification: creation of a model able to tell you if there is a dog on a given picture;
-
spam detection: creation of a model which distinguishes spam messages from non-spam ones
Author: MartinStatus: PublishedQuestion passed 591 times
Edit
Similar QuestionsMore questions about Deep learning
12
What is the relation between Artificial intelligence (AI), machine learning and deep learning?8
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.5
Given a neural network with 4 inputs, how many connections could exist between the input layer and the first hidden layer?1
Which neural network type is the best for image processing?1
In deep learning, the validation set is used to provide frequent and unbiased evaluations of the modelâs fit on the training set while tuning its hyperparameters/parameters: in other words,the model is found and then tested on the validation set before to be improved once again.