SPE
Ethics -- the next frontier for artificial intelligence
AI's next frontier requires ethics built through policy. With one foot in its science fiction past and the other in the new frontier of science and tech innovations, AI occupies a unique place in our cultural imagination. Will we live into a future where machines are as intelligent -- or frighteningly, more so -- than humans? We have already witnessed AI predict the outcome of the latest U.S. presidential election when many policy wonks failed. In October, then-President Obama hosted the White House Frontiers Conference, which focused on the leading global technologies featured in the November issue of WIRED, which was guest edited by Obama.
Training on Artificial Intelligence : Neural Network & Fuzzy Logic Fundamental
Artificial Intelligence (AI) may be regarded as an attempt to understand the processes of perception and reasoning that underlie successful problem solving and to incorporate the result of this research in effective computer programs. At present, AI is largely a collection of sophisticated programming technique that seek to develop systems that attempt to mimic human intelligence without claiming an understanding of the underlying processes involved. Artificial Intelligence (AI) can offer may advantages over traditional methods, such as statistical analysis, particularly where the data exhibits some form of non-linearity. Some existing application of spatial analysis and modeling techniques includes artificial neural networks and rule-based system fuzzy logic . Neural Network are biologically inspired and it is based on a loose analogy of the presumed working of a brain.
The current state of machine intelligence 3.0
This article was written by Shivon Zilis and James Cham. Almost a year ago, we published our now-annual landscape of machine intelligence companies, and goodness have we seen a lot of activity since then. This year's landscape has a third more companies than our first one did two years ago, and it feels even more futile to try to be comprehensive, since this just scratches the surface of all of the activity out there. As has been the case for the last couple of years, our fund still obsesses over "problem first" machine intelligence--we've invested in 35 machine intelligence companies solving 35 meaningful problems in areas from security to recruiting to software development. At the same time, the hype around machine intelligence methods continues to grow: the words "deep learning" now equally represent a series of meaningful breakthroughs (wonderful) but also a hyped phrase like "big data" (not so good!).
How Data Science Will Change IT Operations
IT today still operates in silos and, as a result, visibility into IT Operations is significantly limited. According to a 2015 Application Performance Monitoring survey, 65% of surveyed companies own more than 10 different monitoring tools. Yet research indicates that 50% or fewer of the tools companies have purchased are actively being used. One of the key issues is that each tool provides organizations with only limited, compartmentalized components that do not offer the entire view of the entire IT environment. This narrow, isolated understanding makes it difficult and time consuming to identify the root causes of problems and prevent (or resolve) abnormalities.
Former Microsoft AI expert Qi Lu moves to Chinese search giant Baidu
The same day that Microsoft's CEO Satya Nadella was outlining the company's plans for artificial intelligence, Chinese tech giant Baidu announced it had poached one of the US firm's former leading AI researchers. Industry veteran Qi Lu was previously in charge of Microsoft's applications and services unit and helped to orchestrate the firm's push into AI and bots before a bicycle accident led to his early exit from the company last September. Now, Lu is moving to Baidu where he'll become the company's new chief operating officer, overseeing all parts of the business as the search giant pushes further into AI. "To achieve our goals, especially in artificial intelligence, which is a key strategic focus for the next decade, we will need to continue attracting the best global talent," said Baidu CEO Robin Li in a statement. "With Dr. Lu on board, we are confident that our strategy will be executed smoothly and Baidu will become a world-class technology company and global leader in AI." Like Google, Baidu's primary engine for growth so far has been advertising revenue, but the company wants to diversify its interests and profit drivers -- especially as it faces growing competition in ads from rivals like Alibaba.
New AI system can understand, see like humans
A new computational model performs at human levels when subjected to standard intelligence test, making artificial intelligence (AI) system at par with human understanding capabilities. Researchers from Northwestern University built the new computational model on CogSketch, an artificial intelligence platform, that has the ability to solve visual problems and understand sketches in order to give immediate and interactive feedback. "The model performs in the 75th percentile for American adults, making it better than average," said Ken Forbus of Northwestern University, adding "The problems that are hard for people are also hard for the model, providing additional evidence that its operation is capturing some important properties of human cognition." Researchers noted that developing artificial intelligence systems that have this ability not only provides new evidence for the importance of symbolic representations and analogy in visual reasoning, but it could potentially shrink the gap between computer and human cognition. "Most artificial intelligence research today concerning vision focuses on recognition or labelling what is in a scene rather than reasoning about it," Forbus noted.
Hackers Don't Have to Be Human Anymore - This Bot Battle Proves It
During the contest, which played out over a matter of hours, one bot proved it could find and exploit a particularly subtle security hole similar to one that plagued the world's email systems a decade ago--the Crackaddr bug. Until yesterday, this seemed beyond the reach of anything other than a human. "That was astounding," said Mike Walker, the veteran white-hat hacker who oversaw the contest. "Anybody who does vulnerability research will find that surprising." In certain situations, the bots also showed remarkable speed, finding bugs far quicker than a human ever could.
Opening Pandora's Box in an Age of Artificial Intelligence Innovation - IPWatchdog.com Patents & Patent Law
"Experimentation is the least arrogant method of gaining knowledge. The experimenter humbly asks a question of nature." Artificial Intelligence (AI) is coming for your job. But is it coming for the job of your photographer or inventor? The driver-less cars, automated factories, and automated laboratories of today may give way to AI capable of thinking, writing, creating or even diagnosing disease.
Davos Highlights AI's Massive PR Problem
As business, policy, and technology leaders gathered at the annual World Economic Forum in Davos, Switzerland this year, the rise of populism with Brexit in the UK and the election of Donald Trump in the US drove discussions about the pros and cons of globalization. While globalization has improved the living conditions of vast swaths of this planet's population, it has also led to shifting employment patterns, as jobs leave the US for China and other low-wage countries. However, the Davos cognoscenti believe wage inequality is only part of the problem. Hand-in-hand with globalization is the topic of automation – seen as more of a culprit for increasing inequality than the usual scapegoat, low-cost labor. "[Automation] particularly represents a challenge for people in our economy with low skills, particularly the older workers who don't feel able to embrace and learn new skills and new technologies," says Philip Hammond, the UK Chancellor of the Exchequer, according to an article in the Washington Post.
Weak Learning, Boosting, and the AdaBoost algorithm
When addressing the question of what it means for an algorithm to learn, one can imagine many different models, and there are quite a few. This invariably raises the question of which models are "the same" and which are "different," along with a precise description of how we're comparing models. We've seen one learning model so far, called Probably Approximately Correct (PAC), which espouses the following answer to the learning question: An algorithm can "solve" a classification task using labeled examples drawn from some distribution if it can achieve accuracy that is arbitrarily close to perfect on the distribution, and it can meet this goal with arbitrarily high probability, where its runtime and the number of examples needed scales efficiently with all the parameters (accuracy, confidence, size of an example). Moreover, the algorithm needs to succeed no matter what distribution generates the examples. You can think of this as a game between the algorithm designer and an adversary. First, the learning problem is fixed and everyone involved knows what the task is. Then the algorithm designer has to pick an algorithm. Then the adversary, knowing the chosen algorithm, chooses a nasty distribution over examples that are fed to the learning algorithm. The algorithm designer "wins" if the algorithm produces a hypothesis with low error on when given samples from . And our goal is to prove that the algorithm designer can pick a single algorithm that is extremely likely to win no matter what the adversary picks.