-
```
python3.6 main.py
Using TensorFlow backend.
(32, 32)
[2.]
(32, 32)
[0.]
(32, 32)
[0.]
(32, 32)
[0.]
(32, 32)
[0.]
(32, 32)
[0.]
(32, 32)
[0.]
(32, 32)
[0.]
(32, 29)
Tracebac…
-
### Expected behavior
PI should help users organize their email into the important ones and the rest. This algorithm is based on ML, so it's a bit of a black box and performs differently depending on…
-
On coremltools@b3.0, converting Scikit-KNN model into MLModel doesn't work as expected. The converter doesn't supports sparse matrix, but is able to convert a dense matrix.
KNN models are formatte…
-
Greetings
As part of testing of different machine learning models I test the KNN model together with DTW and encounter a great slowness in the predictor function of the classifier, I would be very gr…
-
Thanks @endernewton for your work! I was wondering if you could kindly share your KNN classifier curve code somewhere, either here or in some other repo/gist?
Thanks again!
Kashif
-
Posting #106 Reviewer E's comment here about classification chapter:
- Would it be possible to include at least one other classifier besides KNN? I don’t see this commonly used in industry, so even…
-
Hello people,
Manage to get the code up and running which got the solution from https://github.com/shanren7/real_time_face_recognition/issues/1#issuecomment-318002762 @JIEMIN1995
but having some…
-
Hey there, currently, I get an error on installing this library with `npm i`
If I try with `npm i --legacy-peer-deps`, it does run through, but im not sure if this is the solution.
Does anyone h…
-
Hi,
I tried to build face recognition system using openCv but this lib looks more promising.
I saw an API to extract face encodings of an image which I can use to store it somewhere.
**My questio…
-
I was testing the following go snippet in which I just train and test a knn model, and then load the same model and run inference again on the test data and the results are not the same. The confusion…