<?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>fundamental Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/fundamental/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/fundamental/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Sat, 06 Mar 2021 06:40:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>The supervised approach to machine learning</title>
		<link>https://www.aiuniverse.xyz/the-supervised-approach-to-machine-learning/</link>
					<comments>https://www.aiuniverse.xyz/the-supervised-approach-to-machine-learning/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Sat, 06 Mar 2021 06:40:11 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Approach]]></category>
		<category><![CDATA[fundamental]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[supervised]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=13292</guid>

					<description><![CDATA[<p>Source &#8211; https://searchenterpriseai.techtarget.com/ In part 2 of our machine learning tutorial, learn how to use the supervised learning approach to machine learning to produce the best predictions. The following article is comprised of excerpts from the course &#8220;Fundamental Machine Learning&#8221; that is part of the Machine Learning Specialist certification program from Arcitura Education. It is the second <a class="read-more-link" href="https://www.aiuniverse.xyz/the-supervised-approach-to-machine-learning/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/the-supervised-approach-to-machine-learning/">The supervised approach to machine learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source &#8211; https://searchenterpriseai.techtarget.com/</p>



<p>In part 2 of our machine learning tutorial, learn how to use the supervised learning approach to machine learning to produce the best predictions.</p>



<p><em>The following article is comprised of excerpts from the course &#8220;Fundamental Machine Learning&#8221; that is part of the Machine Learning Specialist certification program from </em>Arcitura Education<em>. It is the second part of the 13-part series, &#8220;Using machine learning algorithms, practices and patterns.&#8221;</em></p>



<p>Supervised learning is one of the most widely used machine learning approaches. It can be useful for predicting financial results, detecting fraud, recognizing objects in images and evaluating or assessing risk. The aim of supervised learning is to allow machine learning functions to work in such a way that enables the input data to be used to predict the output class for each new data instance for which the classification is not already known.</p>



<p>With supervised learning, the input data and output data (also called the&nbsp;<em>class</em>) are known in advance. This allows the model to be trained so that it produces the best predictions of classes for the training data by knowing when the model did and did not make a classification error (Figure 1). Subsequent to training the model with the labeled data set, the trained model can then be used to classify future input data with unknown classification.</p>



<p>As part of a supervised learning process, the machine learning system is required to identify circles in images from the data it receives. The result is a form of predictive modeling, whereby the machine recognizes the circles from the other shapes in images (Figure 1).</p>



<p>As the machine learning system continues to make decisions based on the data presented to it, the results of its decisions are reviewed (supervised) by the algorithm. When incorrect decisions are made during training with the labeled data, the algorithm has the opportunity to make adjustments as part of the training process .</p>



<p>Once the model is trained and deployed, the machine learning system can make decisions based on new data it processes.</p>



<p>The following are common supervised learning algorithms, algorithm types and practices:</p>



<ul class="wp-block-list"><li>Classification</li><li>Decision tree</li><li>Regression</li><li>Predictive modeling</li><li>Ensemble models and methods</li></ul>



<p>Read on to learn more about these five algorithms.</p>



<h3 class="wp-block-heading">Classification</h3>



<p>A problem is referred to as a&nbsp;<em>classification</em>&nbsp;when the output is expected to be a category &#8212; such as a circle, a color, a type of car or an outcome. Take, for example, a problem that asks&nbsp;<em>Based on historical weather data, will it rain on February 12?&nbsp;</em>If the model predicts two class values, then the output could be&nbsp;<em>rain</em>&nbsp;and&nbsp;<em>no rain</em>. A classifier would not produce the probability percentage for rain, such as&nbsp;<em>90% chance of rain</em>. For these types of problems several different classification algorithms and techniques can be used (Figure 4).</p>



<p>When the model is trained, different labels are assigned to different data classes (such as circles and triangles) to enable the model to determine which category the data belongs to.</p>



<h4 class="wp-block-heading">Where classifications can help</h4>



<p>To understand how classification algorithms work in machine learning, consider this hypothetical business case.</p>



<p>A toy company needs to determine how to distribute its inventory of toys across retail locations in different countries. It cannot give each retail store the same inventory because it has learned, over the years, that some types of toys consistently sell better in certain regions than others. Some toys, in particular, hardly sell at all in some regions.</p>



<p>They use a classification algorithm to mine the transaction records in their database as labeled examples in order to classify toy types for each region:</p>



<ul class="wp-block-list"><li>Class A: types of toys that sell at a poor rate in this region.</li><li>Class B: types of toys that sell at an average rate in this region.</li><li>Class C: types of toys that sell at an exceptional rate in this region.</li></ul>



<p>Once the classifier is trained, all new toys types are classified into one of the three classes for each region. Finally, the toy company proceeds to set inventory quantities for the stores in the different regions using this classification system. Toys that fall under Class A are stocked in modest quantities. Toys that fall under Class B are stocked at standard quantities. Toys that fall under Class C are stocked at high quantities.</p>



<p>The toy company uses a further classification algorithm specifically for toys that fall under Class A to break down those toys into additional classes. They study this information to try to better understand what may have been leading to poor sales in the past. For example, causes of poor sales may have been due to inaccurate marketing, regional competitors offering similar toys at a lower cost or cultural incompatibility with some types of toys.</p>



<h3 class="wp-block-heading">Decision tree</h3>



<p>Decision tree algorithms are a form of classification algorithms that use rules organized into a flowchart. The rules are carried out sequentially so that once one decision is made, the algorithm moves on to the next</p>



<h4 class="wp-block-heading">When a decision tree approach works</h4>



<p>If our hypothetical toy company wanted to establish a new feature for its online shopping site, it might use the decision tree approach. When a customer logs in and begins browsing the store, the site needs to be able to provide recommendations of toy products that match the customer profile information.</p>



<p>A decision tree algorithm is developed to narrow down which products to display by carrying out a sequence of decisions. It first decides whether the customer previously purchased a toy over $100 within the past 30 days. If the customer did, it then determines whether the customer has previously purchased toys for boys or girls or both. Based on the outcome of that decision, the algorithm produces a classification which is used to choose one or more products to display on the website while the customer is browsing.</p>



<p>For example, the leaf classifying customers as the type to make a recent purchase over $100 for a boy (named&nbsp;<em>Class_Recent_Purchase_Boy</em>&nbsp;by the analyst) would be presented with the top three best-selling toys for boys on the webpage.</p>



<p>The leaf classifying customers as the type of customer to make a recent purchase over $100 for a girl (named&nbsp;<em>Class_Recent_Purchase_Girl</em>&nbsp;by the analyst) would be presented with the top three best-selling toys for girls on the webpage.</p>



<p>Another leaf would further classify customers who buy toys for both genders (i.e.,&nbsp; toys that are gender neutral) and customers who spent less than $100 within in the last 30 days. For these customers, generic recommendations are presented on the webpage.</p>



<h3 class="wp-block-heading">Regressions &nbsp;</h3>



<p>Regression is a method of modeling a target value based on independent predictors. A regression algorithm attempts to estimate the relationship across variables (Figure 6). Take, for example, the problem asked above: <em>Based on historical weather data, what will the high temperature likely be on February 12?</em></p>



<p>Regression analysis is mostly used for tasks such as forecasting and determining cause and effect relationships. They are used when the results are expected to be quantifiable, such as a length, width, age and so on.</p>



<h4 class="wp-block-heading">What a regression algorithm reveals</h4>



<p>What if our hypothetical toy company is planning its marketing campaign for a new line of products. As part of the marketing campaign, it wants to send out promotional emails to its previous customers. Instead of sending out one email to all customers with information about all of its new products, it would like to customize the emails so they promote types of toys that certain customers are more likely to purchase.</p>



<p>They use a regression algorithm to match categories of toys with customer profiles to produce probabilities of certain types of customers purchasing certain types of toys. Historical customer transaction data is used to determine the types of toys a customer previously purchased, how frequently those types of toys were purchased and how much, on average, the customer spent on those types of toys. This information is used to generate the probability of a customer purchasing a new toy of the same type at a given price point.</p>



<p>For example, the algorithm determines that a customer who had previously purchased action figure toys five times over the past six months and who spent an average of $80 on each purchase is 71% likely to purchase a new action toy of the same type that is priced at $40.</p>



<p>The purchase probability of other toys is also assessed and compared, and the promotional email sent to that customer is customized to highlight the new toys with at least a 60% purchase probability at the toy&#8217;s current price.</p>



<h3 class="wp-block-heading">Ensemble methods</h3>



<p>Ensemble methods help to improve the outcome of applying machine learning by combining several learning models instead of using a single model. The ensemble learning approach results in better prediction compared to when using a single learning model.</p>



<p>Some industry experts refer to algorithms used in ensemble methods as&nbsp;<em>meta algorithms</em>&nbsp;because they combine several learning techniques into one single model and use a complex method of prediction.</p>



<h4 class="wp-block-heading">How ensemble methods can help</h4>



<p>What if the toy company has a limited number of toy samples for a new line of toys it is releasing, and it would like to send the samples only to high-value customers to reward them for their loyalty? It is challenging to determine which customers should be valued more highly than others.</p>



<p>The company uses an ensemble method that will be applied to a combination of models, each of which represents a factor in determining the customer&#8217;s value to the company. The following models are identified:</p>



<ul class="wp-block-list"><li>total amount spent during all transactions to date;</li><li>length of time the customer has made purchases; and</li><li>whether the types of previous purchases are the same toy type as the sample.</li></ul>



<p>The ensemble method factors in all three models. Ensemble voting is then used to determine whether the customer is considered high-value and will, therefore, receive the toy sample.</p>



<p>An ensemble model is the result of applying different ensemble methods. Ensemble methods can be used for stacking (improving prediction), boosting (bias) and bagging (decreasing the variance) purposes.</p>
<p>The post <a href="https://www.aiuniverse.xyz/the-supervised-approach-to-machine-learning/">The supervised approach to machine learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/the-supervised-approach-to-machine-learning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Follow these 10 fundamental microservices design principles</title>
		<link>https://www.aiuniverse.xyz/follow-these-10-fundamental-microservices-design-principles/</link>
					<comments>https://www.aiuniverse.xyz/follow-these-10-fundamental-microservices-design-principles/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 14 Jan 2020 06:36:56 +0000</pubDate>
				<category><![CDATA[Microservices]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[fundamental]]></category>
		<category><![CDATA[microservices design]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=6137</guid>

					<description><![CDATA[<p>Source: searchapparchitecture.techtarget.com Leading organizations understand the benefits they can gain by migrating existing apps to a microservices architecture and adopting the approach for new builds. However, there are inherent challenges application designers, architects and developers face around scalability, performance and deployment. Use these 10 key microservices design principles as guidelines to build applications that meet <a class="read-more-link" href="https://www.aiuniverse.xyz/follow-these-10-fundamental-microservices-design-principles/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/follow-these-10-fundamental-microservices-design-principles/">Follow these 10 fundamental microservices design principles</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: searchapparchitecture.techtarget.com</p>



<p>Leading organizations understand the benefits they can gain by migrating existing apps to a microservices architecture and adopting the approach for new builds. However, there are inherent challenges application designers, architects and developers face around scalability, performance and deployment. </p>



<p>Use these 10 key microservices design principles as guidelines to build applications that meet expectations and avoid short- and long-term lifecycle issues. They range from conceptual, such as how to define the scope of a service and maintain data autonomy, to practical, such as what patterns to use to maximize network traffic performance.</p>



<h3 class="wp-block-heading">1. Ensure high cohesion and low coupling</h3>



<p>Cohesion and coupling are two terms often used interchangeably when describing a microservices architecture. The former relates to the degree of intradependence that exists between the modules of an application, and the latter is used for the degree of interdependencies.</p>



<p>You should design microservices so that cohesion is high and coupling is low. This plan creates microservices that are adaptable to changes, scalable and can be extended over time.</p>



<p>The higher the cohesion, the better, because the modules work together. If cohesion is low, the application would send too many communications back and forth between the services, causing degraded performance and scalability.</p>



<p>Two components are loosely coupled when they are not interdependent, i.e., if they can function without the other and if any change in one component wouldn&#8217;t break the functionality of the other. Loosely coupled components in an application should be easy to test because the component is isolatable.</p>



<h3 class="wp-block-heading">2. Define the scope properly</h3>



<p>You should define the functionality of a microservice, describing what it is intended to do. The scope of a microservice corresponds to the requirement of an independent business module. It&#8217;s important to set a proper scope for each microservice in order to rationalize its size and define its boundaries.</p>



<h3 class="wp-block-heading">3. Adhere to the Single Responsibility Principle</h3>



<p>The Single Responsibility Principle states that a class should never have more than one reason for change. This principle is essential to designing a microservices-based application, because there should not be multiple responsibilities in a single microservice.</p>



<h3 class="wp-block-heading">4. Design for failure</h3>



<p>One of the objectives of microservice architecture is to create fault-tolerant and resilient software systems. Failure or performance issues in one service should not affect other services. A memory leak, database connectivity problems or other issues in one microservice should not bring the entire application down.</p>



<p>Since the services in a microservices-based application are autonomous and independent, they can take advantage of the circuit breaker pattern, which is a means to cut off communication with one or more services that are down or experiencing errors.</p>



<h3 class="wp-block-heading">5. Build around business capabilities</h3>



<p>Each microservice should be designed to solve a business problem. The developer can use the appropriate technology stack for each business problem in each microservice. Unlike a monolithic application, you are not constrained to use a single best-fit homogenous technology stack for the whole architecture. This microservices design principle means developers should choose what&#8217;s best and readily available for use in every component of the application.</p>



<h3 class="wp-block-heading">6. Decentralize data</h3>



<p>Unlike in monolithic applications, microservices each maintain their own copy of the data. In other words, each microservice has its own database. You should not set up multiple services to access or share the same database, since it defeats the purpose of autonomous microservice operation.</p>



<p>Data pertaining to a specific microservice is private to that service. Use APIs to let other services access a microservice&#8217;s owned data. This design principle enforces centralized access control and enables the developers to implement audit logging and caching seamlessly. Aim for one or two database tables per service.</p>



<h3 class="wp-block-heading">7. Gear up process automation</h3>



<p>A microservices design can deploy in several units, which the application team must manage. Automate the deployment process for microservices-based components via smart iterative release tooling, such as a CI/CD pipeline, potentially coupled with a DevOps culture.</p>



<h3 class="wp-block-heading">8. Enable interservice communication</h3>



<p>When you migrate an existing monolithic application to microservices, you must break apart many interrelated components; these services need a way to communicate. Microservices applications also enable diverse programming languages and approaches, as explained in the fifth microservices design principle, so an application might have services built with different technologies communicating with each other. APIs make it all work.</p>



<p>When you set up microservices APIs, abstract the implementation details of how a service works and only expose API methods to enable external access to the service. In this setup, a microservice can scale independently.</p>



<h3 class="wp-block-heading">9. Monitor constantly</h3>



<p>Microservices in production are distributed and interrelated. It is daunting to manually discover and identify errors. Instead, use an automated monitoring system that can track performance constantly. As part of the microservices design and deployment process, select a tool or set of tools that captures and analyzes data on services&#8217; performance, and generates useful metrics.</p>



<h3 class="wp-block-heading">10. Manage traffic</h3>



<p>Traffic to microservices in an application differs from one to the next. One service might have huge traffic while another is low-demand on the network. In each kind of traffic scenario, performance is an important factor. Take advantage of autoscaling and circuit breaker patterns to maximize performance.</p>
<p>The post <a href="https://www.aiuniverse.xyz/follow-these-10-fundamental-microservices-design-principles/">Follow these 10 fundamental microservices design principles</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/follow-these-10-fundamental-microservices-design-principles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How big data can answer fundamental questions about human health</title>
		<link>https://www.aiuniverse.xyz/how-big-data-can-answer-fundamental-questions-about-human-health/</link>
					<comments>https://www.aiuniverse.xyz/how-big-data-can-answer-fundamental-questions-about-human-health/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 02 Jan 2020 07:22:05 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Big data]]></category>
		<category><![CDATA[fundamental]]></category>
		<category><![CDATA[human health]]></category>
		<category><![CDATA[Science]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=5916</guid>

					<description><![CDATA[<p>Source: theweek.com Fly into Britain&#8217;s Manchester Airport these days and you might spot a new landmark amid the urban sprawl on the ground below. Two huge white cylinders stand sentinel: the only outward sign of a massive biomedical project that promises a revolution in science and health care. And like all revolutions, this one is <a class="read-more-link" href="https://www.aiuniverse.xyz/how-big-data-can-answer-fundamental-questions-about-human-health/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-big-data-can-answer-fundamental-questions-about-human-health/">How big data can answer fundamental questions about human health</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: theweek.com</p>



<p>Fly into Britain&#8217;s Manchester Airport these days and you might spot a new landmark amid the urban sprawl on the ground below. Two huge white cylinders stand sentinel: the only outward sign of a massive biomedical project that promises a revolution in science and health care. And like all revolutions, this one is born in blood.</p>



<p>The cylinders pump liquid nitrogen into a facility called the U.K. Biobank. Inside the walls of this anonymous-looking industrial unit, scientists hold the bodily fluids of half a million Britons in state-of-the-art, robot-managed freezers. Research does not come more open-access than this. Blood biochemistry, genetic analysis, images of brains, hearts, and other organs — all the internal secrets of volunteers — are combined with intimate personal confessions about lifestyle, such as how many sexual partners someone&#8217;s had, how much alcohol they drink, and if they routinely drive faster than the motorway speed limit.</p>



<p>The results of that largesse are flowing. In a given month, dozens of scientific studies can appear based on U.K. Biobank data. They range from the curious — how many cups of coffee can safely be consumed in a single day — to the fundamental, such as the discovery that specific gene variants are associated with disease or healthy life expectancy. And in an area of research where size is crucial, such studies count their volunteers not by the hundred or the thousand, but by the hundred thousand. More than a century after Ernest Rutherford&#8217;s Manchester lab showed the world how to unlock the secrets inside the atom, the city is showcasing how Big Data can answer fundamental questions about human health.</p>



<p>&#8220;The U.K. Biobank is the gold standard right now,&#8221; says Josh Denny, a researcher in biomedical informatics at Vanderbilt University Medical Center in Nashville, Tennessee. &#8220;Worldwide it&#8217;s the benchmark of an open-access large database with rich information and genetics.&#8221; Denny published an article on this subject — using clinical data to get the most out of genomic research — for the Annual Review of Biomedical Data Science in 2018. &#8220;What we do when we bring health care and genetics data together is to get at the outcomes that are important to us,&#8221; he says.</p>



<p>Even as results emerge touching on everything from aging to susceptibility to asthma, the biobank effort isn&#8217;t without its detractors or bumps in the road. Some worry that the broad nature of the research done with the samples makes it impossible for volunteers to give proper consent. And in October, a high-profile paper was withdrawn because of technical problems in the way biobank data were analyzed.</p>



<p>But to scientists like Denny, the promise is clear. &#8220;This is a resource for the world,&#8221; he says.</p>



<p>The principle behind the U.K. Biobank is ambitious: to link health outcomes to the genetic data that pour from DNA sequencing machines across the world. Medicine traditionally is guided by a patient&#8217;s physical symptoms and measurable changes to physiology — what biologists call the phenotype. Integrating genetic data — a patient&#8217;s genotype — into these deliberations could help tailor treatments to boost their effectiveness, or even identify people at higher risk of developing a given disease, who could be offered help earlier. But to make that work, scientists need to connect the dots: match genotype to phenotype, find patterns and connections in the way people&#8217;s DNA varies and the way their health does, too.</p>



<p>Those connections are becoming clearer. In February this year, for example, scientists found genetic markers in the biobank data that linked high cholesterol to the development of motor neuron disease. Cholesterol-lowering drugs like statins, the results suggest, might prevent this deadly and incurable condition. Last month, a different team combed through the genetics of 334,000 of the half-million people signed up to the biobank project to identify genes associated with problematic metabolism of uric acid, which causes health problems including the painful condition gout. From head to toe, month by month scientists are using the biobank information to reveal everything from the benefits of being left-handed to the damage that diabetes can do to the heart.</p>



<p>The U.K. project isn&#8217;t the first to recruit volunteers to identify links between genes and disease. National efforts are also underway in Estonia, Sweden, Iceland, China, and Mexico. And back in the 1990s, the Icelandic company deCODE set out to build a database of the genes they found in the country&#8217;s population. Analysis of the Icelandic data, now owned by the U.S. biopharmaceutical giant Amgen, continues — for example, the company is now working on medicines to mimic the heart-protecting effects of a gene variant carried by one in 120 Icelanders.</p>



<p>Even with its high volunteer numbers, the U.K. Biobank isn&#8217;t the largest project of its type either. The British effort can call on data from some 500,000 recruits — but, as it often does, the U.S. military has gone further. In April, the U.S. Million Veterans Program signed up its 750,000th participant since it began in 2011, and still wants more to reach its eponymous goal. The MVP screens the health and genomes of veterans to probe the genetics of post-traumatic stress disorder, diabetes, heart disease, suicide prevention, and other topics of particular relevance to that community.</p>



<p>So, what&#8217;s so great about Great Britain&#8217;s project? Access. Other biobanks set up around the world are useful projects that can help answer some specific questions, Denny says. But it&#8217;s often difficult for outside scientists to get access to the data. Some national projects guard their secrets from foreign eyes as a way to give their own researchers a head start. Others fret about privacy and losing the trust of participants if they were to start sharing their information more widely.</p>



<p>The U.K. Biobank is unique because open and free data access for everyone was the plan from day one, says Rory Collins, an epidemiologist at the University of Oxford and chief executive of the U.K. Biobank project. &#8220;We wanted to build something, a resource, in the same way as they built CERN,&#8221; the European particle physics lab near Geneva, he says. &#8220;This wasn&#8217;t a grant application which has to have a specific hypothesis.&#8221; It&#8217;s a point that other people attached to the Biobank project make repeatedly: This is a basic science project. If they built it, they thought that scientists would come and want to use it.</p>



<p>They have come, and continue to do so. At last count, 13,000 scientists in 77 countries, from Australia and Malaysia to Russia and Jordan, have been given access to data on topics from cognition and sleep to mental health.</p>



<p>Prompted by a call from British scientists to invest in the promise of DNA, the biobank started life as a funding pledge from Tony Blair&#8217;s new Labour government in 1998. Backed by the Medical Research Council, a state funder, and the Wellcome Trust, a biomedical charity, the project was based on the principles of the famous Framingham Heart Study, an influential population cohort study that followed 5,200 residents of Framingham, Massachusetts, as a way to find factors that influence cardiac illness.</p>



<p>The U.K. started to recruit volunteers to its study in 2006 and reached its half-million goal four years later. It focused on individuals ages 40 to 69 because organizers figured it would be most useful to study older people, who tend to more quickly show the signs of ill health that researchers are interested in. (Indeed, the carefully preserved samples at the Manchester HQ now represent the earthly remains of at least 20,000 volunteers who have since passed away.)</p>



<p>Participants weren&#8217;t paid and had to spend hours at one of several regional centers, where they surrendered blood and urine, had their health examined and filled in surveys on their habits and lifestyle. As a result, the biobank population is not as diverse as geneticists might like, Collins admits, especially if the results are supposed to be useful around the world. Some 94 percent of people the biobank signed up are white, and certain socioeconomic groups, including young, low-income white men, are underrepresented.</p>



<p>Initially, the blood samples were analyzed for simple variations in genetic sequence, such as single nucleotide polymorphisms. These single base-pair changes in DNA occur at specific places in the genome and can explain traits such as eye color and inherited diseases such as cystic fibrosis and sickle-cell anemia. They also act as markers to indicate risk of complex diseases, including diabetes and Alzheimer&#8217;s.</p>



<p>The first of these genotyping data were released for 150,000 biobank participants in May 2015. Results from the other 350,000 were added two years later. That fulfilled the original plan, but as genetic sequencing has become faster and cheaper, other researchers wanted to go further. In 2017, the drug firms GSK and Regeneron offered to sequence the &#8220;exome&#8221; of 50,000 U.K. Biobank participants. This gives a readout of sections of DNA that actually code for proteins, and is seen as a more powerful way to locate information that could be used to develop medicines.</p>



<p>The companies agreed to pay the bill, but wanted something in return: exclusive access to the data. They were given 6 to 12 months, then in 2019 the information was released to the wider scientific community. A larger group of pharma companies is working on exome sequences for the remaining 450,000 volunteers under the same arrangement.</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-big-data-can-answer-fundamental-questions-about-human-health/">How big data can answer fundamental questions about human health</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-big-data-can-answer-fundamental-questions-about-human-health/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>No, artificial intelligence won’t start a robocalypse or solve humanity’s fundamental problems</title>
		<link>https://www.aiuniverse.xyz/no-artificial-intelligence-wont-start-a-robocalypse-or-solve-humanitys-fundamental-problems/</link>
					<comments>https://www.aiuniverse.xyz/no-artificial-intelligence-wont-start-a-robocalypse-or-solve-humanitys-fundamental-problems/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 01 Aug 2019 07:26:27 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[fundamental]]></category>
		<category><![CDATA[humanity]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[robocalypse]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=4200</guid>

					<description><![CDATA[<p>Source: scroll.in Most discussions about artificial intelligence are characterised by hyperbole and hysteria. Though some of the world’s most prominent and successful thinkers regularly forecast that AI will either solve all our problems or destroy us or our society, and the press frequently reports on how AI will threaten jobs and raise inequality, there’s actually very little evidence to support these <a class="read-more-link" href="https://www.aiuniverse.xyz/no-artificial-intelligence-wont-start-a-robocalypse-or-solve-humanitys-fundamental-problems/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/no-artificial-intelligence-wont-start-a-robocalypse-or-solve-humanitys-fundamental-problems/">No, artificial intelligence won’t start a robocalypse or solve humanity’s fundamental problems</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: scroll.in</p>



<p>Most discussions about artificial intelligence are characterised by hyperbole and hysteria. Though some of the world’s most prominent and successful thinkers regularly forecast that AI will either solve all our problems or destroy us or our society, and the press frequently reports on how AI will threaten jobs and raise inequality, there’s actually very little evidence to support these ideas. What’s more, this could actually end up turning people against AI research, bringing significant progress in the technology to a halt.</p>



<p>The hyperbole around AI largely stems from its promotion by tech-evangelists and self-interested investors. Google CEO Sundar Pichaideclared AI to be “probably the most important thing humanity has ever worked on”. Given the importance of AI to Google’s business model, he would say that.</p>



<p>Some even argue that AI is a solution to humanity’s fundamental problems, including death, and that we will eventually merge with machines to become an unstoppable force. The inventor and writer Ray Kurzweil has famously argued this “Singularity” will occur by as soon as 2045.</p>



<p>The hysteria around AI comes from similar sources. The likes of physicist Stephen Hawking and billionaire tech entrepreneur Elon Musk warned that AI poses an existential threat to humanity. If AI doesn’t destroy us, the doomsayers argue, then it may at least cause mass unemployment through job automation.</p>



<p>The reality of AI is currently very different, particularly when you look at the threat of automation. Back in 2013, researchers estimated that, in the following ten to 20 years, 47% of jobs in the US could be automated. Six years later, instead of a trend towards mass joblessness, we’re in fact seeing US unemployment at a historic low.</p>



<p>Even more job losses have been threatened for the EU. But past evidenceindicates otherwise, given that between 1999 and 2010, automation created 1.5 million more jobs than it destroyed in Europe.</p>



<p>AI is not even making advanced economies more productive. For example, in the ten years following the financial crisis, labour productivity in the UK grew at its slowest average rate since 1761. Evidence shows that even global superstar firms, including firms who are among the top investors in AI and whose business models depend on it – such as Google, Facebook and Amazon – have not become more productive. This contradicts claims that AI will inevitably enhance productivity.</p>



<p>So why are the society-transforming effects of AI not materialising? There are at least four reasons. First, AI diffuses through the economy much slower than most people think. This is because most current AI is based on learning from large amounts of data and it is especially difficult for most firms to generate enough data to make the algorithms efficient or simply to afford to hire data analysts. A manifestation of the slow diffusion of AI is the growing use of “pseudo-AI” where a firm appears to use an online AI bot to interact with customers but which is in fact a human operating behind the scenes.</p>



<p>The second reason is AI innovation is getting harder. Machine learning techniques that have driven recent advances may have already producedtheir most easily reached achievements and now seem to be experiencing diminishing returns. The exponentially increasing power of computer hardware, as described by Moore’s Law, may also be coming to an end.</p>



<p>Related to this is the fact that most AI applications just aren’t that innovative, with AI mostly used to fine-tune and disrupt existing products rather than introduce radically new products. For example, Carlsberg is investing in AI to help it improve the quality of its beer. But it is still beer. Heka is a US company producing a bed with in-built AI to help people sleep better. But it is still a bed.</p>



<p>Third, the slow growth of consumer demand in most Western countries makes it unprofitable for most businesses to invest in AI. Yet this kind of limit to demand is almost never considered when the impacts of AI are discussed, partly because academic models of how automation will affect the economy are focused on the labour market and/or the supply side of the economy.</p>



<p>Fourth, AI is essentially not really being developed for general application. AI innovation is overwhelmingly in visual systems, ultimately aimed for use in driverless cars. Yet such cars are most notable for their absence from our roads, and technical limits mean they are likely to remain so for a long time.</p>



<h4 class="wp-block-heading">New thinking needed</h4>



<p>Of course, AI’s small impact in the recent past doesn’t rule out larger impacts in the future. Unexpected progress in AI could still lead to a so-called robocalypse. But it will have to come from a different kind of AI. What we currently call artificial intelligence – big data and machine learning – is not really intelligent. It is essentially correlation analysis, looking for patterns in data. Machine learning generates predictions, not explanations. In contrast, human brains are storytelling devices generating explanations.</p>



<p>As a result of the hype and hysteria, many governments are scrambling to produce national artificial intelligence strategies. International organisations are rushing to be seen to take action, holding conferencesand publishing flagship reports on the future of work. For example, the United Nations University Centre for Policy Research claims that AI is “transforming the geopolitical order” and, even more incredibly, that “a shift in the balance of power between intelligent machines and humans is already visible”.</p>



<p> This unhinged debate about the current and near-future state of AI threatens both an AI arms race and stifling regulations. This could lead to inappropriate controls and moreover loss of public trust in AI research. It could even hasten another AI-winter – as occurred in the 1980s – in which interest and funding disappear for years or even decades after a period of disappointment. All at a time when the world needs more, not less, technological innovation.</p>
<p>The post <a href="https://www.aiuniverse.xyz/no-artificial-intelligence-wont-start-a-robocalypse-or-solve-humanitys-fundamental-problems/">No, artificial intelligence won’t start a robocalypse or solve humanity’s fundamental problems</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/no-artificial-intelligence-wont-start-a-robocalypse-or-solve-humanitys-fundamental-problems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
