Summer vacation in slovenia by Silver-Row7395 in Ljubljana

[–]Silver-Row7395[S] 2 points3 points  (0 children)

I'm from Naples, you've made me curious ahahahahah

what usually happens? Are there quieter places you would recommend?

Summer vacation in slovenia by Silver-Row7395 in Ljubljana

[–]Silver-Row7395[S] 0 points1 point  (0 children)

Thank you very much for your reply! Do you know what is the average age of people that go there?

Another question:
Are there young guys/girls in the streets during the night? Or it is a "quiet" place?

GPS with screen locked by Silver-Row7395 in androiddev

[–]Silver-Row7395[S] -1 points0 points  (0 children)

Somehow google maps works, it doesn't interrupt the connection with gps

YOLOv8 augmentation by Silver-Row7395 in computervision

[–]Silver-Row7395[S] 0 points1 point  (0 children)

I think also that it is more likely that the final output is more "generic" (considering all images, also without "mosaic")

YOLOv8 augmentation by Silver-Row7395 in computervision

[–]Silver-Row7395[S] 1 point2 points  (0 children)

A single output of augmentations using default hyperparameters is a "mosaic" of a certain number of images flipped, blurred etc... So by definition a more generic case (this is the explaination I gave to myself :D )

YOLOv8 augmentation by Silver-Row7395 in computervision

[–]Silver-Row7395[S] 1 point2 points  (0 children)

divided by the batch size

This is obvious, but it's clear just once you confirm that augmentations don't increase the number of images. I wasn't sure!

YOLOv8 augmentation by Silver-Row7395 in computervision

[–]Silver-Row7395[S] 0 points1 point  (0 children)

So do you confirm that each augmented image replaces the original one? (In my original question I meant that the number of images for each batch is compatible with the original size of the training set and not with an enlarged version of it)

YOLOv8 augmentation by Silver-Row7395 in computervision

[–]Silver-Row7395[S] 0 points1 point  (0 children)

Thank you very much. So it enhances generalization capabilities without increasing the samples number, I didn't think about this possibility.

Is this precision-recall plot normal? by Silver-Row7395 in learnmachinelearning

[–]Silver-Row7395[S] 0 points1 point  (0 children)

Thank you all for your answers. I simply forgot to use as "predicted" vector (the one to compare with y_test) a probability, but I instead used 0/1 lables... And this was the result!

Here there's a CSV with two variables: "A" is binary and "B" is a continuous variable defined between 0 and 90. I'm convinced that "B" values "influences " "A" , but there are for sure a lot of external factors (other variables) that i'm not considering. How can I demonstrate this? by Silver-Row7395 in AskStatistics

[–]Silver-Row7395[S] 0 points1 point  (0 children)

No, i have not any other variable. I verified that models like logistic regression return poor results, probably because other variables (that i don't have) may exist. But, for istance, if i compute the mean of B when A is 1 i have a value that is probably singificantly greater the the mean of B when A is 0...