-
As https://github.com/deepchem/deepchem/pull/760 notes, the current `TensorGraph.predict()` and `TensorGraph.predict_proba()` methods have issues. It's not well defined what happens when there's more …
-
Tensorgraph multi-task regression does not seem to work for the regression case:
```
from __future__ import print_function
from __future__ import division
from __future__ import unicode_literals…
-
```
2017-10-18 21:28:51.703 [main] INFO TensorFlow Native - Copied 99242476 bytes to /var/folders/bj/v1l790113yn16zvhljd6yl8h0000gn/T/tensorflow_scala_native_libraries8362051912739663819/libtensorfl…
-
Here's a code for XOR in tflearn. I wish to get the values of penultimate hidden layers nodes (and not the weights). I am able to get the weights and biases but unable to compute/get the values of hid…
-
I want to predict sequences of number vectors based on the previous ones. I have five sequences. I considered the length of the history 100. I transformed the data to following format:
As an input X I…
-
Suppose we have simple example (taken from keras documentation) with one shared LSTM how could I introduce one shared Embedding here? Sorry If my question is already answered but I read this topics an…
-
I'm trying to implement a Siamese network, where I have 2 image patches of Shape=(16,16) as input and the output is whether they are the same patch or not. The network should have 2 identical towers (…
-
In https://github.com/PaddlePaddle/Paddle/pull/1253, after renaming function `DataBase` defined in `python/paddle/trainer/config_parser.py` into `create_data_config_proto`, I tried to remove it comple…
-
I am trying to train a LSTM using glove embeddings
After reading through https://github.com/tflearn/tflearn/issues/8, I tried implementing it using the following code:
#### Reading and pre-processing …
-
For example, given this code:
```R
# define feature columns
.feature_columns % str()
List of 32
$ :List of 1
..$ predictions: num [1(1d)] 4.99
$ :List of 1
..$ predictions: num [1(1d…