privacy by design

Privacy by design is an approach to software development which takes privacy into account throughout every phase of development. This involves strict cybersecurity design rules embedded into the software development process, including proper unit testing.

pseudo-label

In semi-supervised learning, a pseudo-label is an estimation made from an ML model which is used as the label in training another ML model. In other words, ML semi-supervised learning is named as such because one ML model infers the labels for another ML model. Initially no labels are provided in the ML training dataset.

Python

Python is an imperative computer programming language. Python is very versatile and flexible and can accommodate a series of problem solving algorithms in various  knowledge domains. One scientific area in which Python excels is Machine Learning and, consequently, Artificial Intelligence. Python code, including libraries of classes and functions, are organized into packages and modules. A ... Read more