What is What and Why

Machine Learning What? Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience ( training data ) without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it to learn for themselves. Mathematically, Learning a target function (f) that best maps input variables (X) to an output variable (Y). Y = f(X) This is a general learning task where we would like to make predictions in the future (Y) given new examples of input variables (X). Why? It can be used for the classification of disease in the plant/human body, predicting the wear/tear of the machine, predicting the failure, optimizing power and area on chip based on routing recommendation, and so on. Internet of Things (IoT) What? Internet means any network wired/wireless (e.g. Wi-Fi, Bluetooth, access points)...