-
Attempted to install scikit-learn with python 3.7.0 ( I have Cython 0.28.3 installed):
```
$ pip3 install scikit-learn
Collecting scikit-learn
Downloading https://files.pythonhosted.org/packag…
-
##### System information
- OpenCV => 3.3.1
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2017 15.4.5
--> MATLAB R2017b
--> CMake 3.10.1
##### Detailed descri…
-
I have two trained classifiers which I am constructing n EnsembleVoteClassifier. I want to gauge the accuracy of this classifier, and so expect to be able to call score() using the test split of my da…
-
Thanks for the qa models. The paper you are referring to
https://arxiv.org/pdf/1511.04108.pdf
implements cosine similarity for QA and pairs. In your case, you are actual creating a sum of both …
-
I have look up the keras docummentaion and build a basic MNIST Classifier on Kaggle but it does't go past 30% accuracy. I'm using this model: https://github.com/fchollet/keras/blob/master/examples/mni…
-
Hi, everyone, I am a newer to Keras. I have some issues of padding.
My data is a fixed length of features and a classifier label. For example (1,4,5,6,8,0,10,8,0). each feature have different mea…
-
**Hi, I met this problem when make . What can I do to solve this issue? Thank you.**
**system ubuntu 12.04 64bit , matlab 2013a, opencv 2.4.13, g++ 4.4**
**Log as follows:**
```
name@ubuntu:~/mexo…
-
When I train the baseline model using the command:
```
python scripts/train_model.py \
--model_type CNN+LSTM+SA \
--classifier_fc_dims 1024 \
--num_iterations 400000 \
--checkpoint_pat…
-
The names of neural networks slides contain `|`. This seems allowed on macOS, but it is an invalid character in Windows and Linux file names. It prevents Windows and Linux users cloning or updating th…
-
I am constructing an MLP classifier based on tiny-dnn. There are four classes and each data point is 1 by 40. The data set is generated by opencv using BoW algorithm and is stored in .yml files. First…