Coder Social home page Coder Social logo

mnulfi's Introduction

MnuLFI

Testing strengths and pitfalls of likelihood-free inference with neural networks on the MassiveNus peak count data set [1,2]

Installing the MnuLFI modules

Clone the repo then run

pip install --user -e .

Then to test the install and generate the data simply run

pytest

mnulfi's People

Contributors

changhoonhahn avatar viajani avatar vmboehm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mnulfi's Issues

IMNN

implement IMNN data compression for MassiveNuS peak counts

data compression validation

Compare using Gaussian pseudo-likelihood the posterior derived from score, PCA, etc compressed data vectors to the posterior from the the peak count data vector to validate the different compression methods.

UT not defined

Traceback (most recent call last):
File "", line 1, in
File "/home/nessa/Documents/codes/MnuLFI/mnulfi/data.py", line 50, in PeakCnts_LHC
peakct = np.load(os.path.join(UT.dat_dir(), 'avg_peakcnts_lhc.npy'), allow_pickle=True)
NameError: name 'UT' is not defined

Running Data._make_data()

When I try to run Data._make_data(), it is giving me this error

Traceback (most recent call last):
File "", line 1, in
File "/Users/arinavsar/Desktop/MnuLFI-master/mnulfi/data.py", line 130, in _make_data
avg_peak = np.average(peaks, axis=1)
File "<array_function internals>", line 6, in average
File "/Users/arinavsar/anaconda3/envs/mnulfi/lib/python3.7/site-packages/numpy/lib/function_base.py", line 390, in average
avg = a.mean(axis)
File "/Users/arinavsar/anaconda3/envs/mnulfi/lib/python3.7/site-packages/numpy/core/_methods.py", line 138, in _mean
rcount = _count_reduce_items(arr, axis)
File "/Users/arinavsar/anaconda3/envs/mnulfi/lib/python3.7/site-packages/numpy/core/_methods.py", line 57, in _count_reduce_items
items *= arr.shape[ax]

cloud versus skewers

  • How the skewer set up of MassiveNuS impacts NDE?
  • If we convolve the skewers, does this improve NDE posteriors?

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.