Description:
Using the graph data output from ndmg, generate clusters using DBSCAN and Birch algorithms. Then generate features using PCA in addition to a method such as Hessian Eigenmapping.
DoD:
Run DBSCAN and Birch on ndmg output (using SKLearn)
Generate features using PCA and Hessian Eigenmapping (SKLearn)
Description: Using the graph data output from ndmg, generate clusters using DBSCAN and Birch algorithms. Then generate features using PCA in addition to a method such as Hessian Eigenmapping.
DoD: