Code Monkey home page Code Monkey logo

erum_data_data's Introduction

erum_data_data

install this package as a python module with pip via:

pip install git+https://github.com/erikbuh/erum_data_data.git

The essential function so far is the "load" function to load the training and testing datasets. The datasets features "X" are returned as a list of numpy arrays. The labels are returend directly as a numpy array.

import erum_data_data as edd

# loading training data into RAM (downloads dataset first time)
X_train, y_train  = edd.load('top', dataset='train', cache_dir = './', cache_subdir = 'datasets')

# loading test data into RAM (downloads dataset first time)
X_test, y_test = edd.load('top', dataset='test', cache_dir = './', cache_subdir = 'datasets')

Here a subfolder ./datasets is created. The datasets take up a total disk space of about 2.4 GB. For loading the training datasets a free RAM of at at least 5 GB is necessary (depending on the dataset).

Included datasets at the moment with the tags:

1: 'top', 2: 'spinodal', 3: 'EOSL', 4: 'airshower', 5: 'belle'

An description of the datasets can be printed via the function:

edd.print_description('top')

Some example plots can be found in the notebooks in the example folder.


Simple Fully-Connected Network Implementation

A simple model implementation can be found in the folder 'simple_model'. To run the notebook one needs to additionally install at least tensorflow version >= 2.0 and scikit >= 0.22.


The original datasets can be found here:

  1. Top Tagging at the LHC link, Publication: 1902.09914
  2. Spinodal or not? link, Publication: 1906:06562
  3. EOSL or EOSQ link, Publication: 1910.11530
  4. Cosmic Airshower link
  5. SmartBKG dataset (Belle II - generated events passing downstream selection) link

erum_data_data's People

Contributors

erikbuh avatar williamkorcari avatar

Watchers

 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.