Gaussian Process Binary Classification Pseudo Code
조회 수: 4 (최근 30일)
이전 댓글 표시
I am working with various inference methods for classification. Currently I am trying to combine MCMC for producing samples from a posterior distribution with with a Gaussian Process binary classifier. However, I am struggling at how a pseudo code may look. I have successfully implemented the MCMC algorithm and have generated the relevant posterior samples. Now I don't know how to implement the GP classifier once I have these samples. The co-variance function is the squared error function and the mean function is zero.
Any help/tips would be greatly appreciated
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!