Machine Learning Algorithms
Last updated
Last updated
Because of so much hype about deep learning in recent years, people are trying to go for DL based approaches. But, you can get better results with basic machine learning algorithms if you have fewer data points. In this paper, they compared traditional ML algorithms with deep learning algorithms. You can check the results below
From above image, they got better result on test set for first four datasets
using traditional ML methods. First four datasets
contains fewer data points compared to next four, you can check that below.
You can also interpret
your models clearly if you are using some ML-based techniques. Based on your problem, business constraints, and the size of the data you have, you can choose the appropriate technique. On the contrary, In recent years, we got transfer learning and active learning concepts for text processing, using these, you can achieve better results for fewer data point datasets
.
In the next post i will take a algorithm, try to create different types of features to train and, try to summarize all other algorithms.
References: