-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Privacy-Preserving Machine Learning
By :

Some of you may already be familiar with the different types of ML, namely supervised ML, unsupervised ML, and reinforcement learning. In the next sections, we will provide a quick refresher on these ML types, summarizing what you may have already learned.
Supervised ML models involve the development of a mathematical model using a set of input data and corresponding actual output. The input data is known as the training data, while the output is referred to as the predicted output. These models employ mathematical functions to learn from the training data and aim to minimize the errors between the predicted output and the expected output using an optimal function. The training data, which consists of input examples, is typically represented in formats such as arrays, vectors, matrices, or tensors. This data is often referred to as feature data or feature vectors, where each attribute within the data is considered a feature.