{"id":18870,"date":"2020-07-01T18:13:58","date_gmt":"2020-07-01T12:43:58","guid":{"rendered":"https:\/\/internshala.com\/blog\/?p=18870"},"modified":"2022-07-19T15:32:31","modified_gmt":"2022-07-19T10:02:31","slug":"what-is-machine-learning","status":"publish","type":"post","link":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/","title":{"rendered":"What is machine learning: From scratch for absolute beginners"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18960\" src=\"https:\/\/internshala.com\/wp-content\/uploads\/2020\/06\/Introduction-to-machine-learning.png\" alt=\"what is machine learning\" width=\"590\" height=\"307\" \/><\/p>\n<p style=\"text-align: justify;\">Have you ever found yourself under the spell of YouTube? You can&#8217;t help watching one video after another because YouTube just gets you and is recommending all the right things. What&#8217;s a person to do? Although it may seem like it is reading your mind, YouTube recommendations work according to a concept called machine learning (ML).<\/p>\n<p style=\"text-align: justify;\"><strong>What is machine learning?<\/strong><\/p>\n<p style=\"text-align: justify;\">Machine learning is the process of teaching machines to learn and improve from experiences like humans do. While most of the machines that you use have been programmed to perform certain repetitive tasks, it is possible for machines to learn automatically to improve the outcome.<\/p>\n<p style=\"text-align: justify;\">This may have conjured up images like these &#8211;<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-18955\" src=\"https:\/\/internshala.com\/wp-content\/uploads\/2020\/06\/SCCNZG4fzH9Y5rmPUi9UZ6.jpg\" alt=\"\" width=\"443\" height=\"249\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18961\" src=\"https:\/\/internshala.com\/wp-content\/uploads\/2020\/06\/wall-e.png\" alt=\"\" width=\"320\" height=\"314\" \/><\/p>\n<p style=\"text-align: justify;\">But hold your horses. Today machine learning looks much more like this &#8211;<\/p>\n<figure id=\"attachment_18953\" aria-describedby=\"caption-attachment-18953\" style=\"width: 439px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-18953\" src=\"https:\/\/internshala.com\/wp-content\/uploads\/2020\/06\/Screenshot_20200629_153625.png\" alt=\"\" width=\"439\" height=\"249\" \/><figcaption id=\"caption-attachment-18953\" class=\"wp-caption-text\">Netflix recommendations<\/figcaption><\/figure>\n<figure id=\"attachment_18954\" aria-describedby=\"caption-attachment-18954\" style=\"width: 338px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-18954\" src=\"https:\/\/internshala.com\/wp-content\/uploads\/2020\/06\/machine-learning.png\" alt=\"\" width=\"338\" height=\"567\" \/><figcaption id=\"caption-attachment-18954\" class=\"wp-caption-text\">Google Assistant<\/figcaption><\/figure>\n<p style=\"text-align: justify;\"><strong>All of this looks impressive but how does machine learning work?<\/strong><\/p>\n<p style=\"text-align: justify;\">&#8216;Practice makes perfect&#8217; works not only for humans but also for machines.<\/p>\n<p style=\"text-align: justify;\">A machine gets better at performing a task through experience. In machine learning terminology, <em>experience<\/em> refers to large amounts of data.<\/p>\n<p style=\"text-align: justify;\">Today, the world is moving online. This allows businesses to have a large amount of data about their customers which is called Big Data. It can be time-consuming for humans to derive insights from this data. So we can train the machine learning algorithm to do this for us which can be more efficient in the long run.<\/p>\n<p style=\"text-align: justify;\">We can use different programming techniques to train a machine-learning algorithm to process this massive data and give us helpful insights. The algorithm evolves each time it goes through this process.<\/p>\n<p style=\"text-align: justify;\">This training can majorly take place through 3 types of machine learning.<\/p>\n<p style=\"text-align: justify;\"><strong>Types of machine learning<\/strong><\/p>\n<p style=\"text-align: justify;\">To train a machine learning algorithm, you can use two types of data &#8211; labelled and unlabelled. Labelled data, as the name suggests,\u00a0 is a training dataset that someone took pains to label. The labels include input and output. Unlabelled data, on the other hand, can be partially or completely unlabelled. Although it reduces the hassle of labelling, one needs to put more effort into the process. This data needs to be in a machine-readable format like text, images, numbers, sounds, and tables.<\/p>\n<p style=\"text-align: justify;\">Depending on the type of data or no data, you can use supervised learning, unsupervised learning, or reinforcement learning.<\/p>\n<p style=\"text-align: justify;\"><strong>1. Supervised learning (predictive modeling)<\/strong><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-19037\" src=\"https:\/\/internshala.com\/wp-content\/uploads\/2020\/07\/8c711ffe2027d56a619c3724243faca7-scaled-e1596347794947.jpg\" alt=\"\" width=\"383\" height=\"496\" \/><\/p>\n<p style=\"text-align: justify;\">Remember when your books used to look like this? Turns out that machines can learn in a similar way. Supervised learning uses sample data which is labelled to train a machine learning algorithm. For example, if you want to teach an algorithm to recognise a dog (output), you can use different images of dogs as input. This way the algorithm gets an idea of the problem and solution. It is then able to figure out the relationship between input and output, and makes predictions. Next, you need to provide feedback on this prediction so that the algorithm can become more accurate. Once the algorithm has been trained, it can be put into practice with a larger dataset during which it improves with each iteration.<\/p>\n<p style=\"text-align: justify;\">Supervised learning is used when you have correct answers in your past data and you want the machine to make future predictions based on that. So the machine learning expert needs to ensure that the data being used is varied and accurate.<\/p>\n<p style=\"text-align: justify;\">One of the most common applications of supervised learning is email spam filters. The Gmail algorithm uses keywords such as free, winner, double your income, etc. to detect unwanted emails. It can identify these keywords as spam because it tests a given email against several other emails that have been marked as spam.<\/p>\n<p style=\"text-align: justify;\"><strong>2. Unsupervised learning<\/strong><\/p>\n<p style=\"text-align: justify;\">Unsupervised learning uses unlabelled data. In the absence of labels, the algorithm tries to structure the data into clusters. It does so by discovering relationships between different data points. This makes it an important technique because much of the data that is produced today is unlabelled.<\/p>\n<p style=\"text-align: justify;\">Unsupervised is commonly used in the e-commerce industry. For example, Amazon&#8217;s algorithm clubs together people with similar buying behaviour and gives &#8216;You may also like&#8217; recommendations to each customer.<\/p>\n<p style=\"text-align: justify;\">To summarise, supervised and unsupervised machine learning take the following route:<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-18972\" src=\"https:\/\/internshala.com\/wp-content\/uploads\/2020\/07\/machine-learning-steps-1.png\" alt=\"machine learning steps\" width=\"459\" height=\"287\" \/><\/p>\n<p style=\"text-align: justify;\"><strong>3. Reinforcement learning<\/strong><\/p>\n<p style=\"text-align: justify;\">In 2016, a machine called AlphaGo defeated an 18-time world champion of Go game. This was partly possible because the machine had been trained using reinforcement learning.<\/p>\n<p style=\"text-align: justify;\">Reinforcement learning works without a dataset and is based on rewards. Here, the machine learning algorithm is an agent that chooses an action that will lead to rewards. Since there is no preexisting data to tell it which is the best course of action, the algorithm discovers it through trial and error.<\/p>\n<p style=\"text-align: justify;\">In the example cited above, the machine played more games than any human could possibly play and discovered the best pattern to keep winning.<\/p>\n<p style=\"text-align: justify;\"><strong>Advantages and disadvantages of machine learning<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>Pros<\/strong><\/p>\n<p style=\"text-align: justify;\">1. It can be used to perform complex tasks more efficiently. For example, it can be used in healthcare to diagnose diseases more accurately and in a lesser amount of time. In fact, Google Health has developed a model that was able to detect breast cancer more accurately than doctors.<\/p>\n<p style=\"text-align: justify;\">2. It can predict trends and patterns from large amounts of data. This is currently being used in various ways like Amazon recommendations, Google search, targeted advertising on social media, etc.<\/p>\n<p style=\"text-align: justify;\"><strong>Cons<\/strong><\/p>\n<p style=\"text-align: justify;\">1. If the data is not varied and accurate, it can create a biased model. For example, if a machine learning algorithm was trained to recognise scientists and it was only shown pictures of male scientists, then the algorithm would not recognise female scientists.<\/p>\n<p style=\"text-align: justify;\">2. It can require a lot of resources. You might need a lot of data and computing power to process that data.<\/p>\n<p style=\"text-align: justify;\"><strong>How to learn machine learning?<\/strong><\/p>\n<p style=\"text-align: justify;\">If machine learning has caught your attention and you want to know more about it, then here&#8217;s how you can go about it &#8211;<\/p>\n<p style=\"text-align: justify;\"><strong>1. Brush up on your knowledge of statistics<\/strong><\/p>\n<p style=\"text-align: justify;\">Chances are that the first time you learnt statistics, it was not a joyride. However, this time, it&#8217;s going to be different because you are going to see it being put into actual use! Some concepts that you should be familiar with are probability, data structures, and sampling.<\/p>\n<p style=\"text-align: justify;\"><strong>2. Make use of online resources<\/strong><\/p>\n<p style=\"text-align: justify;\">There are various free and paid online courses that you can take advantage of to learn about different concepts in machine learning. If self-learning is your strong suit, then you can take <a href=\"https:\/\/developers.google.com\/machine-learning\/crash-course\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Google Machine Learning Crash Course<\/a>. If you want to venture into machine learning with more guidance, you can check out Internshala&#8217;s <a href=\"https:\/\/trainings.internshala.com\/machine-learning-course\/?utm_source=IS_Blog&amp;utm_medium=what_is_machine_learning_article\" target=\"_blank\" rel=\"noopener noreferrer\">online Machine Learning course<\/a>.<\/p>\n<p style=\"text-align: justify;\"><strong>3. Choose a programming language<\/strong><\/p>\n<p style=\"text-align: justify;\">There&#8217;s no escaping this so you might as well get started. Python is one of the most popular languages for machine learning. Other languages include C\/C++, Java, and R. You can start with one language and then unleash the geek in you to explore other languages.<\/p>\n<p style=\"text-align: justify;\"><strong>4. Build your own project<\/strong><\/p>\n<p style=\"text-align: justify;\">Once you have understood the theoretical aspect of machine learning, it&#8217;s time to take it to the next level. You can begin with supervised models and move onto unsupervised models. You can also create a data analysis project to get a firm understanding of how data works.<\/p>\n<p style=\"text-align: justify;\"><strong>5. Participate in competitions<\/strong><\/p>\n<p style=\"text-align: justify;\">You can compete in various challenges on <a href=\"https:\/\/www.kaggle.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Kaggle<\/a> and even win prizes for coming up with best solutions! The Titanic survivor prediction is one of the most popular machine learning challenges for beginners. Once you have tackled the common ones, take it up a notch, and participate in competitions in fields that you are interested in. It could be music, sports, or anything that you like because more and more organisations are realising the potential of ML.<\/p>\n<p style=\"text-align: justify;\"><strong>6. Do an internship<\/strong><\/p>\n<p style=\"text-align: justify;\">Even machines agree that there&#8217;s no better way to learn about anything than getting hands-on experience in it. You can apply to <a href=\"https:\/\/internshala.com\/internships\/machine%20learning-internship\" target=\"_blank\" rel=\"noopener noreferrer\">machine learning internships<\/a> on Internshala, and learn the ropes of the trade.<\/p>\n<p style=\"text-align: justify;\">If you have made it this far, give yourself a pat on the back! Now you know about one of the most revolutionary technologies in the world today. You can register for Internshala\u2019s Machine Learning training now to start your journey!<\/p>\n<p style=\"text-align: justify;\"><em>Image credits: The New York Times (https:\/\/www.nytimes.com\/2017\/02\/23\/automobiles\/wheels\/self-driving-cars-standards.html)<\/em><\/p>\n<aside class=\"mashsb-container mashsb-main \"><div class=\"mashsb-box\"><div class=\"mashsb-count mash-medium\" style=\"float:left\"><div class=\"counts mashsbcount\">0<\/div><span class=\"mashsb-sharetext\">SHARES<\/span><\/div><div class=\"mashsb-buttons\"><a class=\"mashicon-facebook mash-medium mashsb-noshadow\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Finternshala.com%2Fblog%2Fwhat-is-machine-learning%2F\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Share&nbsp;on&nbsp;Facebook<\/span><\/a><a class=\"mashicon-subscribe mash-medium mashsb-noshadow\" href=\"#\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Get&nbsp;Your&nbsp;Dream&nbsp;Internship<\/span><\/a><div class=\"onoffswitch2 mash-medium mashsb-noshadow\" style=\"display:none\"><\/div><\/div>\n            <\/div>\n                <div style=\"clear:both\"><\/div><\/aside>\n            <!-- Share buttons by mashshare.net - Version: 4.0.42-->","protected":false},"excerpt":{"rendered":"<p>Have you ever found yourself under the spell of YouTube? You can&#8217;t help watching one video after another because YouTube just gets you and is recommending all the right things.<\/p>\n","protected":false},"author":5355,"featured_media":18959,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[675,3943,4134,3889,1594,4171],"tags":[319],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is machine learning: From scratch for absolute beginners - Internshala blog<\/title>\n<meta name=\"description\" content=\"A jargon-free introduction to machine learning. Find out what is machine learning, types of machine learning, and how to learn machine learning.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is machine learning: From scratch for absolute beginners - Internshala blog\" \/>\n<meta property=\"og:description\" content=\"A jargon-free introduction to machine learning. Find out what is machine learning, types of machine learning, and how to learn machine learning.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"Internshala blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-01T12:43:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-19T10:02:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2020\/06\/machine-learning1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"390\" \/>\n\t<meta property=\"og:image:height\" content=\"205\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Internshala\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Internshala\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/\"},\"author\":{\"name\":\"Internshala\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/person\/f0be3a17aa62a7b75486919fd00ecb20\"},\"headline\":\"What is machine learning: From scratch for absolute beginners\",\"datePublished\":\"2020-07-01T12:43:58+00:00\",\"dateModified\":\"2022-07-19T10:02:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/\"},\"wordCount\":1401,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/internshala.com\/blog\/#organization\"},\"keywords\":[\"Machine Learning\"],\"articleSection\":[\"Available Trainings\",\"e-Learning\",\"Learning Tracks\",\"Online Training\",\"Programming\",\"Training SEO articles\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/\",\"url\":\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/\",\"name\":\"What is machine learning: From scratch for absolute beginners - Internshala blog\",\"isPartOf\":{\"@id\":\"https:\/\/internshala.com\/blog\/#website\"},\"datePublished\":\"2020-07-01T12:43:58+00:00\",\"dateModified\":\"2022-07-19T10:02:31+00:00\",\"description\":\"A jargon-free introduction to machine learning. Find out what is machine learning, types of machine learning, and how to learn machine learning.\",\"breadcrumb\":{\"@id\":\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/internshala.com\/blog\/what-is-machine-learning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/internshala.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learning Tracks\",\"item\":\"https:\/\/internshala.com\/blog\/learning-tracks\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Programming\",\"item\":\"https:\/\/internshala.com\/blog\/learning-tracks\/programming\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"What is machine learning: From scratch for absolute beginners\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/internshala.com\/blog\/#website\",\"url\":\"https:\/\/internshala.com\/blog\/\",\"name\":\"Internshala blog\",\"description\":\"Your favourite senior outside college\",\"publisher\":{\"@id\":\"https:\/\/internshala.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/internshala.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/internshala.com\/blog\/#organization\",\"name\":\"Internshala blog\",\"url\":\"https:\/\/internshala.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png\",\"contentUrl\":\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png\",\"width\":112,\"height\":31,\"caption\":\"Internshala blog\"},\"image\":{\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/person\/f0be3a17aa62a7b75486919fd00ecb20\",\"name\":\"Internshala\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2025\/10\/IS-Logo-96x96.png\",\"contentUrl\":\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2025\/10\/IS-Logo-96x96.png\",\"caption\":\"Internshala\"},\"description\":\"Internshala is India\u2019s leading early-career platform, helping students and fresh graduates find internships, jobs, and online trainings. With over a decade of experience in empowering young professionals, Internshala shares insights and resources to help them build successful careers.\",\"sameAs\":[\"http:\/\/blog.internshala.com\",\"https:\/\/www.linkedin.com\/company\/internshala\/\"],\"url\":\"https:\/\/internshala.com\/blog\/author\/internshala\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is machine learning: From scratch for absolute beginners - Internshala blog","description":"A jargon-free introduction to machine learning. Find out what is machine learning, types of machine learning, and how to learn machine learning.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/","og_locale":"en_US","og_type":"article","og_title":"What is machine learning: From scratch for absolute beginners - Internshala blog","og_description":"A jargon-free introduction to machine learning. Find out what is machine learning, types of machine learning, and how to learn machine learning.","og_url":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/","og_site_name":"Internshala blog","article_published_time":"2020-07-01T12:43:58+00:00","article_modified_time":"2022-07-19T10:02:31+00:00","og_image":[{"width":390,"height":205,"url":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2020\/06\/machine-learning1.png","type":"image\/png"}],"author":"Internshala","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Internshala","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/#article","isPartOf":{"@id":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/"},"author":{"name":"Internshala","@id":"https:\/\/internshala.com\/blog\/#\/schema\/person\/f0be3a17aa62a7b75486919fd00ecb20"},"headline":"What is machine learning: From scratch for absolute beginners","datePublished":"2020-07-01T12:43:58+00:00","dateModified":"2022-07-19T10:02:31+00:00","mainEntityOfPage":{"@id":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/"},"wordCount":1401,"commentCount":2,"publisher":{"@id":"https:\/\/internshala.com\/blog\/#organization"},"keywords":["Machine Learning"],"articleSection":["Available Trainings","e-Learning","Learning Tracks","Online Training","Programming","Training SEO articles"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/internshala.com\/blog\/what-is-machine-learning\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/","url":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/","name":"What is machine learning: From scratch for absolute beginners - Internshala blog","isPartOf":{"@id":"https:\/\/internshala.com\/blog\/#website"},"datePublished":"2020-07-01T12:43:58+00:00","dateModified":"2022-07-19T10:02:31+00:00","description":"A jargon-free introduction to machine learning. Find out what is machine learning, types of machine learning, and how to learn machine learning.","breadcrumb":{"@id":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/internshala.com\/blog\/what-is-machine-learning\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/internshala.com\/blog\/what-is-machine-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/internshala.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Learning Tracks","item":"https:\/\/internshala.com\/blog\/learning-tracks\/"},{"@type":"ListItem","position":3,"name":"Programming","item":"https:\/\/internshala.com\/blog\/learning-tracks\/programming\/"},{"@type":"ListItem","position":4,"name":"What is machine learning: From scratch for absolute beginners"}]},{"@type":"WebSite","@id":"https:\/\/internshala.com\/blog\/#website","url":"https:\/\/internshala.com\/blog\/","name":"Internshala blog","description":"Your favourite senior outside college","publisher":{"@id":"https:\/\/internshala.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/internshala.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/internshala.com\/blog\/#organization","name":"Internshala blog","url":"https:\/\/internshala.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png","contentUrl":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png","width":112,"height":31,"caption":"Internshala blog"},"image":{"@id":"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/internshala.com\/blog\/#\/schema\/person\/f0be3a17aa62a7b75486919fd00ecb20","name":"Internshala","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/internshala.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2025\/10\/IS-Logo-96x96.png","contentUrl":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2025\/10\/IS-Logo-96x96.png","caption":"Internshala"},"description":"Internshala is India\u2019s leading early-career platform, helping students and fresh graduates find internships, jobs, and online trainings. With over a decade of experience in empowering young professionals, Internshala shares insights and resources to help them build successful careers.","sameAs":["http:\/\/blog.internshala.com","https:\/\/www.linkedin.com\/company\/internshala\/"],"url":"https:\/\/internshala.com\/blog\/author\/internshala\/"}]}},"_links":{"self":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/posts\/18870"}],"collection":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/users\/5355"}],"replies":[{"embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/comments?post=18870"}],"version-history":[{"count":0,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/posts\/18870\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/media\/18959"}],"wp:attachment":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/media?parent=18870"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/categories?post=18870"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/tags?post=18870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}