Goto

Collaborating Authors

 Personal Assistant Systems


7 ways voice marketing enhances digital banking

#artificialintelligence

Digital banking is all about making customer experiences faster, easier and more engaging. Voice response marketing through smart speakers and digital assistants is increasingly the go-to bank marketing channel for "on-the-go-go-go" consumers. Make it frictionless To access financial and account information, respond to calls to action and offers, register reviews, handle transactions or reach out for help, voice response marketing is gaining in popularity. Instead of having to type in a website URL, focus on a QR code, or click on a text link, all of which can cause respondents to procrastinate, the frictionless availability of smart speakers and digital assistants encourages in-the-moment action. That can make the difference between closing a sale and losing the prospect altogether.



Google Assistant can help you shop at Walmart--here's how

USATODAY - Tech Top Stories

The coronavirus pandemic is changing the way we shop, especially for groceries. From donning masks to wearing gloves, many Americans are taking extra precautions when stocking up on pantry staples and other essential items. Grocery shopping online has become a great option for many during quarantine, and if you're shopping at Walmart, Google Assistant can help. With a few simple voice commands, you can order everything you need from Walmart using a Google-Assistant-enabled speaker or smartphone. While this may not be ideal for massive shopping lists, when you're standing in your kitchen looking at a cookbook or recipe site, it's convenient to just read off what you need to your smart assistant.


How AI is Transforming Healthcare? - OnGraph Technologies

#artificialintelligence

The impact of Artificial Intelligence in Healthcare is life-changing. The ability of AI to mimic human cognitive functions is bringing a paradigm shift in the industry. Artificial intelligence, when applied to healthcare, includes a collection of technologies that helps to sense, act, learn, and interpret. AI implementations are relatively simpler when they are focused on highly specialized diagnostics, personal patient engagement, workflows of multiple highly complicated organizations. It is vastly complex when working with big data sets.


Skil.AI: Virtual Assistants for everyone.

#artificialintelligence

Building smart conversational virtual assistants that can bring omni-channel contextual conversations to life. Virtual assistants from Skil.AI can be leveraged for accelerated deployments and capitalize business benefits.


Homeschool Buyers Co-op is set to revolutionize homeschooling with artificial intelligence

#artificialintelligence

Homeschooling is set to be revolutionized by artificial intelligence, as US homeschoolers are offered use of the world's leading AI learning engine for the first time. Families can now access a low-cost AI teaching assistant that automatically grades, plans work and personalizes learning for children. The world's largest buying club for homeschoolers, Homeschool Buyers Co-op, has announced a new premium curriculum collection, Virtua. Teaming up with British AI pioneers CENTURY Tech, they have developed the program's cornerstone curriculum Virtua School – a bespoke AI-powered learning platform for US homeschoolers. Having worked with thousands of families and schools across the world, CENTURY has used its educational expertise to develop a new AI platform tailored specifically to the needs of homeschooling families.


RNE: A Scalable Network Embedding for Billion-scale Recommendation

arXiv.org Machine Learning

Nowadays designing a real recommendation system has been a critical problem for both academic and industry. However, due to the huge number of users and items, the diversity and dynamic property of the user interest, how to design a scalable recommendation system, which is able to efficiently produce effective and diverse recommendation results on billion-scale scenarios, is still a challenging and open problem for existing methods. In this paper, given the user-item interaction graph, we propose RNE, a data-efficient Recommendation-based Network Embedding method, to give personalized and diverse items to users. Specifically, we propose a diversity- and dynamics-aware neighbor sampling method for network embedding. On the one hand, the method is able to preserve the local structure between the users and items while modeling the diversity and dynamic property of the user interest to boost the recommendation quality. On the other hand the sampling method can reduce the complexity of the whole method theoretically to make it possible for billion-scale recommendation. We also implement the designed algorithm in a distributed way to further improves its scalability. Experimentally, we deploy RNE on a recommendation scenario of Taobao, the largest E-commerce platform in China, and train it on a billion-scale user-item graph. As is shown on several online metrics on A/B testing, RNE is able to achieve both high-quality and diverse results compared with CF-based methods. We also conduct the offline experiments on Pinterest dataset comparing with several state-of-the-art recommendation methods and network embedding methods. The results demonstrate that our method is able to produce a good result while runs much faster than the baseline methods.


Federated Multi-view Matrix Factorization for Personalized Recommendations

arXiv.org Machine Learning

We introduce the federated multi-view matrix factorization method that extends the federated learning framework to matrix factorization with multiple data sources. Our method is able to learn the multi-view model without transferring the user's personal data to a central server. As far as we are aware this is the first federated model to provide recommendations using multi-view matrix factorization. The model is rigorously evaluated on three datasets on production settings. Empirical validation confirms that federated multi-view matrix factorization outperforms simpler methods that do not take into account the multi-view structure of the data, in addition, it demonstrates the usefulness of the proposed method for the challenging prediction tasks of cold-start federated recommendations.


Alexa, Google could be listening to your work calls. Here's what to do.

USATODAY - Tech Top Stories

A reminder to those who are working at home: You might want to turn your Amazon or Google smart home speaker them off, or at the very least, mute the microphone. What most people forget is that Alexa and the Google Assistant are always listening. Sure, they only come to life after you utter "Alexa" or "Hey, Google," but what happens when you slip those words in the middle of sentences? Amazon and Google record every interaction, even if you don't ask a specific question, and the recordings are stored on Amazon and Google servers. Sometimes the speakers are awakened with words that they mistake for the wake words.


CSRN: Collaborative Sequential Recommendation Networks for News Retrieval

arXiv.org Machine Learning

Nowadays, news apps have taken over the popularity of paper-based media, providing a great opportunity for personalization. Recurrent Neural Network (RNN)-based sequential recommendation is a popular approach that utilizes users' recent browsing history to predict future items. This approach is limited that it does not consider the societal influences of news consumption, i.e., users may follow popular topics that are constantly changing, while certain hot topics might be spreading only among specific groups of people. Such societal impact is difficult to predict given only users' own reading histories. On the other hand, the traditional User-based Collaborative Filtering (UserCF) makes recommendations based on the interests of the "neighbors", which provides the possibility to supplement the weaknesses of RNN-based methods. However, conventional UserCF only uses a single similarity metric to model the relationships between users, which is too coarse-grained and thus limits the performance. In this paper, we propose a framework of deep neural networks to integrate the RNN-based sequential recommendations and the key ideas from UserCF, to develop Collaborative Sequential Recommendation Networks (CSRNs). Firstly, we build a directed co-reading network of users, to capture the fine-grained topic-specific similarities between users in a vector space. Then, the CSRN model encodes users with RNNs, and learns to attend to neighbors and summarize what news they are reading at the moment. Finally, news articles are recommended according to both the user's own state and the summarized state of the neighbors. Experiments on two public datasets show that the proposed model outperforms the state-of-the-art approaches significantly.