Goto

Collaborating Authors

 SPE


Connected car interfaces learning how to share more data with drivers and makers

#artificialintelligence

Stay up-to-date on the topics you care about. We'll send you an email alert whenever a news article matches your alert term. It's free, and you can add new alerts at any time.


What Google, Microsoft, and Amazon did this week in the race to be everyone's favorite virtual assistant

#artificialintelligence

Take a step back for a look at the big picture and it's clear that 2016 was a remarkable year for bots and virtual assistants. Within the span of a few months this spring, Google, Apple, Facebook, and Microsoft all made plans to grow bot ecosystems and invited developers to build bots or virtual assistants integrations for their platforms. If that sounds dry or technical, think of it this way: All of these companies want a relationship with you. They want to be in your home, your smartphone, your car, and your office. They want to be your everything.


Microsoft Cortana is about to become your all-purpose productivity bot

#artificialintelligence

Stay up-to-date on the topics you care about. We'll send you an email alert whenever a news article matches your alert term. It's free, and you can add new alerts at any time.


Sentiment Analysis of Movie Reviews (3): doc2vec

@machinelearnbot

This is the last โ€“ for now โ€“ installment of my mini-series on sentiment analysis of the Stanford collection of IMDB reviews (originally published on recurrentnull.wordpress.com). So far, we've had a look at classical bag-of-words models and word vectors (word2vec). We saw that from the classifiers used, logistic regression performed best, be it in combination with bag-of-words or word2vec. We also saw that while the word2vec model did in fact model semantic dimensions, it was less successful for classification than bag-of-words, and we explained that by the averaging of word vectors we had to perform to obtain input features on review (not word) level. So the question now is: How would distributed representations perform if we did not have to throw away information by averaging word vectors?


Weekly Digest, December 19

@machinelearnbot

Data Science for IoT vs Classic Data Science: 10 Differences Enterprise AI insights from the AI Europe event in London Is it time to consider data in motion in your big data projects?


Using Cortana Intelligence in HoloLens Applications

#artificialintelligence

An Event Hub that enables the ingestion of data from the HoloLens client application. A Stream Analytics job that consumes the telemetry data, analyzes it real time, and writes the insights derived into Power BI, as an output. An Event Hub that enables the ingestion of data from the HoloLens client application. A Stream Analytics job that consumes the telemetry data, analyzes it real time, and writes the insights derived into Power BI, as an output.


Security Artificial Intelligence Does Better With Human Experts

#artificialintelligence

An artificial intelligence engine can do a much better job of detecting security threats when it has a little help from a human, according to Kalyan Veeramachaneni, principal research scientist, Laboratory for Information and Decision Systems at MIT. "Unsupervised learning is not enough," he said during a presentation at SWIFT's Sibos conference in Geneva. A security analyst can play a key role in identifying security threats that computers and data scientists might miss, because they aren't experts in security. Collaborating with PatternEx, a start up in the infosec space, Veeramachaneni set out to build an interactive system that would get feedback from a security analyst through a supervised learning model. "We are replicating what an analyst would say -- we call it the virtual analyst." The model captures the knowledge of a security analyst and tries to predict whether activity constitutes an attack, something he called an augmented system.


Rocket AI: 2016's Most Notorious AI Launch and the Problem with AI Hype โ€“ The Mission

#artificialintelligence

It's 3 AM on a warm Thursday night in December, a usually quiet street in the Gothic Quarter in Barcelona is bustling with activity, as a cohort of 200 artificial intelligence researchers leave in single-file out of a sprawling yellow mansion. The police count heads as the researchers film the procession on their phones and tweet #rocketai. The guest list looked like the results of a search for most popular AI authors on arXiv. Every major corporate and academic AI lab was in attendance -- Google DeepMind, OpenAI, Facebook AI Research, Google Brain, Stanford University, MIT, U of Montreal, as well as a multitude of other AI start-ups and investors from around the world -- all in town for the 30th annual NIPS conference. NIPS (Neural Information Processing Systems) has become the academic and industry AI conference, growing near-exponentially over the past decade as corporate sponsors fight to keep the loyalty of their engineers and aggressively recruit others.


Is universal basic income the answer when robots take our jobs?

#artificialintelligence

As we innovate ourselves away from conventional work and labor, an unlikely question begins to form: How do we feel about free money? First floated by 16th-century philosopher Thomas More as a "cure for theft," basic income is finding new life 500 years later amid concerns over technology edging humans out of the workforce. If advanced machines are taking all the jobs, goes the thinking, then how will people earn money to support themselves? A "universal basic income" in which all citizens receive free money from their government -- a figurative tax break just for being alive -- is a possible solution. With all members of a society guaranteed some degree of income regardless of employment status, the ideology aims to provide people with some kind of economic anchor if they are unable to earn on their own.


A Beautiful Probability Theorem

@machinelearnbot

We all know that, given two events A and B, the probability of the union A U B is given by the formula P(A U B) P(A) P(B) - P( AB) where AB represents the intersection of A and B. Most of us even know that It generalizes to n independent events, and this formula is known as the inclusion-exclusion principle. Let us consider n events A(1), A(2), ..., A(n) where A(k) is for a positive integer number, the property to be divisible by the square of the k-th prime number. We assume here that the first prime number is 2. These events are independent because we are dealing with prime numbers. As n tends to infinity, 1 - P( A(1) U A(2) U ... U A(n)) tends to the probability, for a positive integer number, to be square-free.