PoC

A PoC stands for proof of concept. A PoC is a project which runs in preparation of a production project, in order to prove that the products, services, resources in the solution design actually cover the originally assumed technical and business requirements. Any potential functional and non-functional issues should be discovered and corrected, so that ... Read more

polynomial kernel

The polynomial kernel is a kernel trick method that uses polynomial values as part of its feature space projection. The polynomial kernel is used with support vector machines (SVMs) and other kernelized ML models.

pooling layer

The pooling layer is a type of layer in a convolutional neural network (CNN) which applies an aggregation function to input features in order to make a more efficient selection.