kerasR
kerasR copied to clipboard
R interface to the keras library
I was wondering what the most recent versions of tensorflow and keras were that were compatible with kerasR / the development version of kerasR. I noticed there were some significant...
Hello, I hope to use PlaidML to develop deep learning algorithm in R studio using the AMD graphics card on my Macbook Pro. I have installed and tested the plaidbench...
I'm training a MLP with keras on 32 core cluster (windows server), but it seems to use only 2 or 3 of these. Does anybody know how to set the...
TypeError: Value passed to parameter 'shape' has DataType float32 not in list of allowed values: int32, int64 `LSTM_
Dear All, I use anaconda 3.6 in windows 10. I install graphviz msi and import pydot to print the convolution neural network model architecture. My code is below: import pydot...
Hi ... I'm trying to implement Jason Brownlee's Python example [How to Use Word Embedding Layers for Deep Learning with Keras](https://machinelearningmastery.com/use-word-embedding-layers-deep-learning-keras/) which uses the following Embedding layer with an `embedding_matrix`...
The current method to setup an LSTM with multiple time-steps appears to be broken. Let me being by saying that I'm working on a time-series forecasting problem and that my...
The documentation can be improved by having more links between topics. For example: * Link from `keras_compile()` to callbacks, and vice versa. * Link to `EarlyStopping()` from model param in...