python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I get the miss predictions of a tensorflow model
When using TensorFlow I automatically generate predictions when using the method.fit and training it for a specific number of epochs. I want to know how I can get the correctly predicted and the incor...
ShadyMenux
Votes: 0
Answers: 1
Single class object detection model with Amazon Rekognition Custom Labels throws too few usable labels error
I'm using AWS Rekognition to perform single-class object detection. I'm assigning image-level labels with only one label in my entire dataset.
This is based on a new feature released by AWS,
https://...
user6434902
Votes: 0
Answers: 1
ValueError: Found input variables with inconsistent numbers of samples: [224, 8385]
File "C:\Users\SONY\anaconda3\lib\site-packages\sklearn\utils\validation.py", line 262, in check_consistent_length
raise ValueError("Found input variables with inconsistent numbers of&q...
santosh smmarwar
Votes: 0
Answers: 0
HOG and LBP on weka
I'm new to the subject of ML so I apologize as my questions may seem too basic.
I have an image dataset and my supervisor asked me to do feature extraction using HOG and LBP filters. So far I have bee...
herj
Votes: 0
Answers: 1