{"id":2466,"date":"2018-07-26T00:00:00","date_gmt":"2018-07-26T00:00:00","guid":{"rendered":""},"modified":"2023-05-11T15:38:26","modified_gmt":"2023-05-11T22:38:26","slug":"current-use-cases-for-machine-learning-in-healthcare","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/","title":{"rendered":"Current use cases for machine learning in healthcare"},"content":{"rendered":"<p>Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today. This is a quick overview of key topics in ML, and how it is being used in healthcare.<\/p>\n<p>A machine learning model is created by feeding data into a learning algorithm. The algorithm is where the magic happens. There are algorithms to detect a patient\u2019s length of stay based on diagnosis, for example. Someone had to write that algorithm and then train it with true and reliable data. Over time, the model can be re-trained with newer data, increasing the model\u2019s effectiveness.<\/p>\n<h2>Machine learning on Azure<\/h2>\n<p>Machine learning is a subset of Artificial Intelligence (AI). AI can be thought of as a using a computer system to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages. I won\u2019t go into more detail on the distinction, but here are some resources to help you get started.<\/p>\n<ul>\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/machine-learning\/service\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Azure Machine Learning services<\/a> enable building, deploying, and managing machine learning and AI models using any Python tools and libraries.<\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/machine-learning\/data-science-virtual-machine\/index?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Azure Data Science Virtual Machines<\/a> are customized VM images on Azure, loaded with data science tools used to build intelligent applications for advanced analytics.<\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/machine-learning\/studio\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Azure Machine Learning Studio<\/a> which comes with <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/machine-learning\/studio-module-reference\/a-z-module-list?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">many algorithms out of the box<\/a>.<\/li>\n<li><a href=\"https:\/\/gallery.azure.ai\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Azure AI Gallery<\/a>, which showcases AI and ML algorithms and use cases for them.<\/li>\n<\/ul>\n<h2>Examples of machine learning in healthcare<\/h2>\n<p>Current examples of initiatives using AI include:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/research\/video\/five-minute-overview-innereye-research-project\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Project InnerEye<\/a> is a research-based, AI-powered software tool for planning radiotherapy. This is authored by Microsoft Research.<\/li>\n<li>Healthcare.ai has developed <a href=\"https:\/\/healthcare.ai\/applications-of-healthcare-machine-learning\/\" target=\"_blank\" rel=\"noopener\">several healthcare related algorithms<\/a> that provide a myriad of insights.<\/li>\n<\/ul>\n<p>Microsoft is continuing to commit resources to making healthcare more effective through ML. There are several programs and publicly available resources including:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/research\/research-area\/medical-health-genomics\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Microsoft Medical, health, and genomics<\/a> in Microsoft Research.<\/li>\n<li><a href=\"https:\/\/blogs.microsoft.com\/blog\/2018\/02\/28\/microsofts-focus-transforming-healthcare-intelligent-health-ai-cloud\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Intelligent health through AI and the cloud<\/a>.<\/li>\n<li><a href=\"https:\/\/blogs.microsoft.com\/blog\/2018\/01\/04\/microsoft-adaptive-biotechnologies-announce-partnership-using-ai-decode-immune-system-diagnose-treat-disease\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Microsoft and Adaptive Biotechnologies announce partnership using AI to decode immune system<\/a>.<\/li>\n<\/ul>\n<p>All these initiatives are driven by algorithms developed by researchers, data scientists, developers and others. The accuracy of prediction or recognition depends on two factors: the data and features used to train the model, and the algorithm used to learn from that data. That\u2019s why people in the ML\/AI space are so interested in the many algorithms that can be used today.<\/p>\n<h2>Supervised and unsupervised learning<\/h2>\n<p>There are two types of algorithms, supervised and unsupervised. Supervised learning algorithms make predictions based on a set of examples. For instance, historical stock prices can be used to hazard guesses at future prices. Each example used for training is labeled with the value of interest\u2014in this case the stock price. A supervised learning algorithm looks for patterns in those value labels. Supervised data makes predictions more precise because the model is being fed correct answers to learn about expected results.<\/p>\n<p>In unsupervised learning, data points have no labels associated with them. Instead, the goal of an unsupervised learning algorithm is to organize the data in some way or to describe its structure. This can mean grouping it into clusters or finding different ways of looking at complex data so that it appears simpler or more organized. This form of training is less specific, and the people analyzing the output may not even know the right answers themselves. That said, unsupervised learning can provide great benefits when an algorithm is tuned properly to <strong>fill in the blanks<\/strong>. Algorithm tuning is a process of trial and error, facilitated by the Azure learning platform tools. Using experts to evaluate the results is also critical.<\/p>\n<p>But the benefits are huge when looking at trends in a population. Take this question: Where in the United States do most people with multiple sclerosis live? This can lead to questions like, \u201cwhy is this?\u201d with ML, one can potentially find insights not observed through other business intelligence approaches.<\/p>\n<h2>Personally identifiable information (PII)<\/h2>\n<p>The data that comes from healthcare products and services like electronic health records can contain personally identifiable information (PII).\u00a0 Special consideration needs to be made for how an organization will use and treat PII data in a machine learning solution.<\/p>\n<h2>Usage example: diagnostic radiology<\/h2>\n<p>Consider the job of a diagnostic radiologist. These physicians spend a lot of time analyzing image after image to identify anomalies in patients and much more. They are often critical in making a diagnosis, and their decisions are based on what they find\u2014for example, identifying a tumor.<\/p>\n<p>AI can be used to<strong> assist<\/strong> a diagnostic radiologist. For example, <a href=\"https:\/\/www.microsoft.com\/en-us\/research\/project\/medical-image-analysis\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Project InnerEye<\/a> describes itself this way:<\/p>\n<p>Project InnerEye develops machine learning techniques for the automatic delineation of tumors as well as healthy anatomy in 3D radiological images. This enables; extraction of targeted radiomics measurements for quantitative radiology, fast radiotherapy planning, precise surgery planning and navigation. In practice, Project InnerEye turns multi-dimensional radiological images into measuring devices.<\/p>\n<p>The software assists the radiologist by automatically tracing the outline of a tumor. Radiology produces a large number of scans of an area (e.g. top to bottom of a brain). The radiologist typically goes through each scan and traces the outline of the tumor. After this is done, a 3D composite of the tumor can be produced. This task takes hours. Using ML, Project InnerEye does this in minutes.<\/p>\n<h2>Usage example: using machine learning to predict outcomes<\/h2>\n<p>Other very practical information can be forecast using ML and AI. For example, predicting the patient\u2019s likely <a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/architecture\/predict-length-of-stay-and-patient-flow-with-healthcare-analytics\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">duration of stay in a hospital<\/a> is a form of predictive analysis.<\/p>\n<p><a href=\"https:\/\/enterprise.microsoft.com\/en-us\/articles\/industries\/health\/nurses-blog\/predictive-analytics-in-healthcare-and-the-quadruple-aim\/?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Predicative Analytics for nurses<\/a> helps them take better care of patients and of themselves.\u00a0<\/p>\n<h2>Wrapping up<\/h2>\n<p>Diagnostic and predictive analysis are today\u2019s main benefits, but work is underway to take advantage of ML\/AI in other medical problem spaces. Pharmaceutical and insurance companies are keen on ML right now because it helps them manage with data and identify core KPIs.<\/p>\n<p>These technologies will fundamentally change healthcare. But with heavy regulations around the healthcare space, we\u2019ll see incremental adoption of ML\/AI as new benefits are uncovered, and new algorithms developed.<\/p>\n<h2>Recommended next steps<\/h2>\n<ul>\n<li>Complete the <a href=\"https:\/\/docs.microsoft.com\/azure\/machine-learning\/service\/quickstart-installation?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Azure Machine Learning services quickstart<\/a>. This quickstart will quickly get you started with Azure Machine Learning Services.<\/li>\n<li>Deploy the <a href=\"https:\/\/docs.microsoft.com\/azure\/security\/blueprints\/azure-health?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Azure Security and Compliance Blueprint &#8211; HIPAA\/HITRUST Health Data and AI<\/a> &#8211; The Azure Security and Compliance Blueprint &#8211; HIPAA\/HITRUST Health Data and AI offers a turn-key deployment of an Azure PaaS solution to demonstrate how to securely ingest, store, analyze, and interact with health data while being able to meet industry compliance requirements.<\/li>\n<\/ul>\n<h2>Additional Resources<\/h2>\n<ul>\n<li>Download <a href=\"https:\/\/docs.microsoft.com\/azure\/machine-learning\/studio\/algorithm-cheat-sheet?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Machine learning algorithm cheat sheet<\/a> to help choose an algorithm.<\/li>\n<li>Read <a href=\"https:\/\/docs.microsoft.com\/machine-learning-server\/what-is-machine-learning-server?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Welcome to Machine Learning Server<\/a> for an introduction to Microsoft Machine Learning Server formerly named \u201cR Server.\u201d<\/li>\n<li>Review the <a href=\"https:\/\/docs.microsoft.com\/machine-learning-server\/r\/sample-solutions?WT.mc_id=mlhc-acomblog-dastarr\" target=\"_blank\" rel=\"noopener\">Solution templates for Machine Learning Server<\/a> for Industry-specific templates including one for healthcare.<\/li>\n<li>For an example implementation, download the code: <a href=\"https:\/\/github.com\/Microsoft\/r-server-hospital-length-of-stay\" target=\"_blank\" rel=\"noopener\">Predict length of stay with the Machine Learning Server<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1454,1485],"tags":[],"audience":[3057,3055,3053,3056],"content-type":[1481],"product":[1493],"tech-community":[],"topic":[],"coauthors":[749],"class_list":["post-2466","post","type-post","status-publish","format-standard","hentry","category-ai-machine-learning","category-internet-of-things","audience-data-professionals","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-thought-leadership","product-azure-machine-learning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Current use cases for machine learning in healthcare | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Current use cases for machine learning in healthcare | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-26T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-11T22:38:26+00:00\" \/>\n<meta name=\"author\" content=\"David Starr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Starr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/david-starr\/\",\"@type\":\"Person\",\"@name\":\"David Starr\"}],\"headline\":\"Current use cases for machine learning in healthcare\",\"datePublished\":\"2018-07-26T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:38:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/\"},\"wordCount\":1184,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"articleSection\":[\"AI + machine learning\",\"Internet of things\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/\",\"name\":\"Current use cases for machine learning in healthcare | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"datePublished\":\"2018-07-26T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:38:26+00:00\",\"description\":\"Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI + machine learning\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Current use cases for machine learning in healthcare\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Current use cases for machine learning in healthcare | Microsoft Azure Blog","description":"Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today.","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:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/","og_locale":"en_US","og_type":"article","og_title":"Current use cases for machine learning in healthcare | Microsoft Azure Blog","og_description":"Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-07-26T00:00:00+00:00","article_modified_time":"2023-05-11T22:38:26+00:00","author":"David Starr","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"David Starr","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/david-starr\/","@type":"Person","@name":"David Starr"}],"headline":"Current use cases for machine learning in healthcare","datePublished":"2018-07-26T00:00:00+00:00","dateModified":"2023-05-11T22:38:26+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/"},"wordCount":1184,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"articleSection":["AI + machine learning","Internet of things"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/","name":"Current use cases for machine learning in healthcare | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"datePublished":"2018-07-26T00:00:00+00:00","dateModified":"2023-05-11T22:38:26+00:00","description":"Machine learning (ML) is causing quite the buzz at the moment, and it\u2019s having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are all seeing applicability in their spaces and are taking advantage of ML today.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/current-use-cases-for-machine-learning-in-healthcare\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"AI + machine learning","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/"},{"@type":"ListItem","position":3,"name":"Current use cases for machine learning in healthcare"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=2466"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2466\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2466"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2466"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2466"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2466"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2466"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2466"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}