Easy
With what type(s) of learning can the following performance indicators be used?
Mean absolute error (MAE)/ Mean square error (MSE) /Root mean square error (RMSE) / Confusion matrix / True rate positive / Receiver Operating Characteristic curve (ROC curve)
Author: MartinStatus: PublishedQuestion passed 893 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
4
What are the differences/similarities between a loss function, an error function, and a cost function?8
How to handle missing data in a given training data set ?6
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
What is ensemble learning? It consists in …16
How to handle missing data in a given training data set ?7
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.4
In order to get good results when implementing deep learning, one needs to prepare his data before using it. What action should be done during this preparation?