-
[Neural Adaptive SMC, Gu etc.](https://arxiv.org/abs/1506.03338) is a nice framework that allows us to train proposals for non-linear state space models. We can use [forward KL in a nested variational…
-
Hello!
I am currently trying to use `JointDistributionSequential` to predict multiple distributions using a Mixture Density Network.
Minimal example:
```python
import tensorflow as tf
impo…
-
Lukas Pfeifenberger, Matthias Zohrer, Franz Pernkopf. "DNN-BASED SPEECH MASK ESTIMATION FOR EIGENVECTOR BEAMFORMING." in ICASSP 2017. [PDF](https://www.researchgate.net/profile/Lukas_Pfeifenberger/pub…
-
I tried adding the bootstrap wrapper to the file `Deep IV Examples.ipynb` with **`n_jobs`** more than 1, but it gives me some errors:
```
deepIvEst = DeepIVEstimator(n_components = 10, # number of…
-
## Prelude / Prior Work
- https://github.com/kurtzace/complete-data-science-bootcamp-excercises
- [AI notes 2023](https://github.com/kurtzace/diary2023/issues/13)
- [Other data science steps taken …
-
The follwing error occurs when logging a Keras model to a local tracking uri:
```
Successfully registered model '2f34a0d1ead548f4acc5d3c395598f30'.
Traceback (most recent call last):
File "[...]…
-
Thanks for sharing the demo. I had some questions regarding the RNN-MDN module used to sample zt+1.
Since the latent sample is 32-dimensional for the car racing experiment, does the MDN model each…
-
reported by: @CloudyLex
we should look into this
```
Title:
Cosmic-ray and X-ray Heating of Interstellar Clouds and Protoplanetary Disks
Authors:
Glassgold, Alfred E.; Galli, Daniele; Padovani,…
-
Recently two papers regarding Transformer TTS pops up and I think both are suitable for this repo:
1) [DelightfulTTS: The Microsoft Speech Synthesis System for Blizzard Challenge 2021](https://arx…
-
I am a seq2seq beginner so these are just my 2 cents. Correct me if I'm wrong.
* Variable length output
* Add weights to the loss function. e.g. the first few predicted points have bigger weights.…