by N/A (field of study, not a single vendor)
Classical machine learning refers to the family of pre–deep learning algorithms—such as linear and logistic regression, decision trees, random forests, support vector machines, k‑means, and gradient boosting—that learn patterns from data using relatively shallow models. These methods remain widely used because they are data‑efficient, interpretable (in many cases), and computationally cheaper than deep neural networks, making them well‑suited to structured/tabular data and many real‑world business problems.
Uses multi‑layer neural networks that excel at unstructured data (images, text, audio) and large‑scale representation learning, often at the cost of higher data and compute requirements and lower interpretability.
Encode human knowledge as explicit rules rather than learning patterns from data; useful when data is scarce or regulations demand fully explicit logic.
Automated machine learning tools that search over many classical and deep learning models, often abstracting away algorithm selection and tuning from end users.