GithubHelp home page GithubHelp logo

in's People

Contributors

aviplane avatar eric-moreno avatar jmduarte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

in's Issues

The data of loss & acc in the last epoch will be lost!IN_dataGenerator.py

The following changes can work!
acc_vals_validation = acc_vals_validation[:(final_epoch + 1)]
loss_vals_training = loss_vals_training[:(final_epoch + 1)]
loss_vals_validation = loss_vals_validation[:(final_epoch + 1)]
loss_std_validation = loss_std_validation[:(final_epoch + 1)]
loss_std_training = loss_std_training[:(final_epoch + 1)]
I have checked this code .

how to get the output.pkl file

Hi author,

For the evaluation part in the instruction in README.md, I cannot access the output.pkl file using command 'xrdcp root://eosuser.cern.ch//eos/user/w/woodson/IN/output.pkl .'
I have installed the Xrootd package, but the xrdcp command seems not to work for downloading, I wonder how can I get this .pkl file?

I am new to this tool and I would be grateful if you can give me any advice! Thanks!

How to get training data

Dear eric,
How to get training data?I want to find benchmark dataset to confirm the algorithm's effectiveness.
I'm not a physicist, but I'm focused on deep learning.Could you give me some advice?
Thanks!

How is the JSD calculated in the final paper?

Hi authors,

How do you reliably compute the Jensen-Shannon divergence between the continuous mass distributions passing/failing the threshold? As far as I understand, the KL Divergence and by extension the JS divergence b/w continuous distributions are intractable and hard to estimate reliably.

I looked through the code base but found it mildly confusing. From what I can gather, you discretize the distributions somehow and use an estimator for the entropy of the discretized distribution? But how do you calculate the cross entropy as well? A quick rundown would be very helpful, as this would be a very useful metric to quantify the extent of decorrelation to a given pivot variable.

Cheers,
Justin

The accuracy of random forest is over 0.99

I fit the easy random forest model,just like this
from sklearn.ensemble import RandomForestClassifier
RandomForestClassifier(n_estimators=10, random_state=2019)

TABLE IV. High-level features in yours paper

[Parallel(n_jobs=1)]: Using backend SequentialBackend with 1 concurrent workers.
[Parallel(n_jobs=1)]: Done 16 out of 16 | elapsed: 3.2min finished
[Parallel(n_jobs=1)]: Using backend SequentialBackend with 1 concurrent workers.
[Parallel(n_jobs=1)]: Done 16 out of 16 | elapsed: 1.2s finished
Validation Accuracy: 0.996

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.