python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Efficiently calculate anomaly detection
i have some problem and i hope you can help me thanks!!!!
i have a table looks like that:
Computer
Data
Count
A
01/01/2021
43
A
02/01/2021
64
A
03/01/2021
333
A
04/01/2021
656
B
01/01/...
Er Cohen
Votes: 0
Answers: 1
Algorithm for 'pixelated circle' image recognition
Here are three sample images. In these images I want to find:
Coordinates of the those small pixelated partial circles.
Rotation of these circles. These circle have a 'pointy' side. I want to fin...
user541396
Votes: 0
Answers: 1
Good face features for clustering can be used with pytorch or opencv.dnn module
I'm searching about good feature extractor (library or pretrained architecture for pytorch), except dlib, for implementing face clustering with DBSCAN.
I tried openface pretrained features via opencv'...
jkjk5979
Votes: 0
Answers: 0
How to map features from two different data using regressor for classification?
I am trying to build a Keras model to implement to approach explained in this paper.
Context of my implementation:
I have two different kinds of data representing the same set of classes(labels) that ...
Alankrit
Votes: 0
Answers: 1