Posts by Alex Colombari • 68 points
3 posts
-
1
votes2
answers501
viewsA: I cannot install Tensorflow-GPU
You are probably installing the most current version of Tensorflow (maybe it is a compatibility problem, etc.), one option is to install an older version: Uninstall the current version, you do this…
-
3
votes2
answers1020
viewsA: How to balance classes in a machine Learning regression problem with Python?
I do not have extensive experience in the subject but, I believe that, in this case, if it is a problem of regression use, in my view there is no need to use class balancing, because it is possible…
-
0
votes1
answer541
viewsQ: Take the value of a variable in Seekbar - Java / Android
I am a beginner in Java / Android and I am developing an application with image processing. I already have the application working with the necessary filters. In case I have: Canny(edges, edges,…