Skip to content

irustandi/SparseBayes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparseBayes.jl

Build Status Coverage Status

A Julia package for sparse Bayesian learning

This package is based on the [SparseBayes package for Matlab] (http://www.miketipping.com/sparsebayes.htm#software) written by Mike Tipping.

Installation

SparseBayes.jl is written for Julia version 0.4. To install, run the following command inside a Julia session:

julia> Pkg.add("SparseBayes")

SparseBayes.jl requires the [Optim.jl] (https://github.com/JuliaOpt/Optim.jl) package.

Examples

Some examples of using the sparse Bayesian learning package is available in the examples/ folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages