Nick Amin

Results 7 issues of Nick Amin

https://github.com/kyle8998/Sudo-Productivity/blob/e154a0c78edde760d55a9d17297fbb70fd492982/NeuralNetwork/trainNN.py#L17 Shouldn't `x` be `__sigmoid(x)`? As it is right now, the gradient will be small near 0.

Split up the large interped_data into smaller chunks for non-, singly-, doubly-jagged branches in case we want to cleanly specialize further (like for `Bool`). Replaces https://github.com/tamasgal/UnROOT.jl/pull/95 .

Resurrection of https://github.com/tamasgal/UnROOT.jl/pull/101 (which means some copy-pasting from @Moelf ;) ). Basically, we add a `inplace::Bool` to `interped_data` which toggles between doing `ntoh.(reinterpret(...))` (copy) or an inplace-variant, both returning the...

performance
future

Suppose you have a few events to keep by index ```julia julia> keep = findall(>(45),tf.nMuon) 3-element Vector{Int64}: 35499643 48770485 53288840 julia> @time tf[keep] 0.000007 seconds (1 allocation: 256 bytes) 3-element...

good first issue

We should make a benchmark suite to make sure we don't regress... I don't think CI would be very happy to pull in a 2GB file for benchmarking ;) To...

good first issue
performance

One day someone will ask about this :) (eg. each event has N tracks each of which has M subdetectors which have P hits). The doubly jagged interpretation is ~15...

good first issue
future

First, thank you for this excellent package! I wonder if it's possible to support remote execution via ssh tunneling. I saw there is the ability to execute a string with...