Machine Learning Glossary

Definitions, resources, and other information on common machine learning terms and techniques


Keras

Keras is a toolkit for Neural Network development and acts as a high level API to make it easier to ...

Clustering

A family of unsupervised learning techniques that group items together into n clusters, or groups ba...

Corpus

A body of writing, documents, or text used to train a supervised learning model. The text is tokeni...

Supervised Learning

Machine learning using labeled data, predicting targets based off of previous examples....

Naive Bayes

A classifier based on Baye's theorem, assumes full independence between features. Only accepts and ...

Term Frequency-Inverse Document Frequency

TF-IDF is a way of vectorizing the contents of a corpus. The TF stands for term frequency, which is...

Linear Regression

One of the simplest statistical machine learning methods, linear regression is commonly taught to gr...