Archive for the ‘Alphazero’ Category

How to Kickstart an AI Venture Without Proprietary Data – Medium

AI startups have a chicken & egg problem. Heres how to solve it.

A few years ago, I learned about the billions of dollars banks lose to credit card fraud on an annual basis. Better detection or prediction of fraud would be incredibly valuable. And so I considered the possibility of convincing a bank to share their transactional data in the hope of building a better fraud detection algorithm. The catch, unsurprisingly, was that no major bank is willing to share such data. They feel theyre better off hiring a team of data scientists to work on the problem internally. My startup idea died a quick death.

Despite the tremendous innovation and entrepreneurial opportunities around AI, breaking into AI can be a daunting task for entrepreneurs as they face a chicken-and-egg problem before they even begin, something existing companies are less likely to contend with. I believe specific strategies can help entrepreneurs overcome this challenge and create successful AI-driven ventures.

Todays AI systems need to be trained on large datasets, which can pose a challenge for entrepreneurs. Established companies with a sizable customer base already have a stream of data from which they can train AI systems, build new products and enhance existing ones, generate additional data, and rinse and repeat (for example, Google Maps has over 1B monthly active users and over 20 Petabytes of data). But for entrepreneurs, the need for data poses a chicken-and-egg problem because their company hasnt yet been built, they dont have data, which means they cant create an AI product as easily.

Additionally, data is not only necessary to get started with AI, it is actually key to AI performance. Research has shown that while algorithms matter, data matters more. Among modern machine learning methods, the differences in performance between various algorithms are relatively small when compared to the performance differences between the same algorithms with more or less data (Banko and Brill 2001).

There are several strategies that can help entrepreneurs navigate this chicken-and-egg problem and access the data they need to break into the AI space.

Research has shown that while algorithms matter, data matters more.

While data does need to come before an AI product, data does not need to come before all products. Entrepreneurs can begin by creating a service that is not AI-based, but that solves customer problems and that generates data in the process. This data can later be used to train an AI system that enhances the existing service or creates a related service.

For example, Facebook didnt use AI in its early days, but it still provided a social networking platform that customers wanted to join. In the process, Facebook generated a large amount of data which was in turn used to train AI systems that helped personalize the newsfeed and also made it possible to run extremely targeted ads. Despite not being an AI-driven service at the outset, Facebook has become a heavy user of AI.

Similarly, the InsurTech startup Lemonade initially didnt have data to build sophisticated AI capabilities on day one. However, over time, Lemonade has built AI tools to create quotes, process claims, and detect fraud. Today, their AI system handles the first notice of loss for 96% of claims, and manages the full claim resolution without any human involvement in a third of the cases. These AI capabilities have been built using the data generated over many years of operations.

2. Partner with a non-tech company that has a proprietary dataset

Entrepreneurs can partner with a company or organization that has a proprietary dataset but lacks in-house AI expertise. This approach is particularly useful in contexts where it would be very difficult to create a product that in turn generates the kind of data your AI application needs, such as medical data about patient tests and diagnoses. In this case, you could partner with a hospital or insurance company in order to obtain anonymized data.

A related point is that training data for your AI product can come from a potential customer. While this is harder in regulated industries like healthcare and finance, customers in other industries like manufacturing may be more open to it. All you might need to offer in return is exclusive access to the AI product for a few months or early access to future product features.

A pitfall of this approach is that potential partners may prefer working with established companies rather than smaller players who may be less known and trusted (especially in a post- GDPR and Cambridge Analytica world). So business development will be tricky but this strategy is nonetheless feasible especially when well-known tech companies are not already chasing after your desired partner.

Entrepreneurs who are part of a family business may already have access to a potentially large amount of data from their existing business. Thats a great option too.

3. Crowdsource the (labeled) data you need

Depending on the kind of data needed, entrepreneurs can obtain data through crowdsourcing. When data is available but is not well labeled (e.g. images on the Internet), crowdsourcing can be a particularly well-suited method for obtaining this data, as labeling is a task that lends itself well to being completed quickly by a large number of individuals on crowdsourcing platforms. Platforms such as Amazon Mechanical Turk and Scale.ai are frequently used to help generate labeled training data.

For example, consider Googles use of Captchas. While they serve an important security purpose, Google simultaneously uses them as a crowdsourced image labeling system. Every day millions of users are part of the Google analytics pre-processing team which are validating machine learning algorithms- for free.

Some products have workflows which allow customers to help label new data in the course of using the product. In fact, the entire subfield of Active Learning is focused on how to interactively query users to better label new data points. For example, consider a cybersecurity product that generates alerts about risks and a workflow in which an Ops engineer resolves those alerts thereby generating new labeled data. Similarly, product recommendation services like Pandora use upvotes and downvotes to validate recommendation accuracy. In both these cases, you can start with an MVP that continually improves over time as customers provide feedback.

4. Make use of public data

Before you conclude that the data you need is not available, look harder. There is more publicly available data than you might imagine. There are even data marketplaces emerging. While publicly available data (and therefore the resulting product) might be less defensible, you can build defensibility through other service/product innovations such as creating an exceptional user experience or combining offline and digital data at scale as Zillow does (the company uses offline public municipal data at scale as part of their innovative online real estate application). One could also combine publicly available data with some proprietary data, which could be generated over time or obtained through partnerships, crowdsourcing, etc.

The Canadian company BlueDot uses a variety of data sources, including publicly available data, in order to detect outbreaks of emerging diseases before they are officially reported as well as predict where an outbreak will spread to next. BlueDot uses statements from official public health organizations, digital media, global airline ticketing data, livestock health reports, and population demographics, among other data sources. The company detected the COVID-19 outbreak on December 30th, 2019, nine days before the WHO reported on it.

There is more publicly available data than you might imagine. There are even data marketplaces emerging.

5. Rethink the need for data

It is true that most of the practical AI in the business world is based on Machine Learning. And most of that ML is supervised ML (which requires large labeled training datasets). But many problems can be solved with other AI techniques that are not reliant on data, such as reinforcement learning or expert systems.

Reinforcement learning is an ML approach in which algorithms learn by testing various actions or strategies and observing the rewards from these actions. Essentially, reinforcement learning uses experimentation to compensate for a lack of labeled training data. The original iteration of Googles Go playing software, Alpha Go, was trained on a large training dataset, but the next iteration, AlphaZero, was based on reinforcement learning and had zero training data. Yet AlphaZero beat AlphaGo (which itself beat Lee Sedol, Gos world champion).

Reinforcement learning is widely used in online personalization. Online companies frequently test and evaluate multiple website designs, product descriptions, product images, and pricing. Reinforcement learning algorithms explore new design and marketing choices and rapidly learn how to personalize user experience based on their responses.

Another approach is to use expert systems, which are simple rule-based systems that often codify rules that experts use routinely. While expert systems rarely beat well-trained ML systems for complex tasks such as medical diagnosis or image recognition, they can help break the chicken-and-egg problem and help you get started. For example, the virtual healthcare company Curai used knowledge from expert systems to create clinical vignettes, and then used these vignettes as training data for ML models (alongside data from electronic health records and other sources).

To be clear, not every intelligence problem can be cast as a reinforcement learning problem or tackled through an expert systems approach. But these are worth considering when the lack of training data has halted the development of an interesting ML product.

Entrepreneurs are most likely to develop a consistent stream of proprietary data if they start by offering a service that has value without AI and that generates data, and then use this to train an AI system. However, this strategy does require time and may not be the best fit for all situations. Depending on the nature of the startup and the kind of data that is needed, it may work better to partner with a non-tech company that has a proprietary dataset, crowdsource (labeled) data, or make use of public data. Alternatively, entrepreneurs can rethink the need for data entirely and consider taking a reinforcement learning or expert systems approach.

Read this article:
How to Kickstart an AI Venture Without Proprietary Data - Medium

Street Fighter V: What to Expect After the Winter Update | CBR – CBR – Comic Book Resources

As Street Fighter V powers up for its final season, here's what players can expect to see after the winter update.

It's been a long ride since Capcom'sStreet Fighter V was released in 2016. The game has overcome many challenges to get to this point, andit's become better for it. Onlinehas still been a struggle, as Capcom hasn't performed well on issues of netcode, but in terms of the other parts of the game,it's blown the initial, barebones release out of the water.

Players have debated many times what characters and content should be among the last group of DLC, but the developers' winter update reveals tons of new content and one big mystery.

RELATED:Street Fighter V: 5 Mods to Enhance Your Game

Capcom's winter updateshows early footage of a partially completed Street Fighter V Season 5 character, Rose, including a rough model and some gameplay. Many of her familiar moves are back or have been remixed in some way, such as her old Soul Satellite, and she has new ones such as Soul Punish to utilize too. Rose's story will look to expand upon her role as newcomer Menat's master, though it is still unknown what her release date is. Rose's segment also gives viewers a behind the scenes look at how Capcom does motion capture for characters.

In the update video, Capcom also has news on Dan Hibiki, who will be released Feb. 22. Dan will work with a special set of V-Skills that are just his style and will change up how players approach the game. Both of his V-Skills are taunt cancels, which enable him to cancel regular attacks into other attacks or special moves. Dan also has a one bar V-Trigger move, where he performs the Haoh Gadoken, and another where his fireballs and uppercuts are powered up.

RELATED: Five Characters That Should Return for Street Fighter VI

One of the bigger changes coming to the game is the new mechanic known as V-Shift. Functioning similarly to dodges or rolls from other fighting games, this new mechanic allows Street Fighter Vplayers to sacrifice some of their Trigger bar to escape from opponent pressure and quickly dash backwards. Doing so correctly will bathe the player character in blue light.

It will also allow them to performthe V-Shift Break. This works as a counter, asthe character dashes forward and performs a forward moving attack to knock down foes. This mechanic should really change up gameplay when introduced.

Related:RetroMania Wrestling: Trailer, Plot, Release Date & News to Know

Meanwhile, the new stage, theMarina of Fortune, is a recreation of Rose's old stage from theStreet Fighter Alpha/Zero games, which should bring back some nostalgia for long time fans. The stage is set on a port near the bay, with ships in the background and fighters stationed on concrete near the docks.

While fans are still mostly in the dark about the characters of Oro, Akira and the mystery final character, there is a confirmed bonus character coming to Street Fighter V. This bonus character, Eleven,is a narrative predecessor toStreet Fighter III's Twelve, but has much different gameplay. Purchasing the Premium Pass for Season5 will give players access to Eleven on Feb. 22, the same day Dan Hibiki is released. Eleven will serve as a randomizer character, transforming into someone on the roster the player owns, while also giving them a randomized V-Skill and Trigger to use.

Developed by Capcom, Street Fighter V is available on PlayStation 4 and PC.

KEEP READING:Warhammer: Vermintide 2 - What to Know About Bardin, the Outcast Engineer

You Can Finally Play Kingdom Hearts on PC, But It's WAY Too Expensive

Read more here:
Street Fighter V: What to Expect After the Winter Update | CBR - CBR - Comic Book Resources

This AI chess engine aims to help human players rather than defeat them – The Next Web

Artificial intelligence has become so good at chess that its only competition now comes from other computer programs.Indeed, a human hasnt defeated a machine in a chess tournament in 15 years.

Its an impressive technical achievement, but that dominance has also made top-level chess less imaginative, as players now increasingly follow strategies produced by soulless algorithms.

But a newresearch papershows that AI could still make the game better for us puny humans.

The study authors developed a chess enginewith a difference. Unlike most of its predecessors, their system isnt designed to defeat humans. Instead, its programmed to play like them.

[Read: How this company leveraged AI to become the Netflix of Finland]

The researchers believe Maiacould make the game more fun to play. But it could also help us learn from the computer.

So chess becomes a place where we can try understanding human skill through the lens of super-intelligent AI, said study co-author Jon Kleinberg, a professor at Cornell University.

Their system called Maia is a customized version of AlphaZero, a program developed by research lab DeepMind to master chess, Shogi, and Go.

Instead of building Maia to win a game of chess, the model was trained on individualmoves made by humans. Studyco-author Ashton Anderson said this allowed the system to spot what players should work on:

Maia has algorithmically characterized which mistakes are typical of which levels, and therefore which mistakes people should work on and which mistakes they probably shouldnt, because they are still too difficult.

Maia matched the movesof humans more than 50% of the time, and its accuracy grew as the skill level increases.

The researchers said this prediction accuracy is higher than that of Stockfish, the reigning computer world chess champion.

Maia might not be capable of teaching people to conquer AI at chess but it could help beat their fellow humans.

You can read the study paper on the preprint server arXiv.

Published January 27, 2021 18:52 UTC

Original post:
This AI chess engine aims to help human players rather than defeat them - The Next Web

Open source at Facebook: 700 repositories and 1.3 million followers – ZDNet

Another 127,000 new developers starred Facebook's projects in the past year.

Facebook's open-source platform has been growing steadily since it launched and is showing no sign of its popularity waning anytime soon: the past year has seen the project expand yet again, reaching close to 1.3 million followers on Github.

SEE: Managing AI and ML in the enterprise: Tech leaders increase project development and implementation (TechRepublic Premium)

That's another 127,000 new developers starring Facebook's projects on the open-source platform just in the last year, a testimony to "the growth of open source worldwide," according to Suraj Subramanian, developer advocate at Facebook, who compileda review of the social media giant's key achievementsin the open-source space in 2020.

The past year has seen Facebook open source expand yet again, reaching close to 1.3 million followers on Github.

For many years, Facebook has been sharing the company's creations with the wider developer community in a major open-source project.

Developers around the world can access the codebase for some of the company's major software and hardware tools in Github repositories. Subramanian confirmed that Facebook's portfolio of repositories has now grown to more than 700, with over 200 projects made public this year alone another increase from 2019, which saw 170 new repositories added to the portfolio.

SEE:The algorithms are watching us, but who is watching the algorithms?

Both Facebook engineers and independent developers around the world contributed to the community by tweaking Facebook's codebase almost 128,000 times in total, with about 15% of those changes carried out by participants external to the company. That marks a change from the previous year, when external contributors committed about a third of the total changes.

Both Facebook engineers and independent developers around the world contributed to the community by tweaking Facebook's codebase 128,000 times in total.

Subramanian added that 20 new projects were added to Facebook's PyTorch ecosystem, a Python-based machine-learning library that is mostly used for computer applications and natural language processing.

The past few months also saw many companies external to Facebook make use of the PyTorch library for a variety of use cases, ranging fromtraining robotic crop sprayersto identifying weeds as they move through a field, toimproving the training of surgeons. Pharmaceutical firm AstraZeneca also revealed that it is using PyTorch tostreamline the drug discovery process.

Among some of the key technologies that were open sourced by the social media company last year, Subramanian highlighted M2M-100, a multilingual machine translation model that cantranslate any pair of 100 languageswithout relying on English, and is thought to be more accurate than systems that require translating into English before coming up with a final translation in the target language.

Facebook also made its ReBel algorithmavailable to the public in 2020, which builds on the technology that underpins AlphaZero to beat humans at a wide range of games such as poker or Texas Hold'em, and constitutes, according to Subramanian, "a big step towards general AI."

Another one of Facebook's open-source projects that has garnered attention is React Native, a JavaScript code library that lets developers build user interfaces for native iOS and Android apps. Although the platform has existed for a long time, in early 2020 Facebook open-sourced a new React library called Recoil to provide developers with features like time-travel debugging, which are hard to achieve with React alone. In less than a year, Recoil has alreadysecured over 11,000 followers.

Original post:
Open source at Facebook: 700 repositories and 1.3 million followers - ZDNet

Scientists say dropping acid can help with social anxiety and alcoholism – The Next Web

What happens when the pandemic finally ends and hundreds of millions of people whove spent an inordinate amount of time secluded are suddenly launched back into the rat race?

Things will likely never go back to normal, but eventually well find a way to occupy space together again and that could be difficult for people whove developed social anxiety or had setbacks in their treatment due to the unique nature of pandemic isolation.

We couldnt find any actual rats to ask how theyre coping with the race, but a team of laboratory mice might just have the answer: its dropping a bunch of acid and letting nature do its thing.

According to a team of researchers from McGill University, LSD (colloquially known as acid) makes people more social and capable of greater human empathy.

The team figured this out by giving lab mice LSD and then measuring their brain activity. The mice became more social while under the influence. And the positive effects of LSD were immediately nullified when the scientists used bursts of light to interrupt the chemical processes thus rendering the mice immediately sober.

The researchers work led to novel insight into how LSD causes a cascade effect of receptor and synapse activity that ultimately seems to kick-start neurotypical feelings of empathy and social inclination.

Due to the nature of the specific chemical reactions concurring in the brain upon the consumption of LSD, it would appear as though its a strong candidate for the potential treatment of myriad mental illnesses and for those with autism spectrum disorder.

Per the teams research paper:

These results indicate that LSD selectively enhances SB by potentiating mPFC excitatory transmission through 5-HT2A/AMPA receptors and mTOR signaling. The activation of 5-HT2A/AMPA/mTORC1 in the mPFC by psychedelic drugs should be explored for the treatment of mental diseases with SB impairments such as autism spectrum disorder and social anxiety disorder.

Quick take: Scientists have understood the effect LSD has on mood receptors in the brain for decades. Whats new here is that we now know how those interactions cause other interactions that create whats essentially a system for increasing empathy or decreasing social anxiety.

Recent research on LSD, cannabis, and psilocybin (shrooms) indicates each has myriad uses for combating and treating mental illness and other disorders related to neurotypical receptor and synapse regulation.

The McGill teams research on LSD, for example, indicates it could prove useful to fight the harmful effects of alcoholism where people are at increased risk of developingsocial anxiety due toaddiction, thus further isolating themselves from others.

This latest study is important in that it drives home what decades of research and millennia of anecdotal evidence already tells us: Some drugs have the potential to do good.

And if we could study them like rational humans instead of allowing politicians to make it almost impossible for researchers to conduct controlled, long term studies on so-called banned substances the world would be a better place.

If you think this is interesting, check out this piece on Neural from earlier today. Where the study in the article youve just read says LSD can amplify empathy and reduce social anxiety, this one shows how empathy happens in a theory of the mind that can be identified down to the single-neuron level.

Read next: Zuckerberg promises Facebook will show less political content from now on

Read more:
Scientists say dropping acid can help with social anxiety and alcoholism - The Next Web