710 research outputs found
Recommended from our members
Approaches to decision-making among late-stage melanoma patients: a multifactorial investigation.
PurposeThe treatment decisions of melanoma patients are poorly understood. Most research on cancer patient decision-making focuses on limited components of specific treatment decisions. This study aimed to holistically characterize late-stage melanoma patients' approaches to treatment decision-making in order to advance understanding of patient influences and supports.Methods(1) Exploratory analysis of longitudinal qualitative data to identify themes that characterize patient decision-making. (2) Pattern analysis of decision-making themes using an innovative method for visualizing qualitative data: a hierarchically-clustered heatmap. Participants were 13 advanced melanoma patients at a large academic medical center.ResultsExploratory analysis revealed eight themes. Heatmap analysis indicated two broad types of patient decision-makers. "Reliant outsiders" relied on providers for medical information, demonstrated low involvement in decision-making, showed a low or later-in-care interest in clinical trials, and expressed altruistic motives. "Active insiders" accessed substantial medical information and expertise in their networks, consulted with other doctors, showed early and substantial interest in trials, demonstrated high involvement in decision-making, and employed multiple decision-making strategies.ConclusionWe identified and characterized two distinct approaches to decision-making among patients with late-stage melanoma. These differences spanned a wide range of factors (e.g., behaviors, resources, motivations). Enhanced understanding of patients as decision-makers and the factors that shape their decision-making may help providers to better support patient understanding, improve patient-provider communication, and support shared decision-making
A Combined Representation Learning Approach for Better Job and Skill Recommendation
Job recommendation is an important task for the modern recruitment industry. An excellent job recommender system not only enables to recommend a higher paying job which is maximally aligned with the skill-set of the current job, but also suggests to acquire few additional skills which are required to assume the new position. In this work, we created three types of information net- works from the historical job data: (i) job transition network, (ii) job-skill network, and (iii) skill co-occurrence network. We provide a representation learning model which can utilize the information from all three networks to jointly learn the representation of the jobs and skills in the shared k-dimensional latent space. In our experiments, we show that by jointly learning the representation for the jobs and skills, our model provides better recommendation for both jobs and skills. Additionally, we also show some case studies which validate our claims
Dynamic Matrix Factorization with Priors on Unknown Values
Advanced and effective collaborative filtering methods based on explicit
feedback assume that unknown ratings do not follow the same model as the
observed ones (\emph{not missing at random}). In this work, we build on this
assumption, and introduce a novel dynamic matrix factorization framework that
allows to set an explicit prior on unknown values. When new ratings, users, or
items enter the system, we can update the factorization in time independent of
the size of data (number of users, items and ratings). Hence, we can quickly
recommend items even to very recent users. We test our methods on three large
datasets, including two very sparse ones, in static and dynamic conditions. In
each case, we outrank state-of-the-art matrix factorization methods that do not
use a prior on unknown ratings.Comment: in the Proceedings of 21st ACM SIGKDD Conference on Knowledge
Discovery and Data Mining 201
Neural Attentive Session-based Recommendation
Given e-commerce scenarios that user profiles are invisible, session-based
recommendation is proposed to generate recommendation results from short
sessions. Previous work only considers the user's sequential behavior in the
current session, whereas the user's main purpose in the current session is not
emphasized. In this paper, we propose a novel neural networks framework, i.e.,
Neural Attentive Recommendation Machine (NARM), to tackle this problem.
Specifically, we explore a hybrid encoder with an attention mechanism to model
the user's sequential behavior and capture the user's main purpose in the
current session, which are combined as a unified session representation later.
We then compute the recommendation scores for each candidate item with a
bi-linear matching scheme based on this unified session representation. We
train NARM by jointly learning the item and session representations as well as
their matchings. We carried out extensive experiments on two benchmark
datasets. Our experimental results show that NARM outperforms state-of-the-art
baselines on both datasets. Furthermore, we also find that NARM achieves a
significant improvement on long sessions, which demonstrates its advantages in
modeling the user's sequential behavior and main purpose simultaneously.Comment: Proceedings of the 2017 ACM on Conference on Information and
Knowledge Management. arXiv admin note: text overlap with arXiv:1511.06939,
arXiv:1606.08117 by other author
Exploring Deep Space: Learning Personalized Ranking in a Semantic Space
Recommender systems leverage both content and user interactions to generate
recommendations that fit users' preferences. The recent surge of interest in
deep learning presents new opportunities for exploiting these two sources of
information. To recommend items we propose to first learn a user-independent
high-dimensional semantic space in which items are positioned according to
their substitutability, and then learn a user-specific transformation function
to transform this space into a ranking according to the user's past
preferences. An advantage of the proposed architecture is that it can be used
to effectively recommend items using either content that describes the items or
user-item ratings. We show that this approach significantly outperforms
state-of-the-art recommender systems on the MovieLens 1M dataset.Comment: 6 pages, RecSys 2016 RSDL worksho
Neural Collaborative Filtering
In recent years, deep neural networks have yielded immense success on speech
recognition, computer vision and natural language processing. However, the
exploration of deep neural networks on recommender systems has received
relatively less scrutiny. In this work, we strive to develop techniques based
on neural networks to tackle the key problem in recommendation -- collaborative
filtering -- on the basis of implicit feedback. Although some recent work has
employed deep learning for recommendation, they primarily used it to model
auxiliary information, such as textual descriptions of items and acoustic
features of musics. When it comes to model the key factor in collaborative
filtering -- the interaction between user and item features, they still
resorted to matrix factorization and applied an inner product on the latent
features of users and items. By replacing the inner product with a neural
architecture that can learn an arbitrary function from data, we present a
general framework named NCF, short for Neural network-based Collaborative
Filtering. NCF is generic and can express and generalize matrix factorization
under its framework. To supercharge NCF modelling with non-linearities, we
propose to leverage a multi-layer perceptron to learn the user-item interaction
function. Extensive experiments on two real-world datasets show significant
improvements of our proposed NCF framework over the state-of-the-art methods.
Empirical evidence shows that using deeper layers of neural networks offers
better recommendation performance.Comment: 10 pages, 7 figure
Attentive Neural Architecture Incorporating Song Features For Music Recommendation
Recommender Systems are an integral part of music sharing platforms. Often
the aim of these systems is to increase the time, the user spends on the
platform and hence having a high commercial value. The systems which aim at
increasing the average time a user spends on the platform often need to
recommend songs which the user might want to listen to next at each point in
time. This is different from recommendation systems which try to predict the
item which might be of interest to the user at some point in the user lifetime
but not necessarily in the very near future. Prediction of the next song the
user might like requires some kind of modeling of the user interests at the
given point of time. Attentive neural networks have been exploiting the
sequence in which the items were selected by the user to model the implicit
short-term interests of the user for the task of next item prediction, however
we feel that the features of the songs occurring in the sequence could also
convey some important information about the short-term user interest which only
the items cannot. In this direction, we propose a novel attentive neural
architecture which in addition to the sequence of items selected by the user,
uses the features of these items to better learn the user short-term
preferences and recommend the next song to the user.Comment: Accepted as a paper at the 12th ACM Conference on Recommender Systems
(RecSys 18
Collaborative Deep Learning for Recommender Systems
Collaborative filtering (CF) is a successful approach commonly used by many
recommender systems. Conventional CF-based methods use the ratings given to
items by users as the sole source of information for learning to make
recommendation. However, the ratings are often very sparse in many
applications, causing CF-based methods to degrade significantly in their
recommendation performance. To address this sparsity problem, auxiliary
information such as item content information may be utilized. Collaborative
topic regression (CTR) is an appealing recent method taking this approach which
tightly couples the two components that learn from two different sources of
information. Nevertheless, the latent representation learned by CTR may not be
very effective when the auxiliary information is very sparse. To address this
problem, we generalize recent advances in deep learning from i.i.d. input to
non-i.i.d. (CF-based) input and propose in this paper a hierarchical Bayesian
model called collaborative deep learning (CDL), which jointly performs deep
representation learning for the content information and collaborative filtering
for the ratings (feedback) matrix. Extensive experiments on three real-world
datasets from different domains show that CDL can significantly advance the
state of the art
Habitat stability, predation risk and 'memory syndromes'
ArticleThis is the author's accepted version. The article has been published Open Access and is available at http://www.nature.com/srep/2015/150527/srep10538/full/srep10538.htmlCopyright © 2015 Macmillan Publishers Limited. All Rights Reserved.Habitat stability and predation pressure are thought to be major drivers in the evolutionary maintenance of behavioural syndromes, with trait covariance only occurring within specific habitats. However, animals also exhibit behavioural plasticity, often through memory formation. Memory formation across traits may be linked, with covariance in memory traits (memory syndromes) selected under particular environmental conditions. This study tests whether the pond snail, Lymnaea stagnalis, demonstrates consistency among memory traits (‘memory syndrome’) related to threat avoidance and foraging. We used eight populations originating from three different habitat types: i) laboratory populations (stable habitat, predator-free); ii) river populations (fairly stable habitat, fish predation); and iii) ditch populations (unstable habitat, invertebrate predation). At a population level, there was a negative relationship between memories related to threat avoidance and food selectivity, but no consistency within habitat type. At an individual level, covariance between memory traits was dependent on habitat. Laboratory populations showed no covariance among memory traits, whereas river populations showed a positive correlation between food memories, and ditch populations demonstrated a negative relationship between threat memory and food memories. Therefore, selection pressures among habitats appear to act independently on memory trait covariation at an individual level and the average response within a population.Leverhulme Trus
- …
