Skip to content

narroyo1/sffnn

Repository files navigation

Approximating stochastic functions

A generic approach for training probabilistic machine learning models

License

Table of Contents

Installation

Clone

Start by making making a local clone of the repo.

git clone https://github.com/narroyo1/sffnn.git

Setup

Using Anaconda

Create the environment.

conda env create -f environment.yml

Then activate it.

conda activate sffn

Usage

Using VS Code

Open main.py and run.

Tensorboard visualization

On the same directory as main.py run:

tensorboard --logdir=runs

Then open http://localhost:6006/ on any browser.

The default experiment is the first one shown in the article, to reproduce any other change the following line on main.py

experiment = experiments.EXPERIMENT_<experiment number>

Documentation

A paper throughly explaining the method is located at docs/sffnn.md.

License

License

About

A generic approach for training probabilistic machine learning models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages