{"id":890,"date":"2020-08-26T12:24:23","date_gmt":"2020-08-26T12:24:23","guid":{"rendered":"https:\/\/www.axcontrol.com\/blog\/?p=890"},"modified":"2021-11-01T13:13:13","modified_gmt":"2021-11-01T13:13:13","slug":"what-is-machine-learning","status":"publish","type":"post","link":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/","title":{"rendered":"What is Machine Learning?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is Machine Learning, Simply? <\/h2>\n\n\n\n<p>Machine learning, or rather the idea machines can learn to &#8216;do&#8217; without an explicit set of instructions (programming), has been the basis of many movies where humans end up getting the short end of the deal.   But is machine learning truly that dire? <\/p>\n\n\n\n<p>Unlikely.  Machine learning, which is a subcategory of artificial intelligence, is simply a way for machines to imitate intelligent human behavior.  It&#8217;s a type of data analysis that allows programs to learn via experience in order to complete complex tasks, much like humans problem-solve.   This type of learning typically breaks down into two specific types: deep learning and reinforcement learning.   But what&#8217;s the difference? <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Deep Learning<\/h3>\n\n\n\n<p>Deep learning is essentially what you see in any young child as they start to understand that while chickens are birds, not all large birds are chickens.   It is based upon the ability to classify both the common features (in this case: feathers, beaks, wings, etc) as well as the uncommon features that separate each grouping from each other (sound, size, feather pattern, beak length).  This kind of hierarchical feature learning stacks multiple layers of learning nodes as observed data from one layer produces new outputs that are then fed to a higher level.  <\/p>\n\n\n\n<figure><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/F-X4SLhorvw\" allowfullscreen=\"\"><\/iframe><\/figure>\n\n\n\n<p>In deep learning, the machine begins with raw data that must then be sorted into relevant and irrelevant subsets.  The machine, exposed to more data, improves over time.  This is similiar to how a baby learns. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reinforcement Learning<\/h3>\n\n\n\n<p>Meanwhile, reinforcement learning relies more on trying out slight variations of a problem. As results occur (favorable and unfavorable) data sets change until the best outcome emerges.  This is reminiscent of  &#8220;The Good Place&#8221; as Michael tries to create a better version of his neighborhood.<\/p>\n\n\n\n<figure><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/xb7D_QWYOyo\" allowfullscreen=\"\"><\/iframe><\/figure>\n\n\n\n<p>Reinforcement learning uses a closed-loop algorithm where each action receives feedback in a trial-in-error process until the best action is determined. <\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Machine Learning vs. Artificial Intelligence<\/h2>\n\n\n\n<p>While the two things are connected, machine learning is not the same thing as artificial intelligence, or AI.    Artificial intelligence is the science of creating computers that behave with the same capabilities as the human brain.  This end target requires many technological advances, including machine learning, which uses algorithms that help computer programs automatically improve using experience (as noted above.)  But ML is only one part of AI.  <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How does Machine Learning Work<\/h2>\n\n\n\n<p>Machine learning uses algorithms to process datasets in order to learn and improve accuracy.  Supervised learning models offer computers labelled training data. Unsupervised learning models use unlabeled data.  There are also models of training that fall between the two called semi-supervised learning.  <\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Supervised Learning<\/h5>\n\n\n\n<p>Supervised learning maps an input to an output based on example input-output pairs.   A classic example of supervised learning is predicting house prices.  Data in the form of square footage, features, number of rooms, location, etc are fed into the model.  Data training can lead to accurate home price predictions from data inputs.  <\/p>\n\n\n\n<p>Another example is weather prediction.  By using historical temperature, precipitation, wind, and humidity data, better predictions of future weather can be made. <\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Semi-supervised Learning<\/h5>\n\n\n\n<p>Semi-supervised learning takes the same approach as supervised learning, but with less data labelling. For example, in semi-supervised learning, only 30% of 10,000 cat and dog images fed into a computer will include a &#8220;cat&#8221; or &#8220;dog&#8221; label.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Unsupervised Learning <\/h5>\n\n\n\n<p>Unsupervised learning looks for previously unknown or undetected patterns to find clusters of data with commonalities.   This kind of pattern recognition is a cliche in some bad tv shows, where it seems like certain characters have nearly superhuman abilities to connect disparate data.  Think of Sherlock, House, The Blacklist, or any cop show.  <\/p>\n\n\n\n<p>In machine learning, unsupervised learning reduces the complexity of the problem by reducing the number of random variables needed to solve the problem.  Algorithms cluster data in order to further reduce complexity. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs about Machine Learning<\/h2>\n\n\n\n<ul><li><strong>Q: What&#8217;s the best programming language for machine learning? <\/strong><\/li><li>A: Currently the most popular languages include Python, JavaScript, Java, C++, Scala, and Typescript.  <\/li><li><strong>Q: Why call it machine learning? <\/strong><\/li><li>A:  Because computers learn how to perform tasks without specific programming for those tasks.  Instead, they&#8217;re using training data and analytics to learn how to respond.   ML is similar to but not exactly like statistical learning, which tends to rely on rule-based programming, a smaller dataset, and is assumption-dependent.  <\/li><li><strong>Q: What are some machine learning uses\/examples? <\/strong><\/li><li>A: Image and speech recognition.  Medical diagnosis.  Predictions within complicated systems(like worldwide pandemics).  Turning unstructured information into structured data.  <\/li><li><strong>Q: Why is machine learning important\/what are the benefits?<\/strong><\/li><li>A: As a subset of AI (artificial intelligence), it allows us to use more data in less time.   Applications use whatever data we provide, and will identify trends and patterns humans might otherwise miss.  <\/li><li><strong>Q: What are the objectives of machine learning?<\/strong><\/li><li>A:  The primary objective of machine learning is pattern recognition within data, leading to predictive problem-solving based upon that knowledge. <\/li><li><strong>Q: Does Google use machine learning? <\/strong><\/li><li>A:  Yes, within Google Translate, in its Google Search feature, as well as in Google Photos and in Gmail.  <\/li><li><strong>Q: What jobs use machine learning?<\/strong><\/li><li>A: Human-Centered ML Designer. Computational Linguist. Data Scientist.  ML Engineer. Software Developer.  Software Engineer.  Business Intelligence Developer. <\/li><li><strong>Q: Is there a demand for workers who know machine learning? <\/strong><\/li><li>A:  The short answer is, yes.   Many jobs are moving out of the IT department and into other departments.  According to Gartner, while the number of AI\/machine learning jobs posted by IT departments between 2015 and 2019  tripled,  that&#8217;s significantly less than the jobs posted by other types of business areas. (1) <\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Other Definitions Used In Machine Learning<\/h2>\n\n\n\n<ul><li><strong>Algorithm:<\/strong> a method that will allows system learning and improvement from experience alone, without explicit programming. <\/li><li><strong>Bias:<\/strong>  Also known as <strong>AI bias<\/strong> or <strong>algorithm bias<\/strong>, this occurs when observed results have been systematically prejudiced due to false or imprecise assumptions.<\/li><li><strong>Kernel:<\/strong>  Also referred to as a <strong>kernel function<\/strong> or a <strong>kernel trick<\/strong>.  A kernel function acts as a bridge from linearity to non-linearity in algorithms.   There are a number of different kernel functions including linear, Gaussian, polynomial, exponential, sigmoid, and laplacian.  More reading about kernels, here: https:\/\/arxiv.org\/pdf\/math\/0701907.pdf<\/li><li><strong>Regression<\/strong>: Linear regression is a type of machine learning algorithm that is built upon a supervised learning model.  Regression predicts a dependent variable value (denoted by y) based upon an independent variable (denoted by x.)<\/li><li><strong>SVM<\/strong>: SVM stands for <strong>Support Vector Machine<\/strong>, and is also sometimes called support-vector networks.  SVMs are supervised learning algorithms.  They are most often used for regression and for classification. <\/li><\/ul>\n\n\n\n<p>*******<\/p>\n\n\n\n<p>(1) www.gartner.com\/en\/newsroom\/press-releases\/03-18-2020-gartner-says-strongest-demand-for-ai-talent-comes-from-non-it-departments<\/p>\n\n\n\n<p class=\"has-text-align-center\">Need machine vision options for your factory?  Take a look at our inventory of <a href=\"https:\/\/www.axcontrol.com\/automation\/cognex-vision\" target=\"_blank\" rel=\"noreferrer noopener\">Cognex Insight Cameras<\/a>. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Machine Learning, Simply? Machine learning, or rather the idea machines can learn to &#8216;do&#8217; without an explicit set of instructions (programming), has been the basis of many movies where humans end up getting the short end of the deal. But is machine learning truly that dire? Unlikely. Machine learning, which is a subcategory &hellip; <a href=\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;What is Machine Learning?&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":901,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false},"categories":[1,9],"tags":[5,264,107,265,266],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Machine Learning? - AX Control, Inc.<\/title>\n<meta name=\"description\" content=\"Is Machine learning the same thing as AI? How does it work? And what does this have to do with &quot;The Good Place&quot;? Our blog explains.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\" \/>\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? - AX Control, Inc.\" \/>\n<meta property=\"og:description\" content=\"Is Machine learning the same thing as AI? How does it work? And what does this have to do with &quot;The Good Place&quot;? Our blog explains.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\" \/>\n<meta property=\"og:site_name\" content=\"AX Control, Inc.\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-26T12:24:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-01T13:13:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i1.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2020\/08\/pexels-photo-1936299.jpeg?fit=1880%2C1253&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1880\" \/>\n\t<meta property=\"og:image:height\" content=\"1253\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"axcontrol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"axcontrol\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\"},\"author\":{\"name\":\"axcontrol\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#\/schema\/person\/b19681ba5b3316e7f3357bba95aa697a\"},\"headline\":\"What is Machine Learning?\",\"datePublished\":\"2020-08-26T12:24:23+00:00\",\"dateModified\":\"2021-11-01T13:13:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\"},\"wordCount\":1122,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#organization\"},\"keywords\":[\"AI\",\"Artificial Intelligence\",\"Machine Learning\",\"Supervised Learning\",\"Unsupervised Learning\"],\"articleSection\":[\"AI and Machine Learning\",\"Education\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\",\"url\":\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\",\"name\":\"What is Machine Learning? - AX Control, Inc.\",\"isPartOf\":{\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#website\"},\"datePublished\":\"2020-08-26T12:24:23+00:00\",\"dateModified\":\"2021-11-01T13:13:13+00:00\",\"description\":\"Is Machine learning the same thing as AI? How does it work? And what does this have to do with \\\"The Good Place\\\"? Our blog explains.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.axcontrol.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Machine Learning?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#website\",\"url\":\"https:\/\/www.axcontrol.com\/blog\/\",\"name\":\"AX Control, Inc.\",\"description\":\"A Global Industrial Automation Supplier\",\"publisher\":{\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.axcontrol.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#organization\",\"name\":\"AX Control, Inc\",\"url\":\"https:\/\/www.axcontrol.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.axcontrol.com\/blog\/wp-content\/uploads\/2019\/12\/image001.png\",\"contentUrl\":\"https:\/\/www.axcontrol.com\/blog\/wp-content\/uploads\/2019\/12\/image001.png\",\"width\":200,\"height\":114,\"caption\":\"AX Control, Inc\"},\"image\":{\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/3575940\/\",\"https:\/\/www.pinterest.com\/axcontrol\/\",\"https:\/\/www.youtube.com\/c\/Axcontrolinc\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#\/schema\/person\/b19681ba5b3316e7f3357bba95aa697a\",\"name\":\"axcontrol\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.axcontrol.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/153a58f084a16e17f087b0091053ab6b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/153a58f084a16e17f087b0091053ab6b?s=96&d=mm&r=g\",\"caption\":\"axcontrol\"},\"url\":\"https:\/\/www.axcontrol.com\/blog\/author\/axcontrol\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Machine Learning? - AX Control, Inc.","description":"Is Machine learning the same thing as AI? How does it work? And what does this have to do with \"The Good Place\"? Our blog explains.","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:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/","og_locale":"en_US","og_type":"article","og_title":"What is Machine Learning? - AX Control, Inc.","og_description":"Is Machine learning the same thing as AI? How does it work? And what does this have to do with \"The Good Place\"? Our blog explains.","og_url":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/","og_site_name":"AX Control, Inc.","article_published_time":"2020-08-26T12:24:23+00:00","article_modified_time":"2021-11-01T13:13:13+00:00","og_image":[{"width":1880,"height":1253,"url":"https:\/\/i1.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2020\/08\/pexels-photo-1936299.jpeg?fit=1880%2C1253&ssl=1","type":"image\/jpeg"}],"author":"axcontrol","twitter_card":"summary_large_image","twitter_misc":{"Written by":"axcontrol","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#article","isPartOf":{"@id":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/"},"author":{"name":"axcontrol","@id":"https:\/\/www.axcontrol.com\/blog\/#\/schema\/person\/b19681ba5b3316e7f3357bba95aa697a"},"headline":"What is Machine Learning?","datePublished":"2020-08-26T12:24:23+00:00","dateModified":"2021-11-01T13:13:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/"},"wordCount":1122,"commentCount":0,"publisher":{"@id":"https:\/\/www.axcontrol.com\/blog\/#organization"},"keywords":["AI","Artificial Intelligence","Machine Learning","Supervised Learning","Unsupervised Learning"],"articleSection":["AI and Machine Learning","Education"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/","url":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/","name":"What is Machine Learning? - AX Control, Inc.","isPartOf":{"@id":"https:\/\/www.axcontrol.com\/blog\/#website"},"datePublished":"2020-08-26T12:24:23+00:00","dateModified":"2021-11-01T13:13:13+00:00","description":"Is Machine learning the same thing as AI? How does it work? And what does this have to do with \"The Good Place\"? Our blog explains.","breadcrumb":{"@id":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.axcontrol.com\/blog\/2020\/what-is-machine-learning\/26\/08\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.axcontrol.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Machine Learning?"}]},{"@type":"WebSite","@id":"https:\/\/www.axcontrol.com\/blog\/#website","url":"https:\/\/www.axcontrol.com\/blog\/","name":"AX Control, Inc.","description":"A Global Industrial Automation Supplier","publisher":{"@id":"https:\/\/www.axcontrol.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.axcontrol.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.axcontrol.com\/blog\/#organization","name":"AX Control, Inc","url":"https:\/\/www.axcontrol.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.axcontrol.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.axcontrol.com\/blog\/wp-content\/uploads\/2019\/12\/image001.png","contentUrl":"https:\/\/www.axcontrol.com\/blog\/wp-content\/uploads\/2019\/12\/image001.png","width":200,"height":114,"caption":"AX Control, Inc"},"image":{"@id":"https:\/\/www.axcontrol.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/3575940\/","https:\/\/www.pinterest.com\/axcontrol\/","https:\/\/www.youtube.com\/c\/Axcontrolinc\/"]},{"@type":"Person","@id":"https:\/\/www.axcontrol.com\/blog\/#\/schema\/person\/b19681ba5b3316e7f3357bba95aa697a","name":"axcontrol","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.axcontrol.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/153a58f084a16e17f087b0091053ab6b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/153a58f084a16e17f087b0091053ab6b?s=96&d=mm&r=g","caption":"axcontrol"},"url":"https:\/\/www.axcontrol.com\/blog\/author\/axcontrol\/"}]}},"jetpack_featured_media_url":"https:\/\/www.axcontrol.com\/blog\/wp-content\/uploads\/2020\/08\/pexels-photo-1936299.jpeg","jetpack_sharing_enabled":true,"jetpack_likes_enabled":false,"jetpack_shortlink":"https:\/\/wp.me\/pbxqch-em","jetpack-related-posts":[{"id":987,"url":"https:\/\/www.axcontrol.com\/blog\/2020\/what-twitter-and-facebook-can-teach-us-about-machine-learning\/26\/10\/","url_meta":{"origin":890,"position":0},"title":"What Twitter &#038; Facebook  Teach Us About Machine Learning","date":"October 26, 2020","format":false,"excerpt":"\"What Twitter and Facebook Can Teach Us About Machine Learning\" was originally published with JaxEnter on Oct. 10, 2019.\u00a0 Tech giants Facebook and Twitter are experts at using machine learning. But their successes have come with some spectacular missteps.\u00a0 Keep these important tips in mind to improve your business model.\u2026","rel":"","context":"In &quot;AI and Machine Learning&quot;","img":{"alt_text":"Pexels Tracy Le Blanc","src":"https:\/\/i0.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2020\/10\/pexels-tracy-le-blanc-607812.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1613,"url":"https:\/\/www.axcontrol.com\/blog\/2021\/machine-learning-applications-what-can-they-do\/08\/09\/","url_meta":{"origin":890,"position":1},"title":"Machine Learning Applications: What Can They Do?","date":"September 8, 2021","format":false,"excerpt":"Machine learning applications quickly identify patterns in data. Machine learning applications are everywhere now. Chances are, you've interacted with a machine learning application today. Image and voice recognition, medical diagnosis, and data extraction all use machine learning. Your computer uses it. So does your doctor's office. As the world becomes\u2026","rel":"","context":"In &quot;AI and Machine Learning&quot;","img":{"alt_text":"pexels-mikhail-nilov-6963944","src":"https:\/\/i0.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2021\/09\/pexels-mikhail-nilov-6963944.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":396,"url":"https:\/\/www.axcontrol.com\/blog\/2020\/machine-vision-is-improving-manufacturing-robotics\/17\/01\/","url_meta":{"origin":890,"position":2},"title":"Machine Vision is Improving Manufacturing Robotics","date":"January 17, 2020","format":false,"excerpt":"Machine vision can create a faster, more flexible throughput on your factory floor.","rel":"","context":"In &quot;Manufacturing&quot;","img":{"alt_text":"Cognex","src":"https:\/\/i0.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2020\/01\/Cognex.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":979,"url":"https:\/\/www.axcontrol.com\/blog\/2020\/a-short-history-of-cobots\/16\/10\/","url_meta":{"origin":890,"position":3},"title":"A Short History of Cobots","date":"October 16, 2020","format":false,"excerpt":"Download a high-quality PNG file of our cobot inforgraphic for your use, below. Cobot-historyDownload","rel":"","context":"In &quot;AI and Machine Learning&quot;","img":{"alt_text":"Cobot History 2","src":"https:\/\/i0.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2020\/10\/Cobot-history.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":827,"url":"https:\/\/www.axcontrol.com\/blog\/2020\/infographic-why-iiot-is-essential-to-manufacturing\/08\/07\/","url_meta":{"origin":890,"position":4},"title":"Infographic: Why IIoT is Essential to Manufacturing","date":"July 8, 2020","format":false,"excerpt":"The Industrial Internet of Things (IIoT) has been described as the basis of the coming Fourth Industrial Revolution, otherwise known as Industry 4.0. IIoT is essential to manufacturing. But why? What benefits does the technology bring to the industry? IIoT brings connectivity, automation, and data analytics to the factory floor.\u2026","rel":"","context":"In &quot;Manufacturing&quot;","img":{"alt_text":"IIot-Essential-Infographic","src":"https:\/\/i0.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2020\/07\/IIot-Essential-Infographic.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":663,"url":"https:\/\/www.axcontrol.com\/blog\/2020\/automated-robots-can-help-plants-grow\/18\/03\/","url_meta":{"origin":890,"position":5},"title":"Automated Robots Can Help Plants Grow","date":"March 18, 2020","format":false,"excerpt":"The HV-100 \"Harvey,\" specifically designed for moving and spacing plants. There are many examples of how tech has changed agriculture to improve efficiency. Investment in specialized technology for \"doing one thing better\" is increasing. More specialized business models have cropped up. With these, specialized skills and equipment supporting IoT wireless\u2026","rel":"","context":"In &quot;Manufacturing&quot;","img":{"alt_text":"OmniVeyor_HV-100_Image_1","src":"https:\/\/i0.wp.com\/www.axcontrol.com\/blog\/wp-content\/uploads\/2021\/04\/OmniVeyor_HV-100_Image_1.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/posts\/890"}],"collection":[{"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/comments?post=890"}],"version-history":[{"count":13,"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/posts\/890\/revisions"}],"predecessor-version":[{"id":2431,"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/posts\/890\/revisions\/2431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/media\/901"}],"wp:attachment":[{"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/media?parent=890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/categories?post=890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.axcontrol.com\/blog\/wp-json\/wp\/v2\/tags?post=890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}