Goto

Collaborating Authors

 SPE


The AI Conversation Has Exploded This Decade With Big Advances

#artificialintelligence

Discussion of artificial intelligence has skyrocketed since the end of the last decade, according to a new analysis looking at public perception of the technology. The paper by Stanford computer science PhD Ethan Fast and Eric Horvitz, technical fellow and a managing director at Microsoft Research, looked at more than three million articles published in the New York Times between January 1986 and May 2016. The study is under review to become a conference paper at the Thirty-First AAAI Conference on Artificial Intelligence. According to the authors, no other collection of text aimed at a general audience extends so far into the past, making it a good proxy for public opinion. They found that from 1985 to 2009 AI was discussed in somewhere between 5 and 10 out of every 10,000 articles.


Accelerating Machine Intelligence โ€“ Project Juno AI

#artificialintelligence

We've heard that it is prohibitively expensive for startups and academics to train machine learning models, and this is due to the rental or purchase costs of hardware. The results from one recent Google paper were estimated to cost $13k to emulate. That's just to reproduce the final model, not to emulate the whole experimentation and hyperparameter optimisation caboodle. Equally, there are intelligence tasks (training, inference, or prediction) that would ideally happen on the cellphone or remote sensor but are too compute constrained locally, so currently rely on uploading data to the cloud for processing. Machine intelligence is the future of computing, so what needs to happen at a hardware level to make it faster and more energy- and cost-efficient? We talked to Simon Knowles, CTO of Graphcore, about hardware acceleration of machine intelligence.


How to start learning Artificial Intelligence? - IT Enterprise

#artificialintelligence

Artificial intelligence (AI) is a sub-division of computer science. The main goal is to enable a smart device (e.g. First mentioned back in the 50s in the paper "Computing Machinery and Intelligence", written by mathematician Alan Turing, artificial intelligence is now a very popular field, and we have advanced technology to "blame" for that. This article is about learning Artificial Intelligence and we will give you a comprehensive guide that you can use as a starting point towards learning artificial intelligence. Today's AI-based computers can beat chess champions, so it's safe to say that little by little the world is taking a turn. Some people say that artificial intelligence will save humanity; others, claim it will destroy it.


John Giannandreas Head of Google Search Machine Learning

#artificialintelligence

We can all agree that being with a Google that long and contributing so much to search is a remarkable accomplishment and congratulate Singhal as he steps into a new time in life, focusing on philanthropy. As new leadership often means momentous refocusing, SEO professionals wonder how earned search may change as Giannandreas assumes this position, and if the change will generate ripples across the tech world as a whole. The future of how GoogleBot crawls and interprets web content looks promising under his leadership, as we observe how he impacts machine learning's future and how the Metaweb is woven. Amit went on to say that "search is stronger than ever, and will only get better in the hands of an outstanding set of senior leaders who are already running the show day-to-day. Our mission of empowering people with information and the impact it has had on this world cannot be overstated." John Giannandrea, who has been the forerunner overseeing artificial intelligence, such as in Google Algorithm RankBrain, has been employed at Google for six years and is currently the VP of engineering. As explained by Forbes in November, 2015 RankBrain's role took "a very large fraction" of the millions of queries that went through the search engine.


What is today's most advanced AI assistant? โ€ข /r/artificial

#artificialintelligence

Hi, I've always been into AI and Future technology and even slightly believe in the singularity. I think the best thing that will happen for the average person in the next 10 years due to AI will be the arrival of personal digital Assistants. Much like Siri or Cortana but with more advanced AI functions build in. The ability to learn their "clients?" I know we are a long way off from being able to have a program that can make new command libraries without manually going in and creating them yourself but I don't see why we can't have some sort of chat bot integrated with Cortana and a program similar to how Google decides what ads you see.


How to Best Reach Customers

#artificialintelligence

As business decision makers take more control over the buying process, technology sellers are struggling to find ways to reach them. However, new technologies are emerging to help Inside Sales teams optimize their reach--transforming the art of selling into more of a science. The science lies behind the creative use of data, and the bigger the data the better. In these technologies, a predictive layer of mathematics is applied to the data resulting in recommendations. This process is the backbone of artificial intelligence or machine learning.


Intel Wants You to Know That It's All-In on Artificial Intelligence -- The Motley Fool

#artificialintelligence

Intel's (NASDAQ:INTC) data-center chief, Diane Bryant, recently presented at an investor conference. During the conference, Bryant went into quite some detail on the company's strategy to participate in the small but fast-growing field of artificial intelligence, or AI for short. Let's take a closer look at what the Intel executive had to say. Analyst Blayne Curtis said that "people don't sort of think of Intel as a play on AI." After giving a brief history of AI, Bryant explained that the whole point of artificial intelligence is to be able to gather "large amounts of data" and then applying "ever-more sophisticated algorithms" to ultimately give computers the ability to "both learn and predict."



Google eavesdropping tool installed on computers without permission

The Guardian

Privacy campaigners and open source developers are up in arms over the secret installing of Google software which is capable of listening in on conversations held in front of a computer. First spotted by open source developers, the Chromium browser โ€“ the open source basis for Google's Chrome โ€“ began remotely installing audio-snooping code that was capable of listening to users. It was designed to support Chrome's new "OK, Google" hotword detection โ€“ which makes the computer respond when you talk to it โ€“ but was installed, and, some users have claimed, it is activated on computers without their permission. "Without consent, Google's code had downloaded a black box of code that โ€“ according to itself โ€“ had turned on the microphone and was actively listening to your room," said Rick Falkvinge, the Pirate party founder, in a blog post. "Which means that your computer had been stealth configured to send what was being said in your room to somebody else, to a private company in another country, without your consent or knowledge, an audio transmission triggered by โ€ฆ an unknown and unverifiable set of conditions."


How to write good tests in R

@machinelearnbot

Testing is an often overlooked yet critical component of any software system. In some ways this is more true of models than traditional software. The reason is that computational systems must function correctly at both the system level and the model level. This article provides some guidelines and tips to increase the certainty around the correctness of your models. One of my mantras is that a good tool extends our ability and never gets in our way. I avoid many libraries and applications because the tool gets in my way more than it helps me.