Goto

Collaborating Authors

 Genre


Intel shares artificial intelligence strategy

#artificialintelligence

Intel announced a slew of products, technologies and investment in an effort to fix its position in the field of artificial intelligence. In the new move, Intel has assembled a set of technology options to drive AI capabilities in everything from smart factories and drones to sports, fraud detection and autonomous cars. Intel is increasing its focus on AI as it believes it can power the AI products released recently by companies like Facebook and Google. In a blog Intel CEO Brian Krzanich had said, "Intel is uniquely capable of enabling and accelerating the promise of AI. Intel is committed to AI and is making major investments in technology and developer resources to advance AI for business and society."


The Tuna Industry Gets a Boost Thanks to Deep Learning

#artificialintelligence

The tuna industry is already big business, pulling in billions of dollars each year and now it's due to get another boost with thanks to deep learning techniques that aim to get computers to recognize tuna automatically. The next step up from this would be for the computers to be then able to distinguish between albacore and yellowfin tuna. This is the plan moving forward for the Nature Conservancy, who are a non-profit environmental organization that looks to conserve all lands and water on which life depends. By using AI deep learning techniques, their hope is that they can help fisherman reduce the amount of protected species that are accidentally being caught when fishing for tuna (including sharks and turtles). It will also help to prevent overfishing while allowing endangered species a chance to recover.


Artificial Intelligence Implementations Will Grow Significantly in Scale and Capabilities During 2017, According to Tractica

#artificialintelligence

BOULDER, Colo.--(BUSINESS WIRE)--Few technologies have the transformative potential to reshape how we live, move, and work. Electricity and the Internet were two technologies that fundamentally transformed life in the 20th century. Artificial intelligence (AI) is the 21st century equivalent of electricity and the Internet. According to a new white paper from Tractica, AI is expected to bring massive shifts in how people perceive and interact with technology, with machines performing a wider range of tasks, in many cases doing a better job than humans. Tractica's white paper analyzes 10 key trends that are influencing the development of the global artificial intelligence market, and is available for free download on the firm's website.


Artificial intelligence is coming soon, to a device near you - The Economic Times

#artificialintelligence

LAS VEGAS: Marvin is just a few inches tall, but he has a big mouth. "What do you think of that, human?" he sneers as he ties the scores 1-1."Is that the best you can do?" he jeers as he takes a 2-1 lead. "Oh no, IBM will fire me if I lose," he says, as the score is tied 2-2. The decisive move comes up, and Marvin is beaten. "My robot mind is officially blown," he intones, making a fizzing sound as the audience laughs and claps.


Introduction to Machine Learning for Developers

#artificialintelligence

Today's developers often hear about leveraging machine learning algorithms in order to build more intelligent applications, but many don't know where to start. One of the most important aspects of developing smart applications is to understand the underlying machine learning models, even if you aren't the person building them. Whether you are integrating a recommendation system into your app or building a chat bot, this guide will help you get started in understanding the basics of machine learning. This introduction to machine learning and list of resources is adapted from my October 2016 talk at ACT-W, a women's tech conference. While this is only a brief definition, machine learning means we can use statistical models and probabilistic algorithms to answer questions so we can make informative decisions based on our data.


The Algorithmic Democracy

#artificialintelligence

The day before the election, as millions of Americans were feeling confident that the vast majority of the country shared their opinions, a pair of researchers at the University of Southern California Information Sciences Institute published a paper that looked closely at something many of us ignored: the provenance of political tweets. Where do they come from? How many are, in reality, made by humans? And if not, who is designing these crude straw-bots? Analyzing Twitter during three televised debates, they discovered that 20% of all political tweets were made by bots.


Google DeepMind tries to improve machine learning by giving computers the ability to 'dream'

#artificialintelligence

But the newest artificial intelligence system from Google's DeepMind division does indeed dream, metaphorically at least, about finding apples in a maze. Researchers at DeepMind wrote in a paper published online Thursday that they had achieved a leap in the speed and performance of a machine learning system. It was accomplished by, among other things, imbuing technology with attributes that function in a way similar to how animals are thought to dream. The paper explains how DeepMind's new system -- named Unsupervised Reinforcement and Auxiliary Learning agent, or Unreal -- learned to master a three-dimensional maze game called Labyrinth 10 times faster than the existing best AI software. It can now play the game at 87 per cent the performance of expert human players, the DeepMind researchers said.


Google DeepMind Gives Computer 'Dreams' to Improve Learning

#artificialintelligence

But the newest artificial intelligence system from Google's DeepMind division does indeed dream, metaphorically at least, about finding apples in a maze. Researchers at DeepMind wrote in a paper published online Thursday that they had achieved a leap in the speed and performance of a machine learning system. It was accomplished by, among other things, imbuing technology with attributes that function in a way similar to how animals are thought to dream. The paper explains how DeepMind's new system -- named Unsupervised Reinforcement and Auxiliary Learning agent, or Unreal -- learned to master a three-dimensional maze game called Labyrinth 10 times faster than the existing best AI software. It can now play the game at 87 percent the performance of expert human players, the DeepMind researchers said.


Data Scientists' Guide to Azure Machine Learning Studio

#artificialintelligence

The way I did it was that I tried to read all the [online documentation][doc link] and work with the examples as described there. While doing this I encountered many questions and asked around about them. In this process I felt the need of a tutorial for someone with background like mine. In this tutorial, I try to cover the things I found most relevant from my own experience, some of which are explained by the Azure Machine Learning Studio documentation and others are not. The purpose is to help you grasp the core elements of using Azure Machine Learning Studio in about 3-4 hours: managing workspace, fitting models, evaluating models, setting up web service, consuming web service, and running R scripts.


Monte Carlo Connection Prover

arXiv.org Artificial Intelligence

Monte Carlo Tree Search (MCTS) is a technique to guide search in a large decision space by taking random samples and evaluating their outcome. In this work, we study MCTS methods in the context of the connection calculus and implement them on top of the leanCoP prover. This includes proposing useful proof-state evaluation heuristics that are learned from previous proofs, and proposing and automatically improving suitable MCTS strategies in this context. The system is trained and evaluated on a large suite of related problems coming from the Mizar proof assistant, showing that it is capable to find new and different proofs. To our knowledge, this is the first time MCTS has been applied to theorem proving.