DeepMind’s Newest AI Programs Itself to Make All the Right Decisions – Singularity Hub

When Deep Blue defeated world chess champion Garry Kasparov in 1997, it may have seemed artificial intelligence had finally arrived. A computer had just taken down one of the top chess players of all time. But it wasnt to be.

Though Deep Blue was meticulously programmed top-to-bottom to play chess, the approach was too labor-intensive, too dependent on clear rules and bounded possibilities to succeed at more complex games, let alone in the real world. The next revolution would take a decade and a half, when vastly more computing power and data revived machine learning, an old idea in artificial intelligence just waiting for the world to catch up.

Today, machine learning dominates, mostly by way of a family of algorithms called deep learning, while symbolic AI, the dominant approach in Deep Blues day, has faded into the background.

Key to deep learnings success is the fact the algorithms basically write themselves. Given some high-level programming and a dataset, they learn from experience. No engineer anticipates every possibility in code. The algorithms just figure it.

Now, Alphabets DeepMind is taking this automation further by developing deep learning algorithms that can handle programming tasks which have been, to date, the sole domain of the worlds top computer scientists (and take them years to write).

In a paper recently published on the pre-print server arXiv, a database for research papers that havent been peer reviewed yet, the DeepMind team described a new deep reinforcement learning algorithm that was able to discover its own value functiona critical programming rule in deep reinforcement learningfrom scratch.

Surprisingly, the algorithm was also effective beyond the simple environments it trained in, going on to play Atari gamesa different, more complicated taskat a level that was, at times, competitive with human-designed algorithms and achieving superhuman levels of play in 14 games.

DeepMind says the approach could accelerate the development of reinforcement learning algorithms and even lead to a shift in focus, where instead of spending years writing the algorithms themselves, researchers work to perfect the environments in which they train.

First, a little background.

Three main deep learning approaches are supervised, unsupervised, and reinforcement learning.

The first two consume huge amounts of data (like images or articles), look for patterns in the data, and use those patterns to inform actions (like identifying an image of a cat). To us, this is a pretty alien way to learn about the world. Not only would it be mind-numbingly dull to review millions of cat images, itd take us years or more to do what these programs do in hours or days. And of course, we can learn what a cat looks like from just a few examples. So why bother?

While supervised and unsupervised deep learning emphasize the machine in machine learning, reinforcement learning is a bit more biological. It actually is the way we learn. Confronted with several possible actions, we predict which will be most rewarding based on experienceweighing the pleasure of eating a chocolate chip cookie against avoiding a cavity and trip to the dentist.

In deep reinforcement learning, algorithms go through a similar process as they take action. In the Atari game Breakout, for instance, a player guides a paddle to bounce a ball at a ceiling of bricks, trying to break as many as possible. When playing Breakout, should an algorithm move the paddle left or right? To decide, it runs a projectionthis is the value functionof which direction will maximize the total points, or rewards, it can earn.

Move by move, game by game, an algorithm combines experience and value function to learn which actions bring greater rewards and improves its play, until eventually, it becomes an uncanny Breakout player.

So, a key to deep reinforcement learning is developing a good value function. And thats difficult. According to the DeepMind team, it takes years of manual research to write the rules guiding algorithmic actionswhich is why automating the process is so alluring. Their new Learned Policy Gradient (LPG) algorithm makes solid progress in that direction.

LPG trained in a number of toy environments. Most of these were gridworldsliterally two-dimensional grids with objects in some squares. The AI moves square to square and earns points or punishments as it encounters objects. The grids vary in size, and the distribution of objects is either set or random. The training environments offer opportunities to learn fundamental lessons for reinforcement learning algorithms.

Only in LPGs case, it had no value function to guide that learning.

Instead, LPG has what DeepMind calls a meta-learner. You might think of this as an algorithm within an algorithm that, by interacting with its environment, discovers both what to predict, thereby forming its version of a value function, and how to learn from it, applying its newly discovered value function to each decision it makes in the future.

Prior work in the area has had some success, but according to DeepMind, LPG is the first algorithm to discover reinforcement learning rules from scratch and to generalize beyond training. The latter was particularly surprising because Atari games are so different from the simple worlds LPG trained inthat is, it had never seen anything like an Atari game.

LPG is still behind advanced human-designed algorithms, the researchers said. But it outperformed a human-designed benchmark in training and even some Atari games, which suggests it isnt strictly worse, just that it specializes in some environments.

This is where theres room for improvement and more research.

The more environments LPG saw, the more it could successfully generalize. Intriguingly, the researchers speculate that with enough well-designed training environments, the approach might yield a general-purpose reinforcement learning algorithm.

At the least, though, they say further automation of algorithm discoverythat is, algorithms learning to learnwill accelerate the field. In the near term, it can help researchers more quickly develop hand-designed algorithms. Further out, as self-discovered algorithms like LPG improve, engineers may shift from manually developing the algorithms themselves to building the environments where they learn.

Deep learning long ago left Deep Blue in the dust at games. Perhaps algorithms learning to learn will be a winning strategy in the real world too.

Image credit: Mike Szczepanski /Unsplash

Original post:
DeepMind's Newest AI Programs Itself to Make All the Right Decisions - Singularity Hub

This algorithm could revolutionize disease diagnosis, but we cant use it yet – Digital Trends

Scientists from the University of Virginia School of Medicine have built an algorithm that may shed crucial light on genetic diseases, as well as help physicians and medical experts to rapidly diagnose them. And it could be a game-changer once someone actually builds a computer powerful enough to run it, that is.

The algorithm in question is one that is designed to analyze genomic data. It can be used to determine whether a test sample comes from a person with a disease or a healthy control and to do this significantly faster than current conventional computers.

[Our] algorithm classifies a person as having a disease or not based on the occurrence of genetic variations in the persons genome, Stefan Bekiranov, associate professor at UVA, told Digital Trends. In principle, it could be applied to predict a patients genetic predisposition to disease as well.

Imagine, for instance, that a middle-aged patient with memory loss goes into a clinic. Their physician and family are worried about possible early-onset Alzheimers disease. The patient has blood drawn, and DNA and RNA are extracted and sequenced. Then they wait. And wait.

Today, this process could take weeks or even months before an answer is reached. But using the new algorithm developed by UVA researchers, the process which involves scanning enormous genomic, cellular databases to make the necessary predictions could be successfully completed in a matter of hours.

So whats the roadblock? After all, the great thing about todays over-the-air updates and constantly tweaked, cloud-based algorithms (Google alone rolls out some 500 to 600 changes to its search algorithm every year) is that they can be deployed rapidly. The problem with the UVA algorithm, however, is that it cant be called into action just yet because the computer thats optimally equipped to run it doesnt yet exist.

Thats because its an algorithm designed for a quantum computer: A class of next-generation supercomputers currently in their relative infancy. Unlike a classical computer, which encodes information as a series of ones and zeroes, quantum computer bits (called qubits) can be either a one, a zero, or both simultaneously. These qubits are composed of subatomic particles, which conform to the rules of quantum, instead of classical, mechanics.

The hope with quantum computers is that they will be able to carry out operations mind-bogglingly quickly. This is because their superposition property (in which quantum particles exist in multiple overlapping states at the same time) allows a quantum computers qubits to take multiple guesses at a time when solving problems. That is far superior to classical computings time-consuming, trial-and-error computations which can take just one guess at a time.

Sure, no one can run it right now, but the wait will be worth it when it finally arrives.

Because of their problem-solving speed, quantum computers could be highly significant for difficult challenges like cryptography and particle physics. In both of these cases, quantum computers promise to help solve enormous computational conundrums in a fraction of the time of their classical counterparts. But this work the first published quantum computer study funded by the National Institute of Mental Health and, possibly, the first using a universal quantum computer funded by the National Institutes of Health shows how quantum computers could also prove useful in fields like biochemistry and molecular genetics.

Our study serves as a marker that interest in quantum computing is expanding, even while its still in a nascent stage of development, Bekiranov said.

The UVA algorithm has been tested on IBMs quantum computers. The full algorithm in principle can be run on existing quantum computers. But the problem is that it can only run on a toy problem, not a real one with close to the complexity that would be required in the real world.

Bekiranov noted that there are a number of current roadblocks to the algorithm being used. For starters, the quantum logic gates (the basic quantum circuit that operates on a small number of qubits) do not perform the operations with perfect fidelity, resulting in errors in the measured results and even in the predictions. The number of qubits on even the most powerful quantum computer is also severely stunted at present. This limits the researchers to low genomic resolution. In addition, asking the quantum computer to perform too many gate operations causes the quantum state to decohere in the middle of computation, thereby destroying it.

Finally, Bekiranov said, and this is going to seem crazy, [but] it can take a complex set of gate operations just to input our data into the quantum computer. In fact, depending on the data, it can require so many gates to implement that it can negate the advantage of our quantum algorithm.

While that might seem disappointing, however, he noted that with sufficient steady progress and critical scientific breakthroughs along the way, a quantum computer able to run this properly could be here within a decade. Think of it like building an amazing app for an iPhone that wont ship until 2030. Sure, no one can run it right now, but the wait will be worth it when it finally arrives.

Just put groundbreaking genetic diagnosis tools down as one more reason to be excited about the coming quantum computing revolution.

See the original post here:
This algorithm could revolutionize disease diagnosis, but we cant use it yet - Digital Trends

Quantum Computing Market Overview With Detailed Analysis, Competitive Landscape, Forecast to 2026 Honeywell, Transurban, Transtoll – Weekly Wall

QY Research has Published Latest Trending Report on Global Quantum Computing Market

Los Angeles, United State, The report titledGlobal Quantum Computing Marketis one of the most comprehensive and important additions to QY Researchs archive of market research studies. It offers detailed research and analysis of key aspects of the global Quantum Computing market. The market analysts authoring this report have provided in-depth information on leading growth drivers, restraints, challenges, trends, and opportunities to offer a complete analysis of the global Quantum Computing market. Market participants can use the analysis on market dynamics to plan effective growth strategies and prepare for future challenges beforehand. Each trend of the global Quantum Computing market is carefully analyzed and researched about by the market analysts.

Request Sample Report and Full Report TOC:https://www.qyresearch.com/sample-form/form/1975193/global-quantum-computing-market

The Essential Content Covered in the GlobalQuantum Computing Market Report:

* Top Key Company Profiles.* Main Business and Rival Information* SWOT Analysis and PESTEL Analysis* Production, Sales, Revenue, Price and Gross Margin* Market Share and Size

Global Quantum Computing Market is estimated to reach xxx million USD in 2020 and projected to grow at the CAGR of xx% during 2020-2026. According to the latest report added to the online repository of QY Research the Quantum Computing market has witnessed an unprecedented growth till 2020. The extrapolated future growth is expected to continue at higher rates by 2025.

Top Players of Quantum Computing Market are Studied: In 2020, the global Quantum Computing market size will be US$ 140.25 million and it is expected to reach US$ 1061.89 million by the end of 2026, with a CAGR of 40.13% during 2020-2026. This report focuses on the global Quantum Computing status, future forecast, growth opportunity, key market and key players. The study objectives are to present the Quantum Computing development in North America, Europe, Japan, China, etc. By Company D-Wave Solutions IBM Google Microsoft Rigetti Computing Intel Origin Quantum Computing Technology Anyon Systems Inc. Cambridge Quantum Computing Limited Segment by Type, , , , Hardware Software Cloud Service Segment By Application Medical Chemistry Transportation Manufacturing Others By Region North America, Europe China Japan Others

The report provides a 6-year forecast (2020-2026) assessed based on how the Quantum Computing market is predicted to grow in major regions likeUSA, Europe, Japan, China, India, Southeast Asia, South America, South Africa, Others.

Segmentation by Type:, , , Hardware Software Cloud Service Segment By Application Medical Chemistry Transportation Manufacturing Others By Region North America Europe China Japan Others

Segmentation by Application: Medical Chemistry Transportation Manufacturing Others By Region North America, Europe, China, Japan, Others

Reasons to Buy this Report:

Table of Contents

1 REPORT OVERVIEW1 1.1 Study Scope1 1.2 Key Market Segments1 1.3 Players Covered2 1.4 Market Analysis by Type2 1.4.1 Global Quantum Computing Market Size Growth Rate by Type (2020-2026)2 1.4.2 Hardware3 1.4.3 Software4 1.4.4 Cloud Service5 1.5 Market by Application6 1.5.1 Global Quantum Computing Market Share by Application (2020-2026)6 1.5.2 Medical7 1.5.3 Chemistry7 1.5.4 Transportation7 1.5.5 Manufacturing7 1.5.6 Others8 1.6 Study Objectives8 1.7 Years Considered8 2 EXECUTIVE SUMMARY9 2.1 Global Quantum Computing Market Size (2015-2026)9 2.2 Quantum Computing Market Size by Regions9 2.2.1 Quantum Computing Growth Rate by Regions (2020-2026)9 2.2.2 Quantum Computing Market Share by Regions (2020-2026)10 2.3 Industry Trends11 2.3.1 Market Top Trends11 2.3.2 Market Use Cases13 3 KEY PLAYERS15 3.1 Quantum Computing Revenue by Players (2019-2020)15 3.2 Quantum Computing Key Players Headquarters and Area Served16 3.3 Date of Enter into Quantum Computing Market17 3.4 Recent Mergers & Acquisitions, Expansion Plans17 4 BREAKDOWN BY TYPE AND APPLICATION19 4.1 Global Quantum Computing Market Size by Type (2020-2026)19 4.2 Global Quantum Computing Market Size by Application (2020-2026)20 5 NORTH AMERICA23 5.1 North America Quantum Computing Market Forecast (2020-2026)23 5.2 Quantum Computing Key Players in North America23 5.3 North America Quantum Computing Market Size by Type25 5.4 North America Quantum Computing Market Size by Application26 6 EUROPE27 6.1 Europe Quantum Computing Market Forecast (2020-2026)27 6.2 Quantum Computing Key Players in Europe27 6.3 Europe Quantum Computing Market Size by Type28 6.4 Europe Quantum Computing Market Size by Application28 7 JAPAN30 7.1 Japan Quantum Computing Market Forecast (2020-2026)30 7.2 Quantum Computing Key Players in Japan30 7.3 Japan Quantum Computing Market Size by Type31 7.4 Japan Quantum Computing Market Size by Application31 8 CHINA33 8.1 China Quantum Computing Market Analysis33 8.2 Key Players in China33 8.3 China Quantum Computing Market Size by Type34 8.4 China Quantum Computing Market Size by Application34 9 INTERNATIONAL PLAYERS PROFILES36 9.1 D-Wave Solutions36 9.1.1 D-Wave Solutions Company Details36 9.1.2 D-Wave Solutions Description and Business Overview36 9.1.3 D-Wave Solutions Quantum Computing Introduction36 9.1.4 D-Wave Solutions Revenue in Quantum Computing Business (2019-2020)37 9.1.5 D-Wave Solutions Recent Development37 9.2 IBM38 9.2.1 IBM Company Details38 9.2.2 IBM Description and Business Overview39 9.2.3 IBM Quantum Computing Introduction39 9.2.4 IBM Revenue in Quantum Computing Business (2019-2020)40 9.3 Google40 9.3.1 Google Company Details40 9.3.2 Google Description and Business Overview40 9.3.3 Google Quantum Computing Introduction41 9.3.4 Google Revenue in Quantum Computing Business (2019-2020)41 9.4 Microsoft41 9.4.1 Microsoft Company Details41 9.4.2 Microsoft Description and Business Overview42 9.4.3 Microsoft Quantum Computing Introduction42 9.4.4 Microsoft Revenue in Quantum Computing Business (2019-2020)42 9.5 Rigetti Computing43 9.5.1 Rigetti Computing Company Details43 9.5.2 Rigetti Computing Description and Business Overview43 9.5.3 Rigetti Computing Quantum Computing Introduction43 9.5.4 Rigetti Computing Revenue in Quantum Computing Business (2019-2020)43 9.5.5 Rigetti Computing Recent Development44 9.6 Intel44 9.6.1 Intel Company Details44 9.6.2 Intel Description and Business Overview45 9.6.3 Intel Quantum Computing Introduction45 9.6.4 Intel Revenue in Quantum Computing Business (2019-2020)45 9.6.5 Intel Recent Development46 9.7 Origin Quantum Computing Technology46 9.7.1 Origin Quantum Computing Technology Company Details46 9.7.2 Origin Quantum Computing Technology Description and Business Overview46 9.7.3 Origin Quantum Computing Technology Quantum Computing Introduction47 9.7.4 Origin Quantum Computing Technology Revenue in Quantum Computing Business (2019-2020)47 9.7.5 Origin Quantum Computing Technology Recent Development47 9.8 Anyon Systems Inc.48 9.8.1 Anyon Systems Inc. Company Details48 9.8.2 Anyon Systems Inc. Description and Business Overview48 9.8.3 Anyon Systems Inc. Quantum Computing Introduction48 9.8.4 Anyon Systems Inc. Revenue in Quantum Computing Business (2019-2020)49 9.9 Cambridge Quantum Computing Limited49 9.9.1 Cambridge Quantum Computing Limited Company Details49 9.9.2 Cambridge Quantum Computing Limited Description and Business Overview49 9.9.3 Cambridge Quantum Computing Limited Quantum Computing Introduction50 9.9.4 Cambridge Quantum Computing Limited Revenue in Quantum Computing Business (2019-2020)50 9.9.5 Cambridge Quantum Computing Limited Recent Development51 10 MARKET DYNAMICS52 10.1 Drivers52 10.2 Challenges53 10.3 Porter Five Forces Analysis54 11 KEY FINDINGS IN THIS REPORT56 12 APPENDIX58 12.1 Research Methodology58 12.1.1 Methodology/Research Approach58 12.1.2 Data Source61 12.2 Disclaimer64 12.3 Author Details64

About US

QY Research is a leading global market research and consulting company. Established in 2007 in Beijing, China, QY Research focuses on management consulting, database and seminar services, IPO consulting, industry chain research and custom research to help our clients in providing non-linear revenue model and make them successful. We are globally recognized for our expansive portfolio of services.

Visit link:
Quantum Computing Market Overview With Detailed Analysis, Competitive Landscape, Forecast to 2026 Honeywell, Transurban, Transtoll - Weekly Wall

Today in History: Puerto Rico becomes self-governing commonwealth of the United States – Santa Ynez Valley News

Today is Saturday, July 25, the 207th day of 2020. There are 159 days left in the year.

Highlight in History:

On July 25, 1866, Ulysses S. Grant was named General of the Army of the United States, the first officer to hold the rank.

On this date:

In 1814, the Battle of Lundys Lane, one of the bloodiest battles of the War of 1812, took place in present-day Niagara Falls, Ontario, with no clear victor.

In 1898, the United States invaded Puerto Rico during the Spanish-American War.

In 1952, Puerto Rico became a self-governing commonwealth of the United States.

In 1956, the Italian liner SS Andrea Doria collided with the Swedish passenger ship Stockholm off the New England coast late at night and began sinking; 51 people 46 from the Andrea Doria, five from the Stockholm were killed. (The Andrea Doria capsized and sank the following morning.)

In 1960, a Woolworths store in Greensboro, North Carolina, that had been the scene of a sit-in protest against its whites-only lunch counter dropped its segregation policy.

In 1972, the notorious Tuskegee syphilis experiment came to light as The Associated Press reported that for the previous four decades, the U.S. Public Health Service, in conjunction with the Tuskegee Institute in Alabama, had been allowing poor, rural Black male patients with syphilis to go without treatment, even allowing them to die, as a way of studying the disease.

In 1985, a spokeswoman for Rock Hudson confirmed that the actor, hospitalized in Paris, was suffering from AIDS. (Hudson died in October 1985.)

Original post:

Today in History: Puerto Rico becomes self-governing commonwealth of the United States - Santa Ynez Valley News

Its too late to stop QAnon with fact checks and account bans – MIT Technology Review

The traditional understanding of QAnon was that its ideas are spread by a relatively small number of adherents who are extremely good at manipulating social media for maximum visibility. But the pandemic made that more complicated, as QAnon began merging more profoundly with health misinformation spaces, and rapidly growing its presence on Facebook.

At this point, QAnon has become an omniconspiracy theory, says DiRestaits no longer just about some message board posts, but instead a broad movement promoting many different, linked ideas. Researchers know that belief in one conspiracy theory can lead to acceptance of others, and powerful social media recommendation algorithms have essentially turbocharged that process. For instance, DiResta says, research has shown that members of anti-vaccine Facebook groups were seeing recommendations for groups that promoted the Pizzagate conspiracy theory back in 2016.

The recommendation algorithm appears to have recognized a correlation between users who shared a conviction that the government was concealing a secret truth. The specifics of the secret truth varied, she says.

Researchers have known for years that different platforms play different roles in coordinated campaigns. People will coordinate in a chat app, message board, or private Facebook group, target their messages (including harassment and abuse) on Twitter, and host videos about the entire thing on YouTube.

In this information ecosystem Twitter functions more like a marketing campaign for QAnon, where content is created to be seen and interacted with by outsiders, while Facebook is a powerhouse for coordination, especially in closed groups.

Reddit used to be a mainstream hub of QAnon activity, until the site started clamping down on it in 2018 for inciting violence and repeated violations of its terms of service. But instead of diminishing its power, QAnon simply shifted to other mainstream social media platforms where they were less likely to be banned.

This all means that when a platform acts on its own to block or reduce the impact of QAnon, it only attacks one part of the problem.

Friedberg said that, to him, it feels as if social media platforms were waiting for an act of mass violence in order to coordinate a more aggressive deplatforming effort. But the potential harm of QAnon is already obvious if you stop viewing it as a pro-Trump curiosity and instead see it for what it is: a distribution mechanism for disinformation of every variety, Friedberg said, one that adherents are willing to openly promote and identify with, no matter the consequences.

Steven Hassan, a mental health counselor and an expert on cults who escaped from Sun Myung Moon's Unification Church, known as the Moonies, says that discussing groups like QAnon as solely a misinformation or algorithmic problem is not enough.

I look at QAnon as a cult, Hassan says. When you get recruited into a mind control cult, and get indoctrinated into a new belief system...a lot of it is motivated by fear.

"They've had three years of almost unfettered accessto developand expand."

People can be deprogrammed from this, Hassan says. But the people who are going to be most successful doing this are family members and friends. People who are already close to a QAnon supporter could be trained to have multiple interactions over time with them, to pull them out.

If platforms wanted to seriously address ideologies like QAnon, theyd do much more than they are, he says.

First, Facebook would have to educate users not just on how to spot misinformation, but also how to understand when they are being manipulated by coordinated campaigns. Coordinated pushes on social media are a major factor in QAnons growing reach on mainstream platforms, as recently documented by the Guardian, over the past several months. The group has explicitly embraced information warfare as a tactic for gaining influence. In May, Facebook removed a small collection of QAnon-affiliated accounts for inauthentic behavior.

And second, Hassan recommends that platforms stop people from descending into algorithmic or recommendation tunnels related to QAnon, and instead feed them with content from people like him, who have survived and escaped from cultsespecially from those who got sucked into and climbed out of QAnon.

Friedberg, who has deeply studied the movement, says he believes it is absolutely too late for mainstream social media platforms to stop QAnon, although there are some things they could do to, say, limit its adherents' ability to evangelize on Twitter.

They've had three years of almost unfettered accessoutside of certainplatforms to developand expand, Friedberg says. Plus, QAnon supporters have an active relationship with the source of the conspiracy theory, who constantly posts new content to decipher and mentions the social media messages of Q supporters in his posts. Breaking QAnons influence would require breaking trust between Q, an anonymous figure with no defining characteristics, and their supporters. Considering Qs long track record of inaccurate predictions, thats difficult, and, critical media coverage or deplatforming have yet to really do much on that front. If anything, they only fuel QAnon believers to assume theyre on to something.

The best ideas to limit QAnon would require drastic change and soul searching from the people who run the companies on whose platforms QAnon has thrived. But even this weeks announcements arent quite as dramatic as they might seem at first: Twitter clarified that it wouldnt automatically apply its new policies against politicians who promote QAnon content, including several promoters who are running for office in the US.

And, Friedberg said, QAnon supporters were poised to test these limitations, and already testing these limitations. For instance, Twitter banned certain conspiracy-affiliated URLs from being shared, but people already have alternative ones to use.

In the end, actually doing something about that would require rethinking the entire information ecosystem, says Diresta. And I mean that in a far broader sense than just reacting to one conspiracy faction.

See the article here:

Its too late to stop QAnon with fact checks and account bans - MIT Technology Review

Cloud API Industry Market Analysis: Leading Industry Players, Recent trends, Potential Growth, Share, Demand and Forecast To 2025 – My Kids Health

The research report on Global Cloud API Industry Market provides up-to-date industry trends, the present market scenario, and the market forecast during 2020-2025. The complete analysis of Cloud API Industry market on the global scale provides key details in form of graphs, statistics and tables which will help the market players in making key business decisions.

The Cloud API Industry market report is an in-depth analysis of this business space. The major trends that defines the Cloud API Industry market over the analysis timeframe are stated in the report, along with additional pointers such as industry policies and regional industry layout. Also, the report elaborates on the impact of existing market trends on investors.

Request a sample Report of Cloud API Industry Market at:https://www.marketstudyreport.com/request-a-sample/2811502?utm_source=mykidshealth.co.uk&utm_medium=AN

COVID-19, the disease it causes, surfaced in late 2020, and now had become a full-blown crisis worldwide. Over fifty key countries had declared a national emergency to combat coronavirus. With cases spreading, and the epicentre of the outbreak shifting to Europe, North America, India and Latin America, life in these regions has been upended the way it had been in Asia earlier in the developing crisis. As the coronavirus pandemic has worsened, the entertainment industry has been upended along with most every other facet of life. As experts work toward a better understanding, the world shudders in fear of the unknown, a worry that has rocked global financial markets, leading to daily volatility in the U.S. stock markets.

Other information included in the Cloud API Industry market report is advantages and disadvantages of products offered by different industry players. The report enlists a summary of the competitive scenario as well as a granular assessment of downstream buyers and raw materials.

Revealing a gist of the competitive landscape of Cloud API Industry market:

Ask for Discount on Cloud API Industry Market Report at:https://www.marketstudyreport.com/check-for-discount/2811502?utm_source=mykidshealth.co.uk&utm_medium=AN

An outlook of the Cloud API Industry market regional scope:

Additional takeaways from the Cloud API Industry market report:

This report considers the below mentioned key questions:

Q.1. What are some of the most favorable, high-growth prospects for the global Cloud API Industry market?

Q.2. Which products segments will grow at a faster rate throughout the forecast period and why?

Q.3. Which geography will grow at a faster rate and why?

Q.4. What are the major factors impacting market prospects? What are the driving factors, restraints, and challenges in this Cloud API Industry market?

Q.5. What are the challenges and competitive threats to the market?

Q.6. What are the evolving trends in this Cloud API Industry market and reasons behind their emergence?

Q.7. What are some of the changing customer demands in the Cloud API Industry Industry market?

For More Details On this Report: https://www.marketstudyreport.com/reports/covid-19-outbreak-global-cloud-api-industry-market-report-development-trends-threats-opportunities-and-competitive-landscape-in-2020

Related Reports:

1. COVID-19 Outbreak-Global Open Source Software Industry Market Report-Development Trends, Threats, Opportunities and Competitive Landscape in 2020Read More: https://www.marketstudyreport.com/reports/covid-19-outbreak-global-open-source-software-industry-market-report-development-trends-threats-opportunities-and-competitive-landscape-in-2020

2. COVID-19 Outbreak-Global File Sharing Software Industry Market Report-Development Trends, Threats, Opportunities and Competitive Landscape in 2020Read More: https://www.marketstudyreport.com/reports/covid-19-outbreak-global-file-sharing-software-industry-market-report-development-trends-threats-opportunities-and-competitive-landscape-in-2020

Related Report : https://www.marketwatch.com/press-release/hydrogen-generation-market-size-rising-at-more-than-117-cagr-during-2020-2025-2020-07-24?tesla=y

Contact Us:Corporate Sales,Market Study Report LLCPhone: 1-302-273-0910Toll Free: 1-866-764-2150 Email: [emailprotected]

See the rest here:
Cloud API Industry Market Analysis: Leading Industry Players, Recent trends, Potential Growth, Share, Demand and Forecast To 2025 - My Kids Health

Off-White will be launching a Singapore-exclusive capsule, the new face of Saint Laurent, and more – Buro 24/7 Singapore

Off-White is all set to launch a Singapore-exclusive capsule.

It is aptly titled "Paragon" as the five-piece collection will be available only at the boutique located within Paragon mall, Singapore. Think classic tees, denim shorts, and a flap bag in a palette of pinks, as inspired by the store's blush-tinged interiors. Grab 'em all beginning 31 July.

Keanu, who? The director, writer, actor, artist is the star of Saint Laurent's 2020 menswear ad campaign. The fifteen-second clip features Waters donning a pair of black frames and dressed to the nines in a sleek suit all while exhorting the importance of breaking the rules because, well, John Waters. We didn't expect anything less.

Dressed fetchingly (and fittingly) in a canary-yellow suit, the 79-year-old designer was suspended ten feet in the air inside a massive cage. "I am the canary in the cage," she declared. "If I die down the coal mine from poisonous gas, that's the signal." This, supposedly, is a metaphor where Westwood was meant to represent Julian Assange, the WikiLeaks founder who faces various charges for allegedly conspiring to hack government computers.

For those unaware, Hearst Corporation is one of the biggest magazine publishers on a global scale, being the owners of many fashion, female-focused publications such as Harper's Bazaar and Marie Claire. Troy Young joined the company in 2013 and resigned just a few days back after the New York Times released their expos detailing several instances of sexual harassment on his part. Hearst President and Chief Executive Officer Steve Swartz then announced his departure on Hearst's website. "Troy Young and I have agreed that it is in the best interest of all of us that he resign his position as president of Hearst Magazines, effective immediately," Swartz wrote.

According to several sources, the Olsen's fashion label is weathering financial difficulties. They have since laid off half their staff, including head of women's design, Anna Sophia Hvener, and founding head men's wear designer, Paul Helbers. A slew of other design, sales and development positions were eliminated. When asked to confirm or deny the news, The Row issued a statement reiterating their commitment to maintaining a "diverse and inclusive workspace" and their stance on keeping mum as to "inaccurate gossip."

Enter Gianfranco Gianangeli. Prior to this, he was global retail director at Givenchy and an associate international director at Prada. It has been confirmed that he will be leading one of the key growth engines at OTB the Italian fashion group controlled by Renzo Rosso alongside its core Diesel brand. Congratulations are in order.

Drawing inspiration from Wu's love of speed racing, the pop-up has been coined 'The Roller'; a spacious and futuristic parking lot comprising Gentle Monster's Shanghai-exclusive eyewear models and fashion accessories. Expect abundant symbolic details, art installations, and an all-around immersive experience.

Read more from the original source:
Off-White will be launching a Singapore-exclusive capsule, the new face of Saint Laurent, and more - Buro 24/7 Singapore

Editorial: As protest narrative shifts, Black lives must remain the focus – OregonLive

There was never any doubt that Portlanders would counter federal officers show of force with one of their own.

Angered by recent news reports detailing federal law enforcements brazen and arguably criminal tactics against protesters, Portlanders have come out in droves to defend First Amendment rights and resist the effort directed by President Donald Trump to quell the nightly protests. Behind a front line of moms in yellow shirts linking arms, a cast of thousands, including elected officials, youths, retirees, repeat protesters and first-timers have been amassing outside the federal courthouse downtown the past several nights, breathing new life into the protests that have persisted for more than eight weeks. The mostly peaceful group of everyday Oregonians carrying signs and chanting slogans stands in sharp contrast to the shocking videos of federal officers beating a veteran, shooting a man in the face with a less-lethal round and grabbing protesters off the streets and throwing them into vans.

This is a city protective of its rich culture of protest and resolute in its opposition to Trump policies and actions. But it is also a city that risks losing sight of what sparked these protests in the first place.

Like elsewhere across the country, Portlanders took to the streets after the killing of George Floyd by Minneapolis police officer Derek Chauvin, who was captured on video driving his knee into the back of Floyds neck. That a police officer, knowing he was being recorded, could act with such indifference to the pleas of a Black man struggling to breathe laid bare the racism in the criminal justice system. But while other deaths of Black Americans at the hands of police ignited similar anger including incidents in Portland Floyds killing seemed to launch a movement more determined than ever to change the institutional ways that America devalues the lives of Black people.

In Oregon, leaders, businesses and individuals embraced the statement that Black lives matter and pledged change. Legislators quickly passed laws curbing police powers in a special session called by the governor. The Portland City Council eliminated funding for three specialty police units and unanimously extended the existing police contract by a year to give officials time to get more public feedback in negotiating accountability changes.

But the aims of the protests are being overshadowed by a longstanding controversy regarding how law enforcement oversees such demonstrations. Critics have called out the bureaus use of tear gas and rubber bullets to disperse after-hours crowds, while police highlight incidents in which individuals have turned violent or destructive, setting fires and launching projectiles at officers. While these clashes typically take place after most protesters have left downtown, the argument of who did what to whom has taken center stage in these nightly protests.

Certainly, any excessive use of force by police must be investigated. The actions by federal officers that appear to violate constitutional rights and send a message of intimidation are downright alarming and have merited condemnation by elected officials. And the sight of Portlanders joining together to emphatically reject such incursions on basic rights is inspiring.

But the changing narrative of these protests should worry those seeking racial reforms. Because while policing of these protests has been heavy-handed and indiscriminately harsh, theres nothing indiscriminate about who has been targeted and disproportionately policed for decades.

The inequities dont end there. They are built into our educational, economic, political, judicial and social systems that have for decades sanctioned poor educational outcomes for Black students, denied Black residents the ability to own homes, ensured underrepresentation of Black constituents, delivered harsher charges and prison sentences for Black defendants and convinced the community at large that this is just the way things are, not a reflection of deficiencies built into our systems. While the federal officers tactics are true threats, these racist practices are entrenched realities that need our sustained attention.

In an op-ed for The Washington Post last week, the Rev. E.D. Mondain, who heads the Portland chapter of the NAACP, warned that Portlanders are taking the bait laid by Trump and allowing themselves to be distracted from confronting racial inequities. Rather, demonstrations, he said, have become a spectacle.

Vandalizing government buildings and hurling projectiles at law enforcement draw attention but how do these actions stop police from killing black people? he wrote. What are antifa and other leftist agitators achieving for the cause of black equality? The Wall of Moms, while perhaps well-intentioned, ends up redirecting attention away from the urgent issue of murdered black bodies. This might ease the consciences of white, affluent women who have previously been silent in the face of black oppression, but its fair to ask: Are they really furthering the cause of justice, or is this another example of white co-optation?

His criticism comes in addition to pleas from other Black leaders urging Oregonians to reject the destruction that some in the crowd are causing, fearing that it is overtaking what should be a pivotal moment in history for Black people. And last week, Gov. Kate Brown issued her own call to Oregonians. The property destruction and the arson need to stop, she said. She pointed to efforts underway to develop better training for law enforcement, urging the community to engage in those conversations rather than allow themselves to be distracted.

Opportunities exist for making real change and threats loom for deepening racial inequities. In addition to the training Brown mentioned, a group in Portland is working toward revitalizing the once thriving Black district in North Portland that was devastated by highway construction and urban renewal projects. Gaps in our educational system are likely to widen as school districts move to online teaching as opposed to in-person classes. The coronavirus pandemic is hitting communities of color far harder than white communities. These issues need and deserve all the resources and attention they can get a message that other elected officials, business owners and community leaders should amplify.

Instead, nightly protests are increasingly about Trump. While Americans will have the chance to solve for Trump in 100 days, the racist problems embedded in our systems will take a much longer timeline. Oregonians should heed the words of Mondain and many others and get to work.

-The Oregonian/OregonLive Editorial Board

Oregonian editorials

Editorials reflect the collective opinion of The Oregonian/OregonLive editorial board, which operates independently of the newsroom. Members of the editorial board are Therese Bottomly, Laura Gunderson, Helen Jung, John Maher and Amy Wang.

Members of the board meet regularly to determine our institutional stance on issues of the day. We publish editorials when we believe our unique perspective can lend clarity and influence an upcoming decision of great public interest. Editorials are opinion pieces and therefore different from news articles.

Read this article:

Editorial: As protest narrative shifts, Black lives must remain the focus - OregonLive

As Bitcoin Flounders, The Price Of These Smaller Cryptocurrencies Has Suddenly Soared – Forbes

Bitcoin has been trading sideways since its supply squeeze in early Maythough many other smaller cryptocurrencies have surged during that time.

The bitcoin price has remained firmly under $10,000 per bitcoin despite a raft of positive developments for bitcoin and the wider cryptocurrency space.

However, the likes of chainlink, cardano, tezos, stellar and ethereum have all soaredwith some more than doubling in value in a matter of months.

The bitcoin price rally has stalled over recent months even as some smaller cryptocurrencies have ... [+] rocketed higher.

Bitcoin has traded sideways since early May, despite repeatedly trying to break above the psychological $10,000 per bitcoin level.

Meanwhile, ethereum, the second largest cryptocurrency be value after bitcoin, has added almost 50% to its price during that time, pushed on due to a surge of interest in decentralized finance, sometimes known as DeFithe idea that blockchain entrepreneurs can use bitcoin and crypto technology to recreate traditional financial instruments such as loans and insurance.

"Ethereum has been the main rails for some of the largest initial coin offerings and most recently been rails to the largest stablecoins that have unleashed the DeFi wave," Philippe Bekhaz, the chief executive of Bermuda-based stablecoin platform Stablehouse, said via email.

Ethereum has been further boosted by the soaring price of chainlink, a token that powers a decentralized network designed to connect smart contracts to external data sources and is built on top of ethereum's blockchain.

The value of chainlink's link token has more than doubled since early May, adding to its already massive gains over the last year.

Ethereum is one of those game-changing projects," Adam Traidman, chief executive of cryptocurrency wallet BRD and maker of Blockset, an enterprise-grade blockchain data integration platform, said via email.

"I can tell you firsthand that ethereum is the most requested chain, right up there with bitcoin, that companies ask Blockset to support, likely due to its capabilities of building private chains."

The bitcoin price has declined over the last year, failing to rally after its closely watched supply ... [+] squeeze in May.

Elsewhere, cardano's ADA token has leaped by over 200% since early May as excitement swirled around an upgrade to the cardano blockchain that's designed to improve the platform's decentralization and scalability, and investors piled into DeFi projects.

"With cardano, we believe we can create a revolutionary solution which will be able to offer access to finance and investment to swathes of the population who have previously been shut out of the system," the chief executive of cardano developer IOHK, Charles Hoskinson, said in a statement ahead of the update's rollout this week.

Another minor cryptocurrency, tezos, styled as a "self-amending cryptographic ledger" and uses the so-called proof-of-stake consensus model as opposed to bitcoin's proof-of-work, has emerged this year as a favourite blockchain and cryptocurrency for tokenized real-estate and security tokens.

Tezos, also benefiting from the DeFi rally, has added 22% to its price since May but has more than doubled its price over the last year.

Stellar, a formerly top-ten cryptocurrency that has been pushed down the rankings recently, has also rallied over recent months, adding almost 50% to its price since early May.

"Will stellar be the next altcoin to pump," asked closely-watched trader Peter Brandt via Twitter last week, pointing to a technical data chart.

See more here:
As Bitcoin Flounders, The Price Of These Smaller Cryptocurrencies Has Suddenly Soared - Forbes

Odisha to use artificial intelligence in organisation audit in big way – The New Indian Express

Express News Service

BHUBANESWAR: In its bid to ensure greater fiscal accountability, effective resources management and increased productivity, the state government is set to go for integration of artificial intelligence (AI) in the financial auditing mechanism for its organisations in a big way.

The Directorate of Local Fund Audit (DLFA) has started work on an AI project that is aimed at reshaping organisational accountability and bringing about greater trust on Government institutions. It is already seeking advisory services from experts for the successful implementation of the technology infusion in local fund audit automation.

The Government has appointed Professor (Information Systems) of XIMB Sanjay Mohapatra as Advisor to the AI implementation committee of DLFA. He will assist LFA to develop a comprehensive strategy to analyze processes and develop implementation plans for AI-enabled automation and advise on available options and capabilities along with skilling of officials As per the project, the audit of organisations will be conducted using various components of AI like machine learning, deep learning, natural language processing and computer vision.

Combined with other AI components, the technology can classify documents according to type, extract relevant information and perform analysis. The auditors can detect fraud by creating sophisticated machine learning-based modules. The audit can be further transformed by deep learning, which can analyze unstructured data. Data from financial statements can be extracted to calculate proposed materiality based on a range of benchmarks.

AI will help auditors optimise their time, enabling their ability to judge and analyze deeper set of data besides making it possible for them to work smarter and better, said an official involved with the project.The State has 13,606 auditee institutions that are subjected to audit by the LFA organisation. The DLFA, a statutory audit organisation, functioning under the administrative control of Finance department has been undertaking audit of Government, grant-in-aid institutions, Panchayatiraj institutions, Urban Local Bodies, Development Authorities and Universities besides schools, colleges and endowments.

Odisha to use AI in organisation audit in big way

Since auditors face innumerable challenges while evaluating thousands of documents and undertaking investigations on ambiguous transactions, use of AI will enhance their service and accuracy.

After skilling of officials with basic and applied concept of AI in local fund audit, the project will be implemented on a pilot basis before making it universal, the official added.

Link:
Odisha to use artificial intelligence in organisation audit in big way - The New Indian Express