<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Workflow Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/workflow/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Thu, 10 Jun 2021 05:43:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>How to Integrate Artificial Intelligence into Your Workflow</title>
		<link>https://www.aiuniverse.xyz/how-to-integrate-artificial-intelligence-into-your-workflow/</link>
					<comments>https://www.aiuniverse.xyz/how-to-integrate-artificial-intelligence-into-your-workflow/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 10 Jun 2021 05:43:54 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Integrate]]></category>
		<category><![CDATA[into]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=14165</guid>

					<description><![CDATA[<p>Source &#8211; https://www.electronicdesign.com/ MathWorks’ Johanna Pingel talks with Senior Editor Bill Wong about how engineers can use artificial intelligence to optimize their workflows. Engineers are increasingly seeking <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-integrate-artificial-intelligence-into-your-workflow/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-integrate-artificial-intelligence-into-your-workflow/">How to Integrate Artificial Intelligence into Your Workflow</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source &#8211; https://www.electronicdesign.com/</p>



<p class="wp-block-paragraph">MathWorks’ Johanna Pingel talks with Senior Editor Bill Wong about how engineers can use artificial intelligence to optimize their workflows.</p>



<p class="wp-block-paragraph">Engineers are increasingly seeking to integrate AI into their projects, both to improve their results and remain ahead of their profession’s digital curve. To successfully integrate AI, engineers should make sure they understand what, exactly, AI is in the first place, and how it can fit into their current workflow. It may not be as straightforward as they first believe.</p>



<p class="wp-block-paragraph">In this Q&amp;A, <em>Electronic Design&#8217;s</em> Senior Editor Bill Wong talks with Johanna Pingel, product marketing manager at MathWorks, about how engineers can integrate AI into their projects, and how it can ultimately be used to optimize a complete workflow.</p>



<p class="wp-block-paragraph"><strong>How do you define AI from an engineering perspective?</strong></p>



<p class="wp-block-paragraph">When engineers discuss AI, they’re usually focusing on AI <em>models, </em>but AI is much more. It’s an often-nebulous term that describes an operational strategy supported by machine learning. In engineering terms, the concept of “AI” actually spans four steps within a workflow: data preparation, modeling, simulation and testing, and deployment.</p>



<p class="wp-block-paragraph"><strong>Which step or steps are most important when incorporating AI into a workflow?</strong></p>



<p class="wp-block-paragraph">Each step is important. It’s crucial for engineers to remember that, because they often expect to spend most of their time on the second step—developing and fine-tuning AI models.</p>



<p class="wp-block-paragraph">While modeling is undeniably a key part of the process, it’s neither the beginning nor end of the integration journey. If any step in practical AI implementation is most important, it’s the first, which is data preparation. It’s critical&nbsp;to&nbsp;uncovering issues early&nbsp;on and knowing which parts of the workflow to focus on to achieve the best results.</p>



<p class="wp-block-paragraph">Of course, the most important step will depend on the specific application. But when in doubt, start with the data.</p>



<p class="wp-block-paragraph"><strong>What else should engineers consider before incorporating AI into their workflow?</strong></p>



<p class="wp-block-paragraph">Engineers should recognize the value of their existing knowledge. When developing an AI workflow, many believe they lack the skills necessary to incorporate AI into their projects, and that’s rarely true. They have inherent knowledge of the problem they’re trying to solve, and access to data preparation and modeling tools that can help them leverage that expertise, even if they’re not AI experts.</p>



<p class="wp-block-paragraph">They should also keep in mind that AI is only one part in a much larger system, and all parts must work together for its implementation to be successful.</p>



<p class="wp-block-paragraph"><strong>Walk us through the four steps to developing a complete AI-driven workflow. What role does each step play in successfully incorporating AI into a project?</strong></p>



<p class="wp-block-paragraph">As mentioned, the first step, data preparation, is arguably the most important. Often, when deep-learning models don’t work the way they’re expected to, engineers focus on the second stage—fine-tuning their model, tweaking its parameters, and implementing multiple training iterations. They fail to realize that to be effective, AI models need to be trained on robust, accurate data. If an engineer gives the model anything less, they will get no insight from their results, and likely spend hours trying to learn why the model isn’t working.</p>



<p class="wp-block-paragraph">Instead, engineers are better served by focusing on the data they’re feeding into the model. Preprocessing the data and ensuring it’s correctly labeled helps ensure the model will be capable of understanding the data.</p>



<p class="wp-block-paragraph">For example, engineers at construction equipment manufacturer Caterpillar have access to high volumes of field data generated by their machinery’s industry-wide use, but recognize that the sheer volume of data can interfere with their model’s effectiveness. To streamline the process, Caterpillar uses MATLAB to automatically label and integrate data into their machine-learning models, resulting in more promising insights from their field machinery. The process is scalable and gives Caterpillar’s engineers the freedom to apply their domain expertise to the company’s AI models without forcing them to become AI experts themselves.</p>



<p class="wp-block-paragraph"><strong>Once the data is prepared, how important is the next step of the workflow—namely, modeling?</strong></p>



<p class="wp-block-paragraph">Assuming the data-preparation stage is complete, the engineer’s goal at the modeling stage is to create an accurate, robust model capable of making intelligent decisions based on the data. This also is the stage where engineers should decide what form it should take, whether that’s machine learning like a support vector machine (SVM) or decision trees, deep learning like neural networks, or a combination of the two; choosing whichever option produces the best result for their application and business needs.</p>



<p class="wp-block-paragraph">It’s important for engineers to have direct access to multiple workflow algorithms, such as classification, prediction, and regression. In addition to providing more options, this allows them to test their ideas with prebuilt models developed by the broader community, and potentially use one as a starting point.</p>



<p class="wp-block-paragraph">It’s also crucial for engineers to remember that AI modeling is an iterative step within the workflow. They must track whatever changes they’re making throughout, as it can help them identify the parameters that increase the model’s accuracy and create reproducible results.</p>



<p class="wp-block-paragraph"><strong>Now that we’ve prepared our data and set up a model, where does simulation and testing come in?</strong></p>



<p class="wp-block-paragraph">This step is the key to validating that an AI model is working properly and, more importantly, working effectively with other systems before it’s deployed in the real world. Engineers must keep in mind that AI models are part of a larger system and must work with all other pieces of that system. Consider an automated driving model: Not only must the engineers design a perception system for object detection like stop signs, other cars, and pedestrians, but it must be integrated with other systems like controls, path planning, and localization to be effective.</p>



<p class="wp-block-paragraph">The testing stage is essentially an opportunity for engineers to ensure the model they developed is accurate, and the best way to test that model is through simulation, using virtual tools such as Simulink.</p>



<p class="wp-block-paragraph">At this stage, engineers should ask themselves questions to ensure their model will respond the way it’s supposed to, regardless of the situation. What is the model’s overall accuracy? Is the model performing as expected in every scenario? Does the model cover all edge cases?</p>



<p class="wp-block-paragraph">By testing for accuracy via simulation, engineers can verify their model’s reliability under all anticipated use cases, avoiding costly redesigns that drain both money and time once a model is deployed.</p>



<p class="wp-block-paragraph"><strong>So, we’re finally ready to deploy our model. What role does AI play in this final step?</strong></p>



<p class="wp-block-paragraph">The deployment stage is no longer about the model, which has now been verified to be processing and extracting accurate insights from prepared data, but about the hardware it’s being applied to and the language used. For example, a model can run directly on a GPU, and automatic generation of highly optimized CUDA code can eliminate coding errors often introduced to the GPU through manual translation.</p>



<p class="wp-block-paragraph">Engineers should keep this stage in mind throughout the process, ensuring they ultimately share an implementation-ready model compatible with their project’s designated hardware environment, which can range from the cloud, to desktop servers, to FPGAs.</p>



<p class="wp-block-paragraph">Here, too, the right tools can make this stage easier. Flexible software capable of generating the final code in all scenarios enables engineers to deploy a model across multiple environments without forcing a rewrite of original code.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-integrate-artificial-intelligence-into-your-workflow/">How to Integrate Artificial Intelligence into Your Workflow</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-integrate-artificial-intelligence-into-your-workflow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why it&#8217;s important to operationalize big data into daily tasks</title>
		<link>https://www.aiuniverse.xyz/why-its-important-to-operationalize-big-data-into-daily-tasks/</link>
					<comments>https://www.aiuniverse.xyz/why-its-important-to-operationalize-big-data-into-daily-tasks/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 08 Jul 2020 07:12:49 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Big data]]></category>
		<category><![CDATA[Big Data Analytics]]></category>
		<category><![CDATA[Internet of Things]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=10058</guid>

					<description><![CDATA[<p>Source: techrepublic.com Big data analytics is no longer a nice thing to have for enterprises: It&#8217;s now mission-critical. In 2019, Veritas said, &#8220;In just a few years, big data <a class="read-more-link" href="https://www.aiuniverse.xyz/why-its-important-to-operationalize-big-data-into-daily-tasks/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/why-its-important-to-operationalize-big-data-into-daily-tasks/">Why it&#8217;s important to operationalize big data into daily tasks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: techrepublic.com</p>



<p class="wp-block-paragraph">Big data analytics is no longer a nice thing to have for enterprises: It&#8217;s now mission-critical.</p>



<p class="wp-block-paragraph">In 2019, Veritas said, &#8220;In just a few years, big data has advanced from scattered experimental projects to achieve mission-critical status in digital enterprises, and its importance is increasing. According to IDC, by 2020, organizations able to analyze all relevant data and deliver actionable information will earn $430 billion more than their less analytically oriented peers. Big-data analytics, once performed on an occasional basis, are now performed daily at many enterprises, including, Amazon, Walmart, and UPS.&#8221; </p>



<p class="wp-block-paragraph">Yet organizations continue to experience difficulty in trying to operationalize it. </p>



<p class="wp-block-paragraph">Gartner defines big data operationalization as, &#8220;the application and maintenance of predictive and prescriptive models. Both clients and vendors are placing an emphasis on the importance of moving data science out of a prototype environment and into a state of production and continuous improvement.&#8221; </p>



<p class="wp-block-paragraph">In other words, to operationalize big data, you have to move it out of the test sandbox and into an active role in the business.</p>



<p class="wp-block-paragraph">The most active roles for big data in the business to date have been in decision support.&nbsp;</p>



<ul class="wp-block-list"><li>Consumer buying patterns from web-based data inform retailers about which products are moving fastest, who is buying them, and where they are being bought.</li><li>Diagnostic analytics systems enhanced by machine learning inform medical practitioners about the most likely diagnoses and treatments for certain conditions.</li><li>Sensors placed along tram tracks and on key pieces of equipment inform cities which areas in their physical tram systems require immediate or near-term repair so the system will not fail.</li></ul>



<p class="wp-block-paragraph">All of these examples illustrate a first tier of big data analytics deployment in that they use unstructured big data and their role is in providing static reports to managers that can be acted upon.</p>



<h3 class="wp-block-heading"><strong>Using analytics in daily workflow</strong></h3>



<p class="wp-block-paragraph">However, when you fully operationalize analytics, there is also a second-tier active stage of engagement in which companies embed big data analytics directly into the daily workflows of their operations. In these instances, the analytics continue to inform decisions but they also automate certain tasks in company workflows based upon the intelligence they glean from data.</p>



<p class="wp-block-paragraph">A great example of system automation in operations is decision-making in bank lending. For many years, software programs assessed a loan applicant&#8217;s credit worthiness and determined a &#8220;lend&#8221; or &#8220;don&#8217;t lend&#8221; decision and a loan rate that took into account the loan applicant&#8217;s credit status, the size of the loan, and the amount of risk.&nbsp;</p>



<p class="wp-block-paragraph">The lending supervisor still has the final say, but in essence the lending software has made the decision.</p>



<p class="wp-block-paragraph">We can extend this model into the area of maintaining a city tram system.</p>



<p class="wp-block-paragraph">Internet of Things (IoT) Sensors are attached to key pieces of track and equipment. The sensors can detect signs of failure in these physical components before failure occurs. Data is collected, and reports are generated for supervisors, who then organize preventive maintenance tasks and routes.</p>



<p class="wp-block-paragraph">Now, what if these analytics could be operationalized even further? For instance, an analytics system picks up big data in real time from IoT sensors dispersed throughout the city&#8217;s transit system. The system analyzes this data and produces maintenance reports for supervisors—but it also interfaces with a work order planning system that organizes maintenance work by location and sequences work orders for crews.</p>



<p class="wp-block-paragraph">These work orders could be dispatched directly to maintenance crews or the organization could choose to have a human supervisor review and then authorize the work orders before issuance.</p>



<p class="wp-block-paragraph">By integrating big data analytics into day-to-day task loads that go beyond just reporting (i.e. tier-two operationalization), organizations can achieve greater returns from their analytics and big data investments.</p>



<p class="wp-block-paragraph">This is more important than ever because just last year Venturebeat reported that 87% of data science projects still never make it into production.</p>



<p class="wp-block-paragraph">Going forward, we can&#8217;t afford this level of failure for big data and analytics. Operationalizing it in business workflows as well as in static reports is all the more vital.&nbsp;</p>
<p>The post <a href="https://www.aiuniverse.xyz/why-its-important-to-operationalize-big-data-into-daily-tasks/">Why it&#8217;s important to operationalize big data into daily tasks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/why-its-important-to-operationalize-big-data-into-daily-tasks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Machine learning system saves case managers 1,327 hours per year</title>
		<link>https://www.aiuniverse.xyz/machine-learning-system-saves-case-managers-1327-hours-per-year/</link>
					<comments>https://www.aiuniverse.xyz/machine-learning-system-saves-case-managers-1327-hours-per-year/#comments</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 30 Nov 2018 08:38:42 +0000</pubDate>
				<category><![CDATA[Human Intelligence]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=3157</guid>

					<description><![CDATA[<p>Source- healthcareitnews.com Bon Secours Charity Hospital, a three-hospital health system that is part of Westchester Center Health Network, also known as WMCHealth, was using a risk scoring algorithm <a class="read-more-link" href="https://www.aiuniverse.xyz/machine-learning-system-saves-case-managers-1327-hours-per-year/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/machine-learning-system-saves-case-managers-1327-hours-per-year/">Machine learning system saves case managers 1,327 hours per year</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Source- <a href="https://www.healthcareitnews.com/news/machine-learning-system-saves-case-managers-1327-hours-year" target="_blank" rel="noopener">healthcareitnews.com</a></p>
<p>Bon Secours Charity Hospital, a three-hospital health system that is part of Westchester Center Health Network, also known as WMCHealth, was using a risk scoring algorithm in its electronic health record that was not very accurate.</p>
<p><strong>THE PROBLEM</strong></p>
<p>As a result, WMCHealth missed some high-risk patients and classified other patients as high-risk who were not. In addition, the automated daily report sent to case managers included only patients who had primary care doctors.</p>
<p>The case managers also wasted a lot of effort digging through charts to decide which patients to prioritize and which interventions to select. That reduced the amount of time they had to spend with patients.</p>
<p><strong>PROPOSAL</strong></p>
<p>The data management and analytics team at WMCHealth introduced business intelligence vendor Health Catalyst to the population health team at Bon Secours Charity Hospital.</p>
<p>&#8220;Health Catalyst is a vendor whose data operating system includes an open source machine learning package that the company has used to help other customers predict readmission risk with a high degree of accuracy,&#8221; said Deborah Viola, vice president of data management and analytics at WMCHealth.</p>
<p>Bon Secours wanted Health Catalyst to help the health system integrate the risk forecasts into its case managers&#8217; workflow so they could easily use them in care management.</p>
<p>&#8220;We hoped that the case managers would like the application because it would increase their efficiency and allow them to devote more time to patients,&#8221; Viola said.</p>
<p><strong>MARKETPLACE</strong></p>
<p>There are many business intelligence vendors in the marketplace. They include Datawatch, Epic, Inovalon, Medhost, Periscope Data, Qlikview, SAS, Strata Decision Technology and Tableau.</p>
<p><strong>MEETING THE CHALLENGE</strong></p>
<p>To build the predictive model, Simer Sodhi and Lauren Torres of Bon Secours worked with Health Catalyst using the records of 54,000 patients who had been discharged from WMCHealth hospitals. This resulted in 24 risk factors that would be applied to the data in WMCHealth&#8217;s enterprise data warehouse.</p>
<p>&#8220;We wanted to validate the risk model&#8217;s predictions against particular patient cohorts and determine whether the algorithm would improve its accuracy as it learned from working with our data,&#8221; Viola explained.</p>
<p>&#8220;After we carefully validated the model&#8217;s predictions and we were sure that the risk predictions were more accurate than our EHR&#8217;s risk model, we added the risk scores to discharge lists on a new readmission risk platform that we integrated with our population health management registry software,&#8221; she added.</p>
<p>The advantage of this approach was that it leveraged a workflow the case managers were already familiar with, she added. They then paired the risk scores with EHR data and displayed the information on a dashboard that guided the case managers in identifying care opportunities and choosing interventions.</p>
<p>&#8220;The case managers used the discharge lists and risk scores to organize their work and prioritize the patients who needed to be engaged,&#8221; Viola said. &#8220;Having more accurate, more accessible data enabled them to follow up with at-risk patients faster. They also used this information in conversations with primary care doctors and specialists.&#8221;</p>
<p>As a result, they were able to obtain follow-up appointments faster – usually within seven days – and to connect patients with the services they needed to prevent emergency department visits and hospital readmissions.</p>
<p><strong>RESULTS</strong></p>
<p>The validation of the risk model showed a 17 percent increase in the number of discharges correctly classified as high- and low-risk. This was driven by an 8 percent increase in true positives (actual readmissions correctly classified as high-risk) and a 30 percent decrease in false positives (actual non-readmissions incorrectly classified as high-risk).</p>
<p>&#8220;The increase in accuracy was measured in relation to the LACE and EHR risk models,&#8221; said Simer Sodhi, director of data management and analytics at WMCHealth. &#8220;Seventy-two percent of the machine learning model&#8217;s predictions were accurate, compared to 62 percent of the LACE scores and 61 percent of the EHR scores.&#8221;</p>
<p>The difference was attributed to two factors: The machine learning model used many more variables than the others did, and it better reflected the characteristics of the health system&#8217;s population, she added.</p>
<p>Since the new discharge platform was introduced, it has cut the amount of time that the case managers need to prepare for their daily work from an average of 35 minutes to eight minutes.</p>
<p>&#8220;Incorporating the information on patient care gaps in the discharge report has also saved time,&#8221; Sodhi said. &#8220;Previously, our case managers had to spend two to five minutes per patient to identify these care opportunities. That added up to about 73 hours per year.&#8221;</p>
<p>Including work prioritization and care gap identification, the case managers are saving a total of 1,327 hours per year. As a result, the case managers have had more time to spend with patients and have been able to take on more patients who need their assistance.</p>
<p><strong>ADVICE FOR OTHERS</strong></p>
<p>Machine learning tools should be applied to the data on a health system&#8217;s patient population to increase the accuracy of readmission risk scores, Sodhi said.</p>
<p>&#8220;The risk scores should be part of discharge lists that are provided to case managers in their existing workflows,&#8221; she advised. &#8220;Supporting information from the EHR should be automatically paired with risk scores to make them more actionable.&#8221;</p>
<p>Finally, Sodhi said, case managers and frontline clinicians should have input into the development of the discharge platform so they can provide feedback on how well the platform meets their needs and fits with their workflows.</p>
<p>The post <a href="https://www.aiuniverse.xyz/machine-learning-system-saves-case-managers-1327-hours-per-year/">Machine learning system saves case managers 1,327 hours per year</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/machine-learning-system-saves-case-managers-1327-hours-per-year/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
