-
I am looking at @yining1023's wonderful KNN Classifier examples from [Machine Learning for the Web](https://github.com/yining1023/machine-learning-for-the-web). It would be useful for the `KNNClassifi…
-
hi there,
I manage to get install all dependencies and load your extension in a docker container, however when i arrive to te las step in the process, (**Statistics**) I am getting this error:
``…
-
In the question, if we set K=2, then observation 4 and 6 will be in the neighborhood, but they are red and green respectively. How should we handle situations like this?
-
@takuya-takeuchi I see that you are comparing with O(N^2) complexity, which is fine for 1-2 known people, but when you run into 1000s of known identities that will be way too slow. In python face_rec…
-
hi, i check the Features_KNN.py and the classifier is KNN.
But i want to use other classifiers,svm.
The describe of SIFT for each image is not same.
`kp, desc = sift.detectAndCompute(gray, None)`
…
-
[ Tarea 2 ]
Objetivo: Entender reconocimiento de caras basado en LBP y selección de características.
Enunciado: En la base de datos AR-LQ (disponible en este link) existen fotos faciales de 100…
-
Hi,
I got an exception while trying to export pmml from `KNeighborsClassifier.`
versions:
Java 1.8.0_191-b12
Python 3.7.2
PIP packages
lxml 4.3.3
numpy 1.16.2
pandas …
ghost updated
5 years ago
-
@tafsiri @caisq
I am using
The speech-commands work fine for "up", "down" and "right" but seem a bit off for "left". When I look at the data for 2 sets of "up". It looks …
-
We need to assign a cell type to each single cell, in order to select interesting populations and to be able to test the data integration tools.
possible methodologies:
* [SingleR](https://github…
-
Dear btwardow,
Can we change the face recognition algorithm ?
Example, Google’s pre-trained Inception Convolutional Neural Network to perform image recognition .
If Yes, please suggest what …