packages feed

hakaru-0.1: Examples/Examples.hs

{-# LANGUAGE RankNTypes, DataKinds, NoMonomorphismRestriction, BangPatterns #-}

module Examples where

import Types
import Data.Dynamic
import Control.Monad

import InterpreterMH hiding (main)
import Visual

bayesian_polynomial_regression = undefined

sparse_linear_regression = undefined

logistic_regression = undefined

outlier_detection = undefined

change_point_model = undefined

friends_who_smoke = undefined

latent_dirichelt_allocation = undefined

categorical_mixture = undefined

gaussian_mixture = undefined

naive_bayes = undefined

hidden_markov_model = undefined

matrix_factorization = undefined

rvm = undefined

item_response_theory = undefined

gaussian_process = undefined

hawkes_process = undefined

bayesian_neural_network = undefined