Goto

Collaborating Authors

 SPE


saiprashanths/dl-setup

#artificialintelligence

A detailed guide to setting up your machine for deep learning research. Includes instructions to install drivers, tools and various deep learning frameworks. This was tested on a 64 bit machine with Nvidia Titan X, running Ubuntu 14.04 There are several great guides with a similar goal. Some are limited in scope, while others are not up to date.


Save 50% on Machine Learning Ebooks and Video Training - Deals - O'Reilly Media

#artificialintelligence

The applications for machine learning are fascinating, practical, and seemingly endless. You can even build your own machine learning systems using open source libraries. For one week only, SAVE 50% on select machine learning and Python ebooks and video training and start transforming your data into actionable knowledge. You get free lifetime access, multiple file formats, and free updates. Use discount code WKMLPY - Deal expires July 14, 2016 at 5AM PT, and cannot be combined with other offers.


7 Lingering Questions About Google Assistant

#artificialintelligence

Among all the AI helpers from major tech companies, Google Assistant is the most mysterious. Google has billed Assistant as one component in "the next evolution of Google." Others, such as Danny Sullivan at Search Engine Land, have gone a step further, imploring us to think of Assistant as "Google 2.0." Backchannel's Steven Levy has documented how Google is rebuilding its entire company around the type of machine learning that Assistant will showcase. Yet despite all of Assistant's potential, we know very little about how it'll operate.


AI for Fun & Profit: Using the new Genie Cognitive Computing Platform for P2P Lending

#artificialintelligence

Last month, the Genie Cognitive Computing Factory ("Genie") was released for public use. Genie (an acronym for General Evolving Networked Intelligence Engine) easily allows both experts and non-experts alike to create artificial intelligence agents (called "genies") to analyze Big Data, recognize objects, events, and patterns (a.k.a. "classify data"), make predictions & decisions, take appropriate adaptive actions, and evolve within the genie's environment. The intelligent objects created using the platform are called "genies". Genies have a bunch of unique features.


Could Artificial Intelligence Learn How To Brew A Tasty Beer?

#artificialintelligence

Because we'll need something tasty to swill when our robot overlords finally come into their full artificial intelligence, a company in the UK is attempting to figure out if robots can help humans brew a better beer. While there won't be robots stirring batches of wort or sorting hops, artificial intelligence will play a big part in London-based firm IntelligentX's plan to brew beer, CNET reports. Here's how it'd work: consumers would try one of the company's four beers -- Amber AI, Black AI, Golden AI and Pale AI ---- and then weigh in via Facebook chat bot on the experience. That feedback will be fed to an algorithm called Automated Brewing Intelligence, or ABI, which will use the information to make changes to the next batch. Reinforcement learning and a process called bayesian decision making will teach the AI about the brewing experience.


Apple Inc. and Alphabet Inc. Battle for Artificial Intelligence - CML News

#artificialintelligence

Apple Inc. and Alphabet Inc. Battle for Artificial Intelligence PREFACE Artificial intelligence and machine learning are the most powerful thematic trends that will shape the future of the world. Whether it is self-driving cars, robotics replacing jobs, virtual reality, connected cities or massive scale computing through the cloud, there is no more powerful under current than artificial intelligence. In that vein, both Apple Inc. (NASDAQ:AAPL) and Alphabet Inc. (NASDAQ:GOOGL) are diving deep into the depths of the various products that can be sold to consumers with the use of artificial intelligence. In a fascinating juxtaposition of Apple Inc. and Alphabet Inc., both companies released news in the last few days, both narratives surrounded artificial intelligence, and both are completely different. Let's take a look at reach company's vision, and then see the one company that will win the artificial intelligence market, regardless of which mega cap tech company has the greatest consumer hit product.


Artificial Intelligence in the 21st Century

#artificialintelligence

SummaryCMIS and Apache Chemistry in Action is a comprehensive guide to the CMIS standard and related ECM concepts, written by th...ries Building mobile apps with CMIS PART 3 ADVANCED TOPICS CMIS bindings Security and control Performance Building a CMIS server This is the official OOPic (object oriented embedded microcontroller) manual endorsed by the largest manufacturer of OOPics and ...Pic microcontroller, sample code you can incorporate and customize for your projects, as well as special OOPic-related software. Remarkable progress in eye-tracking technologies opened the way to design novel attention-based intelligent user interfaces, and...n human attentional behaviors and face-to-face communication which are essential in designing gaze aware interactive interfaces. Opening with a detailed review of existing techniques for selective encryption, this text then examines algorithms that combine ...heme with enhanced security features; presents an encryption scheme for image and video data based on chaotic arithmetic coding. This book and software package presents a unified approach for doing mathematical statistics with Mathematica. Create your own natural language training corpus for machine learning.


Google's five challenges facing artificial intelligence

#artificialintelligence

Artificial intelligence is either the bright shining future of technology or an insidious threat that could endanger all of mankind, depending on your point of view. Now Google, one of the companies leading the development of AI systems, has set out five key challenges that need to be overcome with the technology - but they are somewhat more mundane than robots rising up to take over the world. Instead, the company sees one of the key problems as being how to stop negative side effects, such as a cleaning robot that knocks over a precious vase to get its job done faster. Google has published a new research paper highlight five challenges it sees as needing to be overcome to prevent AI and robots causing unintended harm. It also says robots need to be programmed in a way so they do not'game the system' – such as simply covering mess in a room with a sheet it cannot see through rather than tidying up. Avoiding Negative Side Effects: How can we ensure that an AI system will not disturb its environment in negative ways while pursuing its goals, e.g. a cleaning robot knocking over a vase because it can clean faster by doing so?


Microsoft : open sources Project Malmo, which lets researchers use Minecraft for AI research 4-Traders

#artificialintelligence

Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. Microsoft today announced that they are making it available for everyone on GitHub via an open-source license. This project was formerly known as Project AIX and has now been renamed Project Malmo. Minecraft is ideal for artificial intelligence research for the same reason it is addictively appealing to the millions of fans who enter its virtual world every day. Unlike other computer games, Minecraft offers its users endless possibilities, ranging from simple tasks like walking around looking for treasure to complex ones like building a structure with a group of teammates.


Building Machine Learning Estimator in TensorFlow - Yuan's Blog

#artificialintelligence

Have you ever wondered what's the magic behind the tutorials on Large-scale Linear Models and Wide & Deep Learning? I hope this post would at least point you to the right direction. Please take a look at my previous blog posts to understanding some basics of TensorFlow Learn and its integration with other high-level TensorFlow modules. The purpose of this post is to help you better understand the underlying principles of estimators in TensorFlow Learn and point out some tips and hints if you ever want to build your own estimator that's suitable for your particular application. This post will be helpful when you ever wonder how everything works internally and gets overwelmed by the large codebase.