
Mo Chen
THU
Machine Learning researcher specialized in Bayesian inference and Deep Learning
Statistics
RANK
N/A
of 273.241
REPUTAZIONE
N/A
CONTRIBUTI
0 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
34 of 18.449
REPUTAZIONE
18.501
VALUTAZIONE MEDIA
4.50
CONTRIBUTI
25 File
DOWNLOAD
411
ALL TIME DOWNLOAD
173514
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Inviato
Kmedoids
Very fast matlab implementation of kmedoids clustering algorithm
circa 4 anni fa | 7 download |

Inviato
EM Algorithm for Gaussian Mixture Model (EM GMM)
EM algorithm for Gaussian mixture.
circa 4 anni fa | 31 download |

Inviato
Kalman Filter and Linear Dynamic System
Kalman Filter and Linear Dynamic System for time series modeling
circa 4 anni fa | 4 download |

Inviato
MLP Neural Network trained by backpropagation
Multilayer Perceptron (MLP) Neural Network (NN) for regression problem trained by backpropagation (backprop)
circa 4 anni fa | 12 download |

Inviato
Pattern Recognition and Machine Learning Toolbox
Pattern Recognition and Machine Learning Toolbox
oltre 5 anni fa | 106 download |

Inviato
Hidden Markov Model Toolbox (HMM)
Hidden Markov Model Toolbox
oltre 6 anni fa | 31 download |
Inviato
Variational Bayesian Relevance Vector Machine for Sparse Coding
Variational Bayesian Relevance Vector Machine for Sparse Coding
circa 7 anni fa | 1 download |
Inviato
Variational Bayesian Linear Regression
Variational Bayesian Linear Regression
circa 7 anni fa | 1 download |
Inviato
Log Probability Density Function (PDF)
numerically stable pdf of popular distributions in log scale.
circa 7 anni fa | 4 download |
Inviato
Probabilistic Linear Regression
Probabilistic Linear Regression with automatic model selection
circa 7 anni fa | 3 download |

Inviato
Pairwise Distance Matrix
Compute pairwise square Euclidean or Mahalanobis distances between points sets (fully optimized!).
circa 7 anni fa | 3 download |
Inviato
Dirichlet Process Gaussian Mixture Model
Dirichlet Process Gaussian Mixture Model aka Infinite GMM using Gibbs Sampling
circa 7 anni fa | 4 download |
Inviato
Bayesian Compressive Sensing (sparse coding) and Relevance Vector Machine
Bayesian methods (RVM) for learning sparse representation
circa 7 anni fa | 8 download |

Inviato
Probabilistic PCA and Factor Analysis
EM algorithm for fitting PCA and FA model. This is probabilistic treatment of dimensional reduction.
circa 7 anni fa | 1 download |
Inviato
EM for Mixture of Bernoulli (Unsupervised Naive Bayes) for clustering binary data
EM for Mixture of Bernoulli (Unsupervised Naive Bayes) for clustering binary data
circa 7 anni fa | 4 download |
Inviato
Gram-Schmidt orthogonalization
Gram-Schmidt orthogonalization
circa 7 anni fa | 36 download |
Inviato
Naive Bayes Classifier
Naive Bayes Classifier working for both continue and discrete data
circa 7 anni fa | 3 download |
Inviato
Logistic Regression for Classification
Logistic regression for both binary and multiclass classification
circa 7 anni fa | 7 download |
Inviato
Normalized Mutual Information
Fully vectorized implementation NMI. NMI is often used for evaluating clustering results.
circa 7 anni fa | 19 download |
Inviato
Variational Bayesian Inference for Gaussian Mixture Model
Variational Bayes method (mean field) for GMM can auto determine the number of components
circa 7 anni fa | 14 download |

Inviato
Information Theory Toolbox
Functions for Information theory, such as entropy, mutual information, KL divergence, etc
circa 7 anni fa | 21 download |
Risolto
Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...
circa 11 anni fa
Risolto
radius of a spherical planet
you just measured its surface area, that is the input.
circa 11 anni fa
Risolto
Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1
circa 11 anni fa
Risolto
Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...
circa 11 anni fa