SPE
How IoT security can benefit from machine learning
Ben Dickson is a software engineer and the founder of TechTalks. More posts by this contributor: Why it's so hard to create unbiased artificial intelligence How to facilitate the path to brownfield IoT development Why it's so hard to create unbiased artificial intelligence How to facilitate the path to brownfield IoT development Why it's so hard to create unbiased artificial intelligence Computers and mobile devices running rich operating systems have a plethora of security solutions and encryption protocols that can protect them against the multitude of threats they face as soon as they become connected to the Internet. Such is not the case with IoT. Of the billions of IoT devices presently in use, a considerable percentage are sporting low-end processing power and storage capacity and don't have the capability to become extended with security solutions. Yet they are connected to the Internet, nonetheless, which is an extremely hostile environment.
Web Summit 2016: From AI to the US election
Last week, over 50,000 people from 166 countries made their way to Web Summit in Lisbon, Portugal. With 21 stages dedicated to different topics and sectors, there was never a lack of choice; however, despite the huge variety of talks, several themes repeatedly emerged. At Web Summit, the narrative was less around what is currently possible and more around managing our expectations for the near future. Yes, artificial intelligence has huge possibilities, but we are still decades from having an emotional AI, said Gary Marcus, CEO at Geometric Intelligence, during the Future of the Worker panel. Rana el Kallouby, CEO of Affectiva, echoed Marcus' sentiment and reminded us to think of the inputs as we build AI solutions.
Repeatable sampling of data sets in BigQuery for machine learning
Doing machine learning on distributed data sets is methodologically similar to working with data that fits in-memory--train your algorithm on a subset of the data, validate on another subset, and finally test with a different subset. In this post, we'll discuss how to pull data from BigQuery (the no-ops data warehouse that is part of Google Cloud Platform) into machine-learning-ready data sets. We'll use Airline Ontime Performance data, a 70 million row data set from the U.S. Bureau of Transportation statistics, that is available to all users in BigQuery as the airline_ontime_data.flights data set. The RAND() function returns a value between 0โ1, so approximately 80% of the rows in the data set will be selected by this query. You want to create three data sets: training, validation, and testing, and while you got 80% of the data above, it is not nearly as easy to get the 20% that were not selected, let alone split that data into two parts. The RAND() function returns different things each time it is run, so if you run the query again, you will get a different 80% of rows.
The Habits Your AI Personal Assistant Will Need To Learn Before You'll Trust It
Recently, I needed to book a lunch meeting. To help coordinate, I asked Amy to assist and cc'd her on the email. "Amy," I wrote, "please help us find a time to meet. Let's plan for sushi at Tokyo Express on Spear Street." Amy looked at my calendar, found an open time suitable for everyone invited, and booked the meeting.
How Uber Is Disrupting Business With Machine Learning [Video]
With the company valued at over $62 billion and running in over 523 cities around the world with plans to launch a fleet of autonomous cars, Uber is constantly looking to disrupt and innovate. And they are leading the pack when it comes to the use of machine learning in their strategy. At the Kaizen Data Conference hosted at Galvanizes' San Francisco campus, Uber's Head of Machine Learning, Danny Lange, discussed past, present, and future advancements in his area of expertise. This compelling talk covers artificial intelligence's central role in business disruption and innovation, from Uber's self-driving cars to emerging new technologies.
Facebook's tech boss on how AI will transform how we interact
You can now hold neural nets in the palm of your hand. Last week, Facebook unveiled a tool called "style transfer" that applies visual effects to live phone video in real time. Making your clips look like an episode of The Simpsons or a Van Gogh painting may seem gimmicky, but the artificial intelligence required to do this would usually need to run on massive servers. Google squeezed a neural network into its Google Translate app last year. Now, Facebook has developed a deep learning system called Caffe2Go that is condensed enough to run directly in mobile apps on iOS and Android.
Samsung seeks redemption with artificial intelligence-infused Galaxy S8 phone
Seoul: Samsung Electronics Co. plans to equip its next Galaxy S smartphones with a Siri-like digital assistant, seeking to make a comeback after the global debacle that precipitated the death of its flawed Note 7 lineup. Samsung, which last month acquired US-based artificial intelligence software company Viv Labs Inc., said the Galaxy S8 slated for next year will come with AI-enabled features "significantly differentiated" from those of Apple Inc.'s Siri or Google, executive vice president Rhee In-jong told reporters. Those services now offer up potentially useful information from the weather to flight times based on user activity. The flagship Galaxy S line will prove crucial to salvaging Samsung's reputation in the wake of the fiasco surrounding a Note 7 device prone to bursting into flame. The recall and eventual cessation of the line is estimated to cost upwards of $6 billion and pushed profits at its mobile division to a record low in the September quarter.
Machine Learning: A Complete and Detailed Overview
Machine learning is a very hot topic for many key reasons, and because it provides the ability to automatically obtain deep insights, recognize unknown patterns, and create high performing predictive models from data, all without requiring explicit programming instructions. This is a summary (with links) to an article series that's intended to be a comprehensive, in-depth guide to machine learning, and should be useful to everyone from business executives to machine learning practitioners. It covers virtually all aspects of machine learning (and many related fields) at a high level, and should serve as a sufficient introduction or reference to the terminology, concepts, tools, considerations, and techniques in the field. The first chapter of the series starts with both a formal and informal definition of machine learning. This is followed by a discussion of the machine learning process end-to-end, the different types of machine learning, potential goals and outputs, and a categorized overview of the most widely used machine learning algorithms.
Morning roundup of Artificial Intelligence news for November 14, 2016
To get your morning started right, take a look at the latest stories published since yestereday. Scholars may be in a run for their money with new developments in the field of artificial intelligence (AI) search engines. Tagged In Microsoft Germany Artificial Intelligence University Of California, San Diego Neuroscience Natural Language Processing Oren Etzioni Computer Science Scientific American Outline Of Health Sciences Scopus Max Planck Society EBSCO Information Services Pub Med Microsoft Academic Search The partnership between Continental and the Department of Engineering Science at the University of Oxford will focus on the possible uses and development of artificial intelligence algorithms. Tagged In Artificial Intelligence Continental AG University Of Oxford If you don't mind Google knowing everything about your life, then there are some benefits to handing over your data to the big G. Tagged In Android (operating System) IOS Artificial Intelligence Machine Learning Rapid Transit Spotify Apple Music Google Play Music Just over five years ago, IBM's Watson supercomputer crushed opponents in the televised quiz show Jeopardy.
Mike Gualtieri's Blog
Artificial Intelligence (AI) is not one big, specific technology. Rather, it is comprised of one or more building block technologies. So, to understand AI, you have to understand each of these nine building block technologies. Now, you could argue that there are more technologies than the ones listed here, but any additional technology can fit under one of these building blocks. Knowledge engineering is a process to understand and then represent human knowledge in data structures, semantic models, and heuristics (rules).