scispace - formally typeset
Search or ask a question

How to determine the number of factor in positive matrix factorization (PMF) ? 


Best insight from top research papers

Positive matrix factorization (PMF) is a method used to determine the number of factors in environmental data. Traditional methods for factorization have become impractical due to increasing computational costs. To address this, a new weighting method has been developed to decrease computational costs for traditional algorithms. The Randomized Hierarchical Alternating Least Squares (RHALS) algorithm, combined with this weighting method, has been shown to reproduce interpretable factors in a large environmental dataset. This algorithm provides a significant computational speedup compared to other algorithms such as Multiplicative Update (MU), deterministic Hierarchical Alternating Least Squares (HALS), and non-negative Alternating Least Squares (ALS) algorithms. Additionally, rotational ambiguity in the solution can be addressed using a "pulling" method to rotate a set of factors, which can lead to alternative solutions and potentially lower the weighted residual error of the algorithm .

Answers from top 5 papers

More filters
Papers (5)Insight
The number of factors in positive matrix factorization (PMF) can be determined by assessing the reliability of the results obtained with different factor solutions.
The number of factors in positive matrix factorization (PMF) is determined through analysis of the data using statistical methods such as cross-validation or information criteria.
The paper does not provide information on how to determine the number of factors in positive matrix factorization (PMF).
The paper discusses that a completely positive matrix may have many, even infinitely many, factorizations.
The paper does not provide information on how to determine the number of factors in positive matrix factorization (PMF).

Related Questions

How can the Coefficient of determination be nagative?5 answersThe coefficient of determination cannot be negative. It is a measure of how well the regression equation fits the data, and it ranges from 0 to 1. A value of 0 indicates that the regression equation does not explain any of the variability in the data, while a value of 1 indicates that the regression equation explains all of the variability. The coefficient of determination is calculated by squaring the correlation coefficient between the predicted values and the actual values. Therefore, it is always non-negative.
What is the coefficient of determination?5 answersThe coefficient of determination, also known as R2, is a measure of goodness of fit for linear models. It represents the percentage of variation in the dependent variable that is explained by the independent variables in the model. R2 has been extended to generalized linear and mixed models, accounting for random effects and correlated residual effects. It can be used to assess the variance explained by fixed effects and can be calculated for linear mixed models and generalized linear mixed models. R2 is also applicable in topic modeling, where it measures the goodness of fit of the model and provides a standard metric for evaluation. The definition of R2 varies depending on the type of model, but it generally measures the proportion of variation explained by the predictors included in the model.
How to calculate the heat removal factor?4 answersThe heat removal factor (FR) is a crucial parameter in determining the thermal efficiency of photovoltaic thermal (PVT) systems. It represents the ratio of the actual heat transfer to the maximum yield of heat transfer. Several methods have been proposed to calculate FR. One method involves determining the ratio of the actual useful heat to the maximum useful heat. Another method considers the slopes of the efficiency curves and the minimum overall heat loss coefficient. In both methods, a feedback temperature control is used to establish the inlet temperature and emulate solar radiation. The FR can also be estimated using thermal modeling to estimate overall heat losses. Additionally, the heat removal factor for flat-plate solar collectors with serpentine tubes can be determined using equations that depend on operational and design variables.
What is the minimum number of items required for each factor in an EFA?4 answersThe minimum number of items required for each factor in an EFA can vary depending on the specific study and conditions. Some researchers recommend focusing on fewer items that explain the structure, instead of considering too many items that may be unimportant. However, there is no consensus on a specific minimum number of items for each factor. Factors with higher loadings and fewer items may provide a clearer extraction and account for a larger percentage of the variance. Factors with a smaller number of items can still yield reliable results, especially when the data is well conditioned and there are small distortions present. It is important to consider the specific research context and the goals of the study when determining the minimum number of items for each factor in an EFA.
What are the Matrix factorization techniques for recommender systems?5 answersMatrix factorization techniques are widely used in recommender systems. One such technique is Matrix Factorization (MF), which is a state-of-the-art recommendation technique that can handle sparse datasets and generate accurate recommendations. Another technique is ParaMat, a paraboloid-based matrix factorization method that solves the recommendation problem by reformulating the original angle preserving dimensionality reduction problem into a distance preserving dimensionality reduction problem. Additionally, Singular Value Decomposition (SVD) and Nonnegative Matrix Factorization (NMF) are also popular techniques used in recommender systems. These techniques are used to fill in missing entries in recommender system data matrices and generate recommendations for new users based on natural clusters produced after factorization.
How to find number of predictors in regression model?7 answers