Online clustering/community detection for bipartite graphs
I'm looking for an online-algorithm for graph-clustering/community detection (finding densely connected subgraphs) for bipartite graphs but i couldn't find anything useful.After the first tests wit the...
View ArticleAnyone willing to help out with some code review/my understanding of gradient...
submitted by 01theone [link][comment]
View ArticleTransition from MATLAB Guide to IPython, Replication of MATLAB tutorials in...
submitted by tmarthal [link][1 comment]
View ArticleWhat is the expectation maximization algorithm?
submitted by qkdhfjdjdhd [link][2 comments]
View ArticleSVM classifier - grid search on C and gamma no affect
I'm working to find the best C and gamma values for the RBF on my dataset. This is, unfortunately, also my first time using an SVM classifier. Specifically, I'm using LibSVM +...
View ArticleProgrammatically understanding Expectation Maximization algorithm
submitted by nipun_batra [link][comment]
View ArticleProject Naptha - Uses CV to allow editing images easily
submitted by YesIAmTheMorpheus [link][3 comments]
View ArticleSubmodular Optimization and Application in ML
submitted by carmichael561 [link][comment]
View ArticleHow to Catch the Flu: Exploring Gene Microarray Data with Python
submitted by compsens [link][comment]
View ArticlePython Tools for Machine Learning | CB Insights - Blog
submitted by hoteit [link][comment]
View ArticleIs cross-validation typically used for comparing clustering techniques?
I'm working on comparing multiple clustering algorithms to each other using the adjusted Rand index for a given dataset. We have a gold standard cluster assignment that we'd like to compare the...
View ArticleWhat is the algorithm for sampling a distribution?
The step 3 of the section "Training algorithm" (http://en.wikipedia.org/wiki/Restricted_Boltzmann_machine) saysFrom h, sample a reconstruction v' of the visible units, then resample the hidden...
View ArticleLDA converging towards one topic
Hi, I've been playing around with the excellent python topic modelling package Gensim these last weeks.On one of my training sets I have run into the issue of LDA converging towards 1 topic. The...
View Article"Big" Data Storage/Management for Statistical Analysis - Request for...
Hi all, I am looking for good instruction on how to best go about storing data for fast querying and statistical analysis. I am relatively new to the game so have little background in...
View ArticleHHMM resources?
I'm looking to learn about hhmm implementations, google is falling short. submitted by jonathan881 [link][2 comments]
View Article