-
How do we handle choosing when to press the meeting button? I'm interested to hear any ideas anyone might have.
Currently we record data about the meeting button position and whether or not the pla…
-
Output of powershell after command python train_image.py --example_config golden_horse.yaml:
```
Traceback (most recent call last):
File "C:\Users\CodeSame\miniconda3\text2live\train_image.py", …
-
There is some randomness in the code, leading to different results for every execution. For example, when we train the neural network in task 7, the loss for each epoch vary. Should we use seeds so th…
-
### Talk title
Mixing Music With Neural Networks
### Abstract
My job is coding, my passion is electronic music – so why not combine the two? I'm using Node.js to control my music software, b…
-
[Streaming weak submodularity: Interpreting neural networks on the fly](https://papers.nips.cc/paper/6993-streaming-weak-submodularity-interpreting-neural-networks-on-the-fly)
In many machine learnin…
-
Sometimes we have a discrete random variable that has type `tf.Tensor` and not `ed.RandomVariable`. The tensor has discrete values and is random due to inputs in its graph being random. For example, B…
-
I donť know if it's even a thing you can do but if it is, can someone tell me how to add multiple wallpapers to my mod? Like that anybody who downloads my mod can choose from like 3 wallpapers for da…
-
Sorry to bother you, but I wonder how many images have been used in the paper, (i.e training dataset set size)?
-
Add the hyperbolic linear unit (HLU) activation function, as described in _[Hyperbolic linear units for deep convolutional neural networks](https://ieeexplore.ieee.org/abstract/document/7727220)_. It …
-
Hello, I am trying to run a simplified "forward" passage of a neural network with GPU.
On CUDA/CuArray I have always the same, correct results for my output, but with oneAPI/oneArray, the first time …