photo

Mo Chen


THU

2012년부터 활동

Followers: 3   Following: 0

메시지

Machine Learning researcher specialized in Bayesian inference and Deep Learning

통계

All
File Exchange

25 파일

Cody

0 문제
21 답안

순위
N/A
of 299,268

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
36 of 20,676

평판
19,407

평균 평점
4.50

참여
25 파일

다운로드 수
163

ALL TIME 다운로드 수
182426

순위
23,030
of 163,971

참여
0 문제
21 답안

점수
220

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 5
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

제출됨


Kmedoids
Very fast matlab implementation of kmedoids clustering algorithm

6년 초과 전 | 다운로드 수: 2 |

3.8 / 5
Thumbnail

제출됨


EM Algorithm for Gaussian Mixture Model (EM GMM)
EM algorithm for Gaussian mixture.

6년 초과 전 | 다운로드 수: 13 |

4.7 / 5
Thumbnail

제출됨


Kalman Filter and Linear Dynamic System
Kalman Filter and Linear Dynamic System for time series modeling

6년 초과 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


MLP Neural Network trained by backpropagation
Multilayer Perceptron (MLP) Neural Network (NN) for regression problem trained by backpropagation (backprop)

6년 초과 전 | 다운로드 수: 5 |

4.9 / 5
Thumbnail

제출됨


Pattern Recognition and Machine Learning Toolbox
Pattern Recognition and Machine Learning Toolbox

대략 8년 전 | 다운로드 수: 34 |

4.7 / 5
Thumbnail

제출됨


Kmeans Clustering
Super fast and terse kmeans clustering.

8년 초과 전 | 다운로드 수: 37 |

4.3 / 5
Thumbnail

제출됨


Kernel Kmeans
kernel kmeans algorithm

8년 초과 전 | 다운로드 수: 2 |

3.9 / 5
Thumbnail

제출됨


Hidden Markov Model Toolbox (HMM)
Hidden Markov Model Toolbox

거의 9년 전 | 다운로드 수: 11 |

4.7 / 5

제출됨


Variational Bayesian Relevance Vector Machine for Sparse Coding
Variational Bayesian Relevance Vector Machine for Sparse Coding

9년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


Variational Bayesian Linear Regression
Variational Bayesian Linear Regression

9년 초과 전 | 다운로드 수: 2 |

4.0 / 5

제출됨


Log Probability Density Function (PDF)
numerically stable pdf of popular distributions in log scale.

9년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


Probabilistic Linear Regression
Probabilistic Linear Regression with automatic model selection

9년 초과 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


Pairwise Distance Matrix
Compute pairwise square Euclidean or Mahalanobis distances between points sets (fully optimized!).

9년 초과 전 | 다운로드 수: 1 |

3.9 / 5

제출됨


Dirichlet Process Gaussian Mixture Model
Dirichlet Process Gaussian Mixture Model aka Infinite GMM using Gibbs Sampling

9년 초과 전 | 다운로드 수: 2 |

5.0 / 5

제출됨


Bayesian Compressive Sensing (sparse coding) and Relevance Vector Machine
Bayesian methods (RVM) for learning sparse representation

9년 초과 전 | 다운로드 수: 3 |

4.8 / 5
Thumbnail

제출됨


Probabilistic PCA and Factor Analysis
EM algorithm for fitting PCA and FA model. This is probabilistic treatment of dimensional reduction.

9년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


EM for Mixture of Bernoulli (Unsupervised Naive Bayes) for clustering binary data
EM for Mixture of Bernoulli (Unsupervised Naive Bayes) for clustering binary data

9년 초과 전 | 다운로드 수: 1 |

5.0 / 5

제출됨


Gram-Schmidt orthogonalization
Gram-Schmidt orthogonalization

9년 초과 전 | 다운로드 수: 17 |

5.0 / 5

제출됨


Adaboost
Adaboost for classification

9년 초과 전 | 다운로드 수: 2 |

5.0 / 5

제출됨


Naive Bayes Classifier
Naive Bayes Classifier working for both continue and discrete data

9년 초과 전 | 다운로드 수: 2 |

5.0 / 5

제출됨


Logistic Regression for Classification
Logistic regression for both binary and multiclass classification

9년 초과 전 | 다운로드 수: 2 |

4.3 / 5

제출됨


Kernel Learning Toolbox
Machine Learning with kernels

9년 초과 전 | 다운로드 수: 1 |

5.0 / 5

제출됨


Normalized Mutual Information
Fully vectorized implementation NMI. NMI is often used for evaluating clustering results.

9년 초과 전 | 다운로드 수: 8 |

4.0 / 5

제출됨


Variational Bayesian Inference for Gaussian Mixture Model
Variational Bayes method (mean field) for GMM can auto determine the number of components

9년 초과 전 | 다운로드 수: 3 |

4.1 / 5
Thumbnail

제출됨


Information Theory Toolbox
Functions for Information theory, such as entropy, mutual information, KL divergence, etc

9년 초과 전 | 다운로드 수: 9 |

3.3 / 5

문제를 풀었습니다


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 ...

13년 초과 전

문제를 풀었습니다


radius of a spherical planet
you just measured its surface area, that is the input.

13년 초과 전

문제를 풀었습니다


inner product of two vectors
inner product of two vectors

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


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...

13년 초과 전

더 보기