Git Product home page Git Product logo

btag-training's People

Contributors

dguest avatar matthewfeickert avatar mickypaganini avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

btag-training's Issues

Data Flow -- Train, Validate, Test

Right now, the code uses all of the input data for training, processing events in batches. I think we want to keep the batch processing, but we need to first split the data into train/validate/test, then read the train data in batches. The validate/test data won't need to be in batches (I think).

Why are we rewriting something that already exists?

Hi friends!
Sorry I couldn't be here yesterday during the hands on session. I'm confused by what's going on in this repository. Why are we rewriting a NN training and evaluation? We already have all of that.

hdf5 format

Hey @dguest, I wrote a quick memo of how to access different things from the hdf5 file.

  1. One issue I noticed with the current format is that it's not picking up on the number of variables. You will find the two ":(" in my readme where I explain what's wrong.
    Basically, I'd like the inferred shape to contain the number of variables: (n_jets, n_variables), and (n_jets, n_variables, n_tracks) respectively.

  2. The other thing I don't understand is why the track grade shows up as 1527631256 for masked tracks.

  3. Finally, I don't know if we need a branch called 'mask'. I would just remove it. The net will mask automatically and this just adds an extra step of removing a column from the dataset. On that note, also, I don't know if zero-padding is the way to go. In previous iterations of RNNIP (and pluris) I pad -999 because 0 might be a value in one of our distributions (though idk if Keras just looks for entire rows of zeros or just 0 entries).

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.