-
my data is numpy array(11270*144), which is integer range from (0,100), when I use TPOT classifier
the error: , I used SVM kernel (MLP) method ,the accuracy is 78% for two class, I don't know
what…
-
Traceback (most recent call last):
File "/Users/sunxiao/PycharmProjects/testscikit/testscikit.py", line 116, in
clf.fit(train_X, train_y)
File "/Users/sunxiao/myproject/scikit-neuralnetwork/s…
-
Hi, I'm having a problem with running the dl4j-examples. I followed thoroughly based on the Quick Start Guide itself but to no avail. I also have used the YouTube videos itself which I still can't run…
-
# What is hierarchical softmax used for?
Hierarchical softmax is an approximate version of softmax that is much faster to compute when the number of potential classes is high. In general, hierarchica…
-
Hi,
First of all, thanks for your nice book, _Python Machine Learning_
I began to read it right now and I am wondering one thing about the implementation of **AdalineSGD** mentioned in book
```…
-
你好!请教几个简单问题~
1) 我在ubuntu14.04的QT creator(community)上编译的时候提示两个错误:
/home/XXX/SeetaFaceLib/FaceLib/FaceDetection/include/feat/surf_feature_map.h:116: error: ‘memset’ is not a member of ‘std’
/home/XXX…
-
I am using the wrapper of scikit-learn Multilayer Perceptron in Python [https://github.com/aigamedev/scikit-neuralnetwork](url) to train the neural network and save it to a file. Now, I want to expose…
-
could not resolve doi - http://tcr.amegroups.com/article/viewFile/2647/pdf
-
I am trying to use Chainer on my Windows 10 with graphic card NVIDIA GeForce GTX 745.
When i run the Chainer in one of repository (https://github.com/takiyu/DeepPose), i got the following error:
```…
-
- まずは動くものをデザインに沿って
- 設計はClean Architectureもどきで