Regerssion: iteratively modeling the realtionship between variables using a measure of error in the predictions made by the model.
Instance-Based: dicision problem with instances or examples of training data that are deemed important or required to the model
Decision Trees: Decision Trees: construct a model of decisions made based on actual values of attributes in the data. Decisions fork in tree structures until a prediction decision is made for a given record.
Bayesian: explicitly apply Bayes' Theorem for problems such as classification and regression.
Clustering: describes the class of problem and the class of methods. Clustering methods are typically organized by the modeling approaches such as centroid-based and hierarchical.
Association Rules: extract rules that best explain observed relationships between variables in data.
Artificial Neural Networks: inspired by the structure and/or function of biological neural networks in the brain.
Deep Learning: modern update to Artificial Neural Networks that exploit abundant cheap computation.
Dimensionality Reduction: seeks and exploits the inherent structure in the data. In this case it's in an unsupervised manner or order to summarize or describe data using less information.
Ensemble: composed of multiple weaker models that are independently trained and whose predictions are combined in some way to make the overall prediction.