Goto

Collaborating Authors

 Personal Assistant Systems


Dave Chappelle's controversial special 'The Closer' gets high audience score on Rotten Tomatoes

FOX News

Fox News Flash top entertainment and celebrity headlines are here. Check out what's clicking today in entertainment. Dave Chappelle's controversial new Netflix standup special "The Closer" has a very high audience rating on Rotten Tomatoes despite calls from activists to remove the piece of content from the streamer's library. The comedian, 48, is being criticized by many in the LGBTQ community for comments he made about transgender people. Despite many like Netflix's own "Dear White People'' showrunner Jaclyn Moore coming out strong against the special, Chappelle himself has been able to laugh off the backlash, even getting a standing ovation during an appearance at the Hollywood Bowl last week.


Rotten Tomatoes audiences ignore 'Fauci' documentary

FOX News

Fox News Flash top headlines are here. Check out what's clicking on Foxnews.com. National Geographic's new documentary about Dr. Anthony Fauci has been ignored by audiences on Rotten Tomatoes, despite overwhelmingly positive reviews from professional critics. Directed by John Hoffman and Janet Tobias, "Fauci" has been in select theaters since Sept. 10 and started streaming Oct. 6 on Disney . The film features interviews with Fauci as well as his wife Christine and daughter Jenny.


Recommender Engines: AI On Steroids For E-commerce - Liwaiwai

#artificialintelligence

When I open any website offering services or goods, I always check how well a recommender system works. Big business also adores recommender engines as much as I do, so I am in good company. "Recommender engines or recommenders, as they are sometimes called, are the most useful applications of Machine Learning Algorithms." โ€“ Harvard Business Review. And they help me to choose another plant to the disappointment of my husband ( "One more plant? We have a dozen of them already!").


Alexa Will Now Wait Longer To Allow You To Finish Speaking

#artificialintelligence

Amazon is adding a new accessibility feature to Alexa, that will tell the virtual assistant to wait just a bit longer to allow someone to complete their requests. The new feature is meant for people who speak slowly or may have speech impairment. Amazon added the optional setting after it received feedback from some customers, who needed a little more time to use the assistant effectively. Speaking with Forbes, Shehzad Mevawalla, Head of Speech Recognition at Amazon said, "Alexa is a voice-first experience, and we are always looking for ways to improve speech recognition for all speaking styles. Some customers have told us they just need a bit more time before Alexa responds to their requests."


Machine Learning and AI in Travel: 5 Essential Industry Use Cases

#artificialintelligence

Imagine that you are planning a trip. A few decades ago, it would take you a lot of time and effort to research destination and accommodation options, book a flight, make a hotel reservation, rent a car, and do a bunch of other trip-related activities. Today, with the help of machine learning and AI, you can use a one-stop travel platform to plan and book everything you need. And the best thing is, you don't have to leave your home or even your bed. This convenience wouldn't be possible without machine learning and artificial intelligence technologies actively adopted by the travel, tourism, and hospitality industries in recent years.


Serial killer who used dating apps to lure victims gets 160 years

FOX News

Fox News Flash top headlines are here. Check out what's clicking on Foxnews.com. A New Jersey man who used dating apps to lure and kill three women five years ago was sentenced Wednesday to 160 years in prison after a trial in which it was revealed that friends of one victim did their own detective work on social media to ferret out the suspect. Khalil Wheeler-Weaver, 25, sat motionless as the judge gave the sentence in state court in Newark. The sentencing was preceded by emotional statements by family members of victims Robin West and Sarah Butler.


How Does Artificial Intelligence Learning Help To Find Your Career Goals?

#artificialintelligence

As we know the world is getting bigger day by day and we start depending on technology too much. Alternatively, the technologies grow day by day for the fulfillment of customer demand and companies even start presenting people's more options, gadgets, and machines that help people to live easily. These days everything is just one click away from the user like if we want to send a message we just have to say Siri, Google Assistance, or Alexa. These are real examples of artificial intelligence Course. There are other examples as well, like self-driven cars and robots in restaurants, etc. The capacity of a virtual laptop or laptop-managed robot to carry out responsibilities is generally related to smart beings.


How AI Can Lead to Better Business Management

#artificialintelligence

AI for business is an incredibly helpful tool for enterprises when used correctly. Just take a look at some numbers recently published in a Forbes Magazine article: 38% of 235 enterprises the NBRI looked at are already using AI for a variety of tasks; and more importantly, 62% of these enterprises expect to be using AI by 2018. But here's the rub: AI is a massively broad catch all term. Over the last few years, people have termed all sorts of machine coding techniques as'AI;' in fact, saying that your business uses AI is kind of like saying your garden has plants. In other words, AI is an umbrella for a whole host of technologies.


Social Recommendation with Self-Supervised Metagraph Informax Network

arXiv.org Artificial Intelligence

In recent years, researchers attempt to utilize online social information to alleviate data sparsity for collaborative filtering, based on the rationale that social networks offers the insights to understand the behavioral patterns. However, due to the overlook of inter-dependent knowledge across items (e.g., categories of products), existing social recommender systems are insufficient to distill the heterogeneous collaborative signals from both user and item sides. In this work, we propose a Self-Supervised Metagraph Infor-max Network (SMIN) which investigates the potential of jointly incorporating social- and knowledge-aware relational structures into the user preference representation for recommendation. To model relation heterogeneity, we design a metapath-guided heterogeneous graph neural network to aggregate feature embeddings from different types of meta-relations across users and items, em-powering SMIN to maintain dedicated representations for multi-faceted user- and item-wise dependencies. Additionally, to inject high-order collaborative signals, we generalize the mutual information learning paradigm under the self-supervised graph-based collaborative filtering. This endows the expressive modeling of user-item interactive patterns, by exploring global-level collaborative relations and underlying isomorphic transformation property of graph topology. Experimental results on several real-world datasets demonstrate the effectiveness of our SMIN model over various state-of-the-art recommendation methods. We release our source code at https://github.com/SocialRecsys/SMIN.


Global Context Enhanced Social Recommendation with Hierarchical Graph Neural Networks

arXiv.org Artificial Intelligence

Social recommendation which aims to leverage social connections among users to enhance the recommendation performance. With the revival of deep learning techniques, many efforts have been devoted to developing various neural network-based social recommender systems, such as attention mechanisms and graph-based message passing frameworks. However, two important challenges have not been well addressed yet: (i) Most of existing social recommendation models fail to fully explore the multi-type user-item interactive behavior as well as the underlying cross-relational inter-dependencies. (ii) While the learned social state vector is able to model pair-wise user dependencies, it still has limited representation capacity in capturing the global social context across users. To tackle these limitations, we propose a new Social Recommendation framework with Hierarchical Graph Neural Networks (SR-HGNN). In particular, we first design a relation-aware reconstructed graph neural network to inject the cross-type collaborative semantics into the recommendation framework. In addition, we further augment SR-HGNN with a social relation encoder based on the mutual information learning paradigm between low-level user embeddings and high-level global representation, which endows SR-HGNN with the capability of capturing the global social contextual signals. Empirical results on three public benchmarks demonstrate that SR-HGNN significantly outperforms state-of-the-art recommendation methods. Source codes are available at: https://github.com/xhcdream/SR-HGNN.