-
@AlexeyAB
Great work! Thank you very much for sharing the code.
I have a three questions about your implementation.
- Did you implement the same "Convolutional LSTM" proposed in the following d…
-
related paper
|摘要|
|---|
|The goal of precipitation nowcasting is to predict the future rainfall intensity in a local region over a relatively short period of time. Very few previous studies have…
-
I am listing some research ideas we could look into after there is a first prototype. These may need to be split into seperate issues but for now it may be easier to group them:
1. Is processing a mu…
-
@mikeoliphant , @sdatkinson
I'm trying to figure out what purpose of the prewarm() function is.
prewarm() is performing about 8,000 process() calls on large Wavenet models. This is a signific…
-
Option to incorporate a convolutional layer in front of LSTM models. Helps w/ sensitivity to delay, and generally improves training.
-
Hi, @loliverhennigh ,
I got the following error. Any suggestion?
```
init network from scratch
WARNING:tensorflow:Passing a `GraphDef` to the SummaryWriter is deprecated. Pass a `Graph` object…
-
Hi, just a quick question. How is the structure of the network in the main_conv_lstm.py??
If I understand correctly is that the network passed the image to the 4 layer of convolutional. Then to on…
-
We now have the reasonable capacity to perform time series forecasting via reduction to regression. Some bespoke forecasting architectures would also be good to implement too, though.
@mloning thi…
-
**Installation**
https://medium.com/@vivek.yadav/deep-learning-setup-for-ubuntu-16-04-tensorflow-1-2-keras-opencv3-python3-cuda8-and-cudnn5-1-324438dd46f0
**Introduction to Statistics for Data S…
-
'The labels are then decided based on a threshold (a) for the percentage change (lt).' What is the method which can be used to set the value of the threshold?