+ 1

What is machine learning algorithm???

13th Sep 2017, 3:06 PM
Yogi t
Yogi t - avatar
3 odpowiedzi
+ 5
Basically, those are matrix transformations done on large datasets by mathematical/statistical models designed to find with the most probability what are the relations between certain sets of features and the ultimate result - a label, a value, an output, etc. The model is 'taught' on a training set and it 'fits' itself to the data so that the pattern it calculates defines or explains the largest possible amount of the data that is possible. The idea is that when ran on a test dataset, the model will have the same or adequate efficiency. It will thus be able to 'predict' the result based on new, earlier unseen data.
13th Sep 2017, 8:19 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar