-
Have a view on basic Machine Learning algorithms like Naive Bais, Random Forest, SVM etc. Must gain knowledge on workflow of every algorithm. Need to give brief on algorithms within dead line i.e 21st…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Algorithms Used
KNN Classifier
Logestic Regression
Decision Tree Classifier
Linear SVC…
-
becomes a bug in cuda 11 pytorch 1.8 and pytorch 1.9.
It will be fixed below.
1. train.py line 236
before:
classifier = torch.nn.DataParallel(MLP([cfg.embedder.size, cfg.embedder.class_out_size…
-
If i just have a sample image for a person,should i use knn classifier?
Or there are any others useful classifier?
Thank you!
-
* face_recognition version:
* Python version:
* Operating System:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to h…
-
**System information**
TFJS from https://cdn.jsdelivr.net/npm/@tensorflow/tfjs
**Describe the current behavior**
The log shows
```
{classIndex: 0, label: 'a', confidences: {…}}
{classIndex: un…
-
I'm working on a project where I need to do some training and classification on data coming from an Arduino with some sensors attached to it.
I'm experiencing a weird behaviour using the KNN class…
-
As I am attempting to go through the codebase, I noticed that both the finetuning and testing accuracy metrics are not computed correctly
There are couple main issue
1. In the trainer.py, the "bes…
-
Dear community, I am experiencing problems with the KNNClassifier() classify() function. In short, I am loading a custom trained data model JSON file, and trying to access the label names from the mod…
-
In knn.ipynb file, you have:
```
y_cross_validation_pred = classifier_k.predict_labels(X_train_folds[n], k)
```
This is incorrect because `predict_labels` takes in a distance matrix but you pass…