Machine Learning Algorithms and Use Cases
Classified in Computers
Written on in English with a size of 33.21 KB
Algorithm | Train or Test | Use Cases | Supervised | Pipe? | File Type | CPU or GPU |
AutoGluon-Tabular | training and (optionally) validation | AutoGluon-Tabular succeeds by ensembling multiple models and stacking them in multiple layers. | Y | N | CSV | CPU or GPU (single instance only) M5 |
BlazingText | train | Text Classification can be used to solve various use-cases like sentiment analysis, spam detection, hashtag prediction | Y | Y | Text file (one sentence per line with space-separated tokens) | CPU or GPU (single instance only) M5 |
CatBoost | training and (optionally) validation | GradientBoosting Regression Neural Network, Gradient Boosting is best useful when the number of dimensions in the data is less , when a simple linear model performs very badly, | Y | N | CSV | CPU (single instance only) |
DeepAR Forecasting | train |