nolearn contains a number of wrappers and abstractions around existing neural network libraries, most notably Lasagne, along with a few machine learning utility modules. All code is written to be compatible with scikit-learn.
Questions tagged [python-nolearn]
4 questions
1
vote
1 answer
'garray' object has no attribute 'size' using nolearn-DBN classifier
I am working on openface. Openface has unknown classification python code.
I am testing lfw-classification-unknown.py's train part.
It has training using
nolearn-DBN classifier
I installed nolearn version 0.5.
DBN classifier has a function call to…

batuman
- 7,066
- 26
- 107
- 229
0
votes
1 answer
Trying to use ConcatLayer with different shape inputs
I am trying to work with nolearn and use the ConcatLayer to combine multiple inputs. It works great as long as every input has the same type and shape. I have three different types of inputs that will eventually produce a single scalar output…

Beaker
- 2,804
- 5
- 33
- 54
0
votes
1 answer
Loading a dataset from my local folder
I'm following the example in this tutorial.
Instead of loading the dataset as follows:
dataset = datasets.fetch_mldata("MNIST Original")
How can I load my dataset from my "local" folder? Is there a specific structure for the data in order to use it…

Simplicity
- 47,404
- 98
- 256
- 385
-1
votes
2 answers
Image classification using Convolutional neural network
I'm trying to classify hotel image data using Convolutional neural network..
Below are some highlights:
Image preprocessing:
converting to gray-scale
resizing all images to same resolution
normalizing image data
finding pca…

Chetan
- 1
- 1