Kbmtl

Kernelized Bayesian Multitask Learning
Alternatives To Kbmtl
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Bayesian67225173 years agoDecember 02, 20118otherGo
Naive Bayesian Classification for Golang.
Classifier6457,171522 years ago10April 17, 201819otherRuby
A general classifier module to allow Bayesian and other types of classifications.
Classifier Reborn53111,78076 months ago9December 15, 201726lgpl-2.1Ruby
A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
Bayes_motel188
4 years ago1mitRuby
Multi-variate Bayesian classification engine
Dl With Bayes158
3 years ago2Python
Contains code for the NeurIPS 2019 paper "Practical Deep Learning with Bayesian Principles"
Gpstuff144
3 months ago7gpl-3.0MATLAB
GPstuff - Gaussian process models for Bayesian analysis
Bankclassify101
9 months agoPython
Simple example of using a Naive Bayesian classification to classify entries in bank statements
Php Classifier77
110 years ago3January 12, 2013mitPHP
A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
Multibayes74115 years agoMay 30, 20212Go
Multiclass Naive Bayesian Classification
Bayesianml55
4 years ago1Jupyter Notebook
Experiments in Bayesian Machine Learning
Alternatives To Kbmtl
Select To Compare


Alternative Project Comparisons
Readme

This repository contains Matlab and R implementations of the algorithms proposed in "Drug susceptibility prediction against a panel of drugs using kernelized Bayesian multitask learning", which is appearing in Bioinformatics.

demo_classification.m file shows how to use the classification algorithm in Matlab. demo_classification.R file shows how to use the classification algorithm in R. demo_regression.m file shows how to use the regression algorithm in Matlab. demo_regression.R file shows how to use the regression algorithm in R.

KBMTL methods

  • kbmtl_semisupervised_classification_variational_train.m => training procedure for classification in Matlab
  • kbmtl_semisupervised_classification_variational_test.m => test procedure for classification in Matlab
  • kbmtl_semisupervised_classification_variational_train.R => training procedure for classification in R
  • kbmtl_semisupervised_classification_variational_test.R => test procedure for classification in R
  • kbmtl_semisupervised_regression_variational_train.m => training procedure for regression in Matlab
  • kbmtl_semisupervised_regression_variational_test.m => test procedure for regression in Matlab
  • kbmtl_semisupervised_regression_variational_train.R => training procedure for regression in R
  • kbmtl_semisupervised_regression_variational_test.R => test procedure for regression in R

If you use any of the algorithms implemented in this repository, please cite the following paper:

Mehmet Gonen and Adam A. Margolin. Drug susceptibility prediction against a panel of drugs using kernelized Bayesian multitask learning. Bioinformatics, 30(17):i556-i563, 2014.

Popular Bayesian Projects
Popular Classification Projects
Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
R
Matlab
Classification
Bayesian