From 874e947216660a8d6e8f22a38bdbae00d04048e0 Mon Sep 17 00:00:00 2001 From: Srijan Jha Date: Thu, 3 Oct 2019 21:42:22 +0530 Subject: [PATCH] ML update --- machine learning basics/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machine learning basics/Readme.md b/machine learning basics/Readme.md index 331f647..18b5ff3 100644 --- a/machine learning basics/Readme.md +++ b/machine learning basics/Readme.md @@ -1,4 +1,9 @@ # Machine Learning basics +Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves. + +The process of learning begins with observations or data, such as examples, direct experience, or instruction, in order to look for patterns in data and make better decisions in the future based on the examples that we provide. The primary aim is to allow the computers learn automatically without human intervention or assistance and adjust actions accordingly. + # Contribututors - georgioupanayiotis +- srijanjha