Giter Club home page Giter Club logo

bayesian_neural_networks's Introduction

Bayesian Neural Networks

This goal of this project is to allow experimentation with different neural network structures and variations on the MCMC sampling procedure.

Inital code based on the MCMC FFN Project by Rohit

Usage

The experiments folder contains a bunch of examples of how to train and evaluate models on several datasets. Note that you will need to acquire the raw data and run the processing if you want to change the nature of those datasets.

These scripts will execute the python command line program train_bn_mcmc.py

It expects to be given a training and testing data set, and it expects the data to be a CSV file in which the first number of columns are the numerical input features for the model. And the final number of columns contain the target values.

The value of determines the overall network architecture, and only applies if it is a deep neural network. The value of determines what the activation function will be and you need to choose this depending on the distribution of your target value.

TODO

  • The above method of describing the neural network structure is cumbersome and inflexible. I plan to make this driven by a single regular expression style syntax that describes the entire architecture.

CURRENT WORK

I am extracting aspects of the MCMC and Metropolis Hastings calculations that are specific to the neural network architecture and embedding them in the specific neural network classes.

This will make the overall MCMC class very abstract/general and I can then easily run multiple architectures side-by-side for comparison.

bayesian_neural_networks's People

Contributors

john-hawkins avatar

Watchers

 avatar  avatar

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.