nbro

Results 113 issues of nbro

## References - _Chapter 14 of "Introduction to algorithms" by CLRS to augment the RBT ds._ - _Slides by prof. Papadopoulou_ --- _The BST has a `rank` method, which works...

enhancement

I just wanted to make sure if this method also works for uploading video and audio files, if not, do you have any suggestions of technologies to use? I tried...

In the function `write_scenario_prefab` (in the file `beamer.py`) does not create the folder that will contain the scenarios, but this causes a problem when attempting to render the template at...

In the function `bng` (in `app.py`), the arguments are NOT being passed to the correct parameters of the `experiment` function. In fact, the `show` argument is being passed to the...

I was trying to build Rust on a docker container, as explained in the README file, so these are the instructions that executed 1. `git clone --recurse-submodules https://github.com/theseus-os/Theseus.git ` 2....

question

In the module [`graph.py`](https://github.com/mdeff/cnn_graph/blob/master/lib/graph.py#L64), you are calculating a variable `sigma2` as follows `sigma2 = np.mean(dist[:, -1])**2`. However, this is "mu squared" (not the variance) of the last column of the...

At the following line, https://github.com/mdeff/cnn_graph/blob/master/lib/coarsening.py#L210, you have the assertion `assert len(indices[0] == M)`, but this is always true, because `indices[0]` is not empty and `indices[0] == M` produces another list...

The following code ``` import tensorflow as tf import tensorflow_probability as tfp from tensorflow_probability import distributions as tfd def get_mnist_data(normalize=True): img_rows, img_cols = 28, 28 (x_train, y_train), (x_test, y_test) =...

A few resources dedicated to mathematical terminology #### Articles - [x] https://en.wikipedia.org/wiki/Dependent_and_independent_variables#Statistics_synonyms - [ ] https://en.wikipedia.org/wiki/Glossary_of_probability_and_statistics - [ ] https://en.wikipedia.org/wiki/Glossary_of_areas_of_mathematics - [ ] https://en.wikipedia.org/wiki/Glossary_of_calculus #### Books - [ ] [The...

TODO