Code Monkey home page Code Monkey logo

bayesiansumproductnetworks's Introduction

Hi there

I am a Research Council of Finland postdoctoral research at Aalto University working on probabilistic machine learning.

My research interest are on computational approaches to probabilistic modeling/reasoning, uncertainty quantification, and Bayesian statistics. I am actively involved in several research communities, such as, tractable probabilistic modeling (e.g., probabilistic circuits), probabilistic programming (e.g., Turing.jl), and Bayesian deep learning.

For details, see my website and my Google scholar profile.

bayesiansumproductnetworks's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bayesiansumproductnetworks's Issues

Missing Project.toml/Manifest.toml

From the installation instructions, I assume that these used to exist? I've looked through the module files and there clearly are dependencies :-) While I can easily populate the dependencies for a pull request, I'm less sure about filling in the other fields.

Preprocessing of discrete variables

I was digging around in the preprocessing code and found, that there are two heuristics for identifying discrete variables. One checking for if all nonmissing values are integers L199 and the other one counting unique values L200. Which one did you use in the experiment and also maybe why do you prefer one over the other?

One other thing I noticed is, that casting of binary variables into 0,1 values is applied to the whole dataset, not just the particular column L212 , fortunately the heterogeneous data from ABDA paper should have the binaries removed. However this is not the case with Anneal-U dataset, which preprocesses the 9th feature as categorical instead of binary, as I believe that the authors probably used the value range metadata. As a result there is some discrepancy caused by the different "detection" of discrete variables, but I cannot judge if it has some negative effects on the results in that particular dataset.

Continuous Variables made discrete

@trappmartin I generated a small continuous synthetic dataset for familiarizing myself with your package and the following issue occurred: All my continuous values are replaced with integers in run_abda_rg.jl. I believe the culprit is

 dids = filter(d -> length(filter(x -> !isnan(x), unique(x_train[:,d]))) < args["maxcategories"], 1:D)

which really should read

 dids = filter(d -> length(filter(x -> !isnan(x), unique(x_train[:,d]))) < args["maxcategories"], dids)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.