-
I am trying to implement the multi-channel CNN architecture that uses two word embedding channels proposed in [1].
From the paper: "In the multi-channel architecture [...], each filter is applied to …
-
In the LeNet example:
https://github.com/nyanp/tiny-cnn/wiki/MNIST-Example
Is there any way to add a parameter beyond just the raw pixel data? For example, I would like to add in the (x, y) coordina…
-
# Daily log
FWIW, daily logging of work goes here.
-
I've started experimenting a little bit with experiment visualization.
Here's a demo capable of monitoring a Keras experiment on a live-updating webpage: https://github.com/fchollet/hualos
What are…
-
We've be using URL references for two purposes:
1) Blog posts, online news articles, etc.
2) Conference papers
In both cases, do we need to add some additional information to the references? Cas…
-
(posted similar message at https://github.com/uncomplicate/neanderthal/issues/21)
Sulong (https://github.com/graalvm/sulong) will run on unmodified JVM in Java 9. It is the basis for native extension…
-
I have set classification method as TensorFlow in PreferencesHelper.java through following way
public String getClassificationMethod(){
return resources.getString(R.string.tensorflow);
…
-
Hello,
Is there a possibility to have multiple output labels on one input image in a network?
For example with this image the output would be "16-4=?"
![10062075457ab6ba2360aa1 51163490](https://clo…
-
Here are a few things I think would be valuable to add to Keras in the near future.
These are mere suggestions. You are welcome to discuss them, contest them, add your own ideas... I would like the d…
-
# How to recommend
We can recommend some papers for further discussion under this issue. Include a link to the paper + the conference name and other related information (like the abstract, some basic…