Are there any groups trying to implement machine learning on top of tinkerpop?
Here are some methods that would support graph based machine learning: a. Project a subgraph to a sparse matrix. b. Project a subgraph to a sparse graph Laplacian matrix. c. Sparse matrix eigenvalues and eigenvectors using bsp. d. Sparse matrix factorization using bsp. i. QR factorization. ii. LU factorization. iii. Choleski factorization. iv. Non negative factorization. e. Convex optimization i. ADMM solver using bsp. f. Probabilistic Soft Logic I was wondering if any of these methods had been implement on top of the compute engines with bsp. Sincerely, David G. Boney [email protected]
