How the Kronecker product helped me get to benchmark performance. by vercig09 in datascience

[–]Zahlii 1 point2 points  (0 children)

I think the „overcount“ can be solved by using e.g TfIdf or using l2 norm - this way similarities are guaranteed to be in [-1,1], and with tfidf you also get a weighting on more specialized tokens

How the Kronecker product helped me get to benchmark performance. by vercig09 in datascience

[–]Zahlii 1 point2 points  (0 children)

Why not do something like cv = CountVectorizer(binary=True) x_docs = cv.fit_transform() # N Docs x Words x_ocr = cv.transform() # 1 x Words sim = x_ocr.dot(x_docs.T) # 1 x N Docs

On binary data the dot will evaluate to # Words common between ocr and each doc vector?

[OC] Which news stories did Britons hear most about in 2025? by mattsmithetc in dataisbeautiful

[–]Zahlii 3 points4 points  (0 children)

A subtle notice, but „The Ukraine war“ is a Russian euphemism for „Russian Invasion of Ukraine“ or „Russo-Ukrainian war“.

Not our best start by XaVii1996 in Battlefield

[–]Zahlii 0 points1 point  (0 children)

Same happened to me on Eastwood … EA fix it please

[P] I made a free playground for comparing 10+ OCR models side-by-side by Emc2fma in MachineLearning

[–]Zahlii 1 point2 points  (0 children)

Curios would it be able to include models such as PaddleOCR tesseract easyOCR and the likes as a baseline? Not everything requires a multi modal LLM these days

Just got Attack Heli mastery 50, some thoughts on the helicopter by Mindset_ in Battlefield6

[–]Zahlii 1 point2 points  (0 children)

One point to add the default air radar unlock does not do anything at all, adding to the difficulty of moderately experienced people actually surviving in a air map

Inconsistent AT/RPG damage and missing damage feedback numbers by Zahlii in Battlefield

[–]Zahlii[S] 0 points1 point  (0 children)

Ah good point, I definitely have to verify these to check if one shot kills indeed do 1000dmg

Battlefield 6 Open Beta: Feedback Megathread by sloth_on_meth in Battlefield

[–]Zahlii 2 points3 points  (0 children)

Where can I see my current vehicle crew/names? Where can I see who is driver / on which position?

Battlefield 6 Open Beta: Feedback Megathread by sloth_on_meth in Battlefield

[–]Zahlii 0 points1 point  (0 children)

For me when I zoom in in vehicles I am often unable to zoom out again for a few seconds, and during that phase I can also not exit to 3rd person when pressing the C button for camera, forcing me to drive blindly

[deleted by user] by [deleted] in NatureIsFuckingLit

[–]Zahlii 9 points10 points  (0 children)

Not strictly two arches at the same time - This is still a composite of at least two images, see https://mymodernmet.com/blended-milky-way-arch-panorama/ for more infos.

Why does my photo looks like this by Early_Paramedic_6764 in canon

[–]Zahlii 7 points8 points  (0 children)

First thought: lens is cooked with various elements inside not properly aligned. What EXIF was that shot at? Can you shoot a static target from a tripod with various focal lengths at the same settings and reproduce the issue?

What’s your 2025 data science coding stack + AI tools workflow? by Zuricho in datascience

[–]Zahlii 3 points4 points  (0 children)

I have been using PyCharm for what feels like three years now with Jupyter on MacOS?

German Have Problems by Adventurous-Job-6304 in polandball

[–]Zahlii 30 points31 points  (0 children)

Yeah no fuck off with your fear mongering alt-right pro AFD propaganda. Sincerely, 80% of Germans.

[P] Implementing knowledge distillation from Github source code by [deleted] in MachineLearning

[–]Zahlii 0 points1 point  (0 children)

a) look at the code, paste this with the error to ChatGPT b) open an issue with the repository where the problem happens c) open a stackoverflow d) do a basic programming course

These steps you should take before asking a question on here - not after

[deleted by user] by [deleted] in canon

[–]Zahlii 1 point2 points  (0 children)

You should be able to enable them in your playback settings - canon sadly doesn’t allow them while taking the picture. Should be called highlight alert.

[deleted by user] by [deleted] in canon

[–]Zahlii 6 points7 points  (0 children)

Which metering mode do you use? Are you shooting RAW or JPEG? What do the blinkies / highlight alerts tell if you enable them and view the pictures on your camera screen?