-
Hard crash with memory bug and rscript termination under Windows.
Example:
``` R
require(caret)
require(mboost)
require(gbm)
require(rf)
# load iris set
data(iris)
dim(iris)
# works
m
-
Hello,
1- When I install using pip, the installed version gives the following error when I try to run the classification example on your website (at fitting step):
E:\programming\python\WinPython\py…
-
I realized about the issue after trying to answer this [question](http://stackoverflow.com/questions/34567454/theano-how-to-give-training-data-to-a-neural-network) on StackoverFlow.
As you can see in…
-
Hi,
Thanks for the great RNN package! I am trying to implement a many-to-one RNN, LSTM specifically, where each sequence of inputs only produces a single output and finding it difficult to use the rnn…
-
I'm new to scikit-neuronalnetwork, so this might be an easy question for one who is familiar with this libary.
For inspecting the model I would like to view the final weights of all layers.
So I want …
-
Hi. I followed this document
http://scikit-neuralnetwork.readthedocs.org/en/latest/guide_advanced.html#unsupervised-pre-training
and tried to apply 3-layer MLP with pre-trained autoencoder to the iri…
-
Hi, thanks for making this. Its very nice. I especially like how the layers can be customized.
When I try to refit as follows, I get the error below. When I say refit, I mean train the same model o…
-
When I use a `sknn.mlp.Classifier` object to do classification, I use `predict_proba` to output confidence of each predicted class. But since the classifier has no attribute `classes_` (which is diffe…
xyguo updated
8 years ago
-
I realize I must be doing something really stupid here without realizing it, but I cannot get even the simple example in README.rst to work (everything in the example/ directory works, so my setup is …
-
Hello again!
I've encountered another problem with convolutional layers. When I'm trying to set `pool_shape` parameter for `Convolution`, I get this error.
Might be a problem with Theano, according t…