-
It is an interesting solution for the state elimination case study. However, the SHARE demo is not provided and I was not able to run the NMF solution with Visual Studio, due to existence of some refe…
-
any hope for AOT compability mode? There are restrictions System.Reflection.Emit is missing
-
**Describe the bug**
A very high CPU usage caused by activating only this ltex extension (caused by java-9-oracle)
**Steps to reproduce**
1. Open latex files
2. Activate ltex extension
3. Obs…
-
(For background, see #376.) In collaborative filtering or other matrix completion tasks, the user may have an incomplete rating matrix which may contain 0s. Currently, mlpack won't handle this prope…
-
I think it would be great to have a `ToLookup` implementation. I have been using NMF to create in memory projections from an Event Store, and having a ToLookup implementation would enable me to find t…
-
It seems that NNLM is unmaintained and got removed from CRAN (@topepo ):
https://cran.r-project.org/web/packages/NNLM/index.html
Questions:
1) What to do about the immediate problem, I guess I …
-
Hello.
Currently I use the nuget package NMF-Basics 1.0.99 with .NET Framworke 4.6.1 in Visual Studio 2015 Update 3. When I try to update to the newest version or create a test project and try to fre…
-
Hi,
I wanted to use DESeq2 in testing marker expressions. However; it throws an error.
```
> FindMarkers(object = darmanis, ident.1 = 1, min.pct = 0.25,test.use = "DESeq2")
Error in DESeqDataSet(…
-
Hi,
I was trying to use `nmfgpu4` package to use CUDA cores. The prerequisite of the same was to compile `nmfgpu` as suggested on [nmfgpu4R](https://github.com/razorx89/nmfgpu4R)
While performin…
-
There is interesting thing happening in IE8:
``` html
Example 1:
var a = {};
var xx = function a() {};
alert(typeof a);
Example 2:
var b = {};
var zz = function b() {};
alert(typeof b);
```
I…