Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、潜在意味解析 (LSA) の使用を含むプロジェクトに取り組んでいます。これには、特異値分解 (SVD) を使用する必要があり、大規模なデータ セットの場合もあります。Windows\Visual Studio 環境で使用できるランダム化 SVD (rSVD) の実装はありますか? redsvd というプロジェクトを見ましたが、Linux でのみサポートされているようです。
ILNumerics の qr にはオーバーロード ILMath.qr(A, outR, outE, Economy) があり、エコノミー サイズの分解を実行できます。