{"id":100518,"date":"2018-10-01T15:20:33","date_gmt":"2018-10-01T09:50:33","guid":{"rendered":"https:\/\/staging-imarticus.kinsta.cloud\/?p=100518"},"modified":"2021-09-10T04:47:46","modified_gmt":"2021-09-10T04:47:46","slug":"the-ultimate-revelations-about-machine-learning","status":"publish","type":"post","link":"https:\/\/imarticus.org\/blog\/the-ultimate-revelations-about-machine-learning\/","title":{"rendered":"The Ultimate Revelations About Machine Learning"},"content":{"rendered":"<p>\u2018Machines can teach themselves.\u2019 This phrase had captured our imagination the day it was coined, and it continues to do so. What kind of algorithms encompasses such a phenomenon? What are the <a href=\"https:\/\/imarticus.org\/postgraduate-program-in-data-science-analytics\/\">Machine Learning<\/a> basics? The answers to such questions have been revealed in various capacities over the years, but the curiosity around the subject strives for more.<br \/>\nOne of the few misconceptions around Machine learning is that it doesn&#8217;t involve human intervention.<br \/>\nMachine learning algorithms are based on python programming and other such languages. These algorithms are not self-sufficient, at least in the initial stages. They are supervised and trained using data sets, to obtain primary outputs in the beginning. Once the algorithms based on python programming mature, they start recognizing complex relationships within data.<br \/>\nTo get optimum results, the quality of Data used matters. The training data should be free from misclassifications. Otherwise, it may hamper the learning process of algorithms.\u00a0 Only a few algorithms can overcome such misclassifications.<br \/>\nThe quantity of Data should be calibrated as well. Exposing the algorithms to humongous sets of test-data may make them responsive to a specific information-niches. They may provide inaccurate results when fed with something other than test-data. So, it\u2019s about maintaining a balance between under-training and over-training an algorithm.<br \/>\nNow that we are done with the revelations, let&#8217;s understand Machine learning basics. It comprises three essential components:<\/p>\n<ul>\n<li>Model: This component is responsible for identifying relationships and making predictions.<\/li>\n<li>Parameters: These are the factors which Model takes into consideration while making decisions.<\/li>\n<li>Learner: This component is responsible for comparing the predictions made and the actual outcome. Based on the dissimilarities found between the two, it adjusts the parameters.<\/li>\n<\/ul>\n<p>Let\u2019s understand the Machine Learning basics via a real-world scenario.<br \/>\nLet\u2019s assume that there is a teacher, who wants her students to attain the best grade in a test. She wants to calculate the time her students should devote to their studies, to obtain the desired results. Let\u2019s see how machine learning can help her find the solution.<br \/>\nFirstly, the teacher will set the parameters for the Model. In this case, parameters will be \u2018Hours spent on studying\u2019 and \u2018Resulting scores\u2019.<br \/>\nSuppose the teacher gives the following relationship between the parameters:<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">0 hours<\/h4>\n<\/td>\n<td style=\"text-align: center;\" width=\"154\">\n<h4>50% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">1 Hour<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">60% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">2 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">70% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">3 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">80% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">4 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">90% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">\n<h4>5 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">100% Score<\/h4>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Based on the relationship as mentioned earlier, the machine learning algorithms will form a predictive line of results for different inputs.<br \/>\nOnce the machine learning model is established, the actual test results are entered by the teacher. Let&#8217;s assume that she enters the scores of four students along with their study-hours.<br \/>\nThe above results or scores will act as the training data, through which the learner will refine the Model. It will assess the difference between the predictive results given by the original Model and the actual results. The parameters will be adjusted accordingly by the learner, to improve the accuracy of the Model.<br \/>\nFor example, the relationship mentioned above between the parameters may be modified into the following.<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">0 hours<\/h4>\n<\/td>\n<td style=\"text-align: center;\" width=\"154\">\n<h4>44% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">1 Hour<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">54% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">2 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">64% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">3 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">74% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">\n<h4>4 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">84% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">\n<h4>5 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">94% Score<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">\n<h4>6 Hours<\/h4>\n<\/td>\n<td width=\"154\">\n<h4 style=\"text-align: center;\">100% Score<\/h4>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>As you can see, the predictions have been reworked, to get closer to the actual results. It must be noted that the Learner makes very minute adjustments for refining the Model. The training cycle can be repeated again and again until the perfect Model is created. A Model that can predict the correct scores based on study-hours.<br \/>\nSimilar training cycles can be conducted for creating Models that can identify events and objects. There is so much to learn and reveal about Machine Learning that one write-up cannot suffice. Still, we hope that this write-up gave you a good insight into the mysteries of Machine Learning.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u2018Machines can teach themselves.\u2019 This phrase had captured our imagination the day it was coined, and it continues to do so. What kind of algorithms encompasses such a phenomenon? What are the Machine Learning basics? The answers to such questions have been revealed in various capacities over the years, but the curiosity around the subject [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_mo_disable_npp":"","_lmt_disableupdate":"no","_lmt_disable":"","footnotes":""},"categories":[23],"tags":[],"class_list":["post-100518","post","type-post","status-publish","format-standard","hentry","category-analytics"],"acf":[],"aioseo_notices":[],"modified_by":"Imarticus Learning","_links":{"self":[{"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/posts\/100518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/comments?post=100518"}],"version-history":[{"count":0,"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/posts\/100518\/revisions"}],"wp:attachment":[{"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/media?parent=100518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/categories?post=100518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/imarticus.org\/blog\/wp-json\/wp\/v2\/tags?post=100518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}