Wang

Results 22 issues of Wang

This page is well-organized https://github.com/microsoft/recommenders, however, what tips you suggest on choose one of algorithm under what condition?

enhancement

Our input data is a table of edges (edge weight is implicit interaction, which weighted with co-occurrence, edge type was also implicit which inferred from prior knowledge) and a list...

help wanted

According to the tutorial (the last figure in https://pyro.ai/examples/prodlda.html), the tensor generated by prodLDA.beta() can be matched to the topic names. However, the number of topics in prodlda was manually...

question

Since the tensor is large (2000*2000*2000), we meet a error message since memory limitation. Is there a way to solve this problem, might just like split into batches in neural...

Even run with the same input array and parameters, the factors of parafac result would be changed. Might the randomness nature is inevitable. We might average the loadings after repeating...

documentation

In PCA, the feature loading was taken as the contribution of each feature to the axis. Could we claim the feature loading of variable was the importance in some conditions?

My distance matrix is a n*n matrix, a result of vegan::vegdist(lm,method = "euclidean"). Thank you for your help!

For example, we want to translate 5564 into Triclosan With code like that cts_convert("5564", from = "pubchem cid", to="Chemical Name") I find it return NA and show a massage of...

Is the rank of feature in CTF means the importance of features, just like rank in PCA? In 2.2.0-compare-feature-ranks/1.0.0-rankings.ipynb, what is the reason of claiming 'pos in both is more...

My input is an adjacent matrix list composed of matrixs (300*300). The generated ndtv is 150MB, and spent hours to layout. How to speed it. Thank you for your help.