Key ML Terminology
Key ML Terminology Feature: features are the input variables we feed into a network, it can be as simple as a signle number or more complex as an image (which in reality is a vector of numbers, where each pixel is a feature) Label: is the thing we are predicting, it is normally refered as y…