Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@arXiv_csLG_bot@mastoxiv.page
2025-12-22 11:50:31

Crosslisted article(s) found for cs.LG. arxiv.org/list/cs.LG/new
[2/3]:
- Sharp Structure-Agnostic Lower Bounds for General Functional Estimation
Jikai Jin, Vasilis Syrgkanis
arxiv.org/abs/2512.17341 mastoxiv.page/@arXiv_statML_bo
- Timely Information Updating for Mobile Devices Without and With ML Advice
Yu-Pin Hsu, Yi-Hsuan Tseng
arxiv.org/abs/2512.17381 mastoxiv.page/@arXiv_csNI_bot/
- SWE-Bench : A Framework for the Scalable Generation of Software Engineering Benchmarks from Open...
Wang, Ramalho, Celestino, Pham, Liu, Sinha, Portillo, Osunwa, Maduekwe
arxiv.org/abs/2512.17419 mastoxiv.page/@arXiv_csSE_bot/
- Perfect reconstruction of sparse signals using nonconvexity control and one-step RSB message passing
Xiaosi Gu, Ayaka Sakata, Tomoyuki Obuchi
arxiv.org/abs/2512.17426 mastoxiv.page/@arXiv_statML_bo
- MULTIAQUA: A multimodal maritime dataset and robust training strategies for multimodal semantic s...
Jon Muhovi\v{c}, Janez Per\v{s}
arxiv.org/abs/2512.17450 mastoxiv.page/@arXiv_csCV_bot/
- When Data Quality Issues Collide: A Large-Scale Empirical Study of Co-Occurring Data Quality Issu...
Emmanuel Charleson Dapaah, Jens Grabowski
arxiv.org/abs/2512.17460 mastoxiv.page/@arXiv_csSE_bot/
- Behavioural Effects of Agentic Messaging: A Case Study on a Financial Service Application
Olivier Jeunen, Schaun Wheeler
arxiv.org/abs/2512.17462 mastoxiv.page/@arXiv_csIR_bot/
- Linear Attention for Joint Power Optimization and User-Centric Clustering in Cell-Free Networks
Irched Chafaa, Giacomo Bacci, Luca Sanguinetti
arxiv.org/abs/2512.17466 mastoxiv.page/@arXiv_eessSY_bo
- Translating the Rashomon Effect to Sequential Decision-Making Tasks
Dennis Gross, J{\o}rn Eirik Betten, Helge Spieker
arxiv.org/abs/2512.17470 mastoxiv.page/@arXiv_csAI_bot/
- Alternating Direction Method of Multipliers for Nonlinear Matrix Decompositions
Atharva Awari, Nicolas Gillis, Arnaud Vandaele
arxiv.org/abs/2512.17473 mastoxiv.page/@arXiv_eessSP_bo
- TwinSegNet: A Digital Twin-Enabled Federated Learning Framework for Brain Tumor Analysis
Almustapha A. Wakili, Adamu Hussaini, Abubakar A. Musa, Woosub Jung, Wei Yu
arxiv.org/abs/2512.17488 mastoxiv.page/@arXiv_csCV_bot/
- Resource-efficient medical image classification for edge devices
Mahsa Lavaei, Zahra Abadi, Salar Beigzad, Alireza Maleki
arxiv.org/abs/2512.17515 mastoxiv.page/@arXiv_eessIV_bo
- PathBench-MIL: A Comprehensive AutoML and Benchmarking Framework for Multiple Instance Learning i...
Brussee, Valkema, Weijer, Doeleman, Schrader, Kers
arxiv.org/abs/2512.17517 mastoxiv.page/@arXiv_csCV_bot/
- HydroGym: A Reinforcement Learning Platform for Fluid Dynamics
Christian Lagemann, et al.
arxiv.org/abs/2512.17534 mastoxiv.page/@arXiv_physicsfl
- When De-noising Hurts: A Systematic Study of Speech Enhancement Effects on Modern Medical ASR Sys...
Chondhekar, Murukuri, Vasani, Goyal, Badami, Rana, SN, Pandia, Katiyar, Jagadeesh, Gulati
arxiv.org/abs/2512.17562 mastoxiv.page/@arXiv_csSD_bot/
- Enabling Disaggregated Multi-Stage MLLM Inference via GPU-Internal Scheduling and Resource Sharing
Lingxiao Zhao, Haoran Zhou, Yuezhi Che, Dazhao Cheng
arxiv.org/abs/2512.17574 mastoxiv.page/@arXiv_csDC_bot/
- SkinGenBench: Generative Model and Preprocessing Effects for Synthetic Dermoscopic Augmentation i...
N. A. Adarsh Pritam, Jeba Shiney O, Sanyam Jain
arxiv.org/abs/2512.17585 mastoxiv.page/@arXiv_eessIV_bo
- MAD-OOD: A Deep Learning Cluster-Driven Framework for an Out-of-Distribution Malware Detection an...
Tosin Ige, Christopher Kiekintveld, Aritran Piplai, Asif Rahman, Olukunle Kolade, Sasidhar Kunapuli
arxiv.org/abs/2512.17594 mastoxiv.page/@arXiv_csCR_bot/
- Confidence-Credibility Aware Weighted Ensembles of Small LLMs Outperform Large LLMs in Emotion De...
Menna Elgabry, Ali Hamdi
arxiv.org/abs/2512.17630 mastoxiv.page/@arXiv_csCL_bot/
- Generative Multi-Objective Bayesian Optimization with Scalable Batch Evaluations for Sample-Effic...
Madhav R. Muthyala, Farshud Sorourifar, Tianhong Tan, You Peng, Joel A. Paulson
arxiv.org/abs/2512.17659 mastoxiv.page/@arXiv_statML_bo
toXiv_bot_toot

@bthalpin@mastodon.social
2025-12-22 11:23:34

Everyday #Emacs #orgmode task: merge two tables
I'm grading, and want to merge the class list with the list of assignment submissions. Include the two lists as named tables, and a tiny R-snippet will produce a merged table (also named).

Screenshot of Emacs buffer. Contents:
#+NAME: classlist
| sname     | fname |       ID |
|-----------+-------+----------|
| Doe       | John  | 22339574 |
| Belafonte | Harry | 23420537 |
| Show      | No    | 24135666 |

#+name: submissions
|       ID | timestamp              |
|----------+------------------------|
| 22339574 | 19 December 2025 17:59 |
| 234205…
@cark@social.tchncs.de
2026-02-21 20:41:22

#TIL
Es gibt ein Kommandozeilen-Tool namens `tldr` und das ist richtig hilfreich. Es liefert beispiel-basierte Doku für Kommandozeilen-tools wie z.B. ffmpg. Klar könnte man dafür auch `man ffmpeg` benutzen, aber Beispiel-basiert ist oft einfacher verständlich und dadurch nützlicher.
Bei `tldr --update` werden ≈6000 md-Dateien gezogen und ab dann hat man eine sehr hilfreiche Offline-Dok…

Screenshot eines Kommandozeilen-Fensters mit der Ausgabe von `tldr ffmpeg`.

Hintergrund: dunkelgrau; Schriftfarbe weiß (normal), grün (Beschreibungen) und rot für Kommandos.

Hier die ersten 20% der Ausgabe (der Rest ist grundsätzlich ähnlich):

ffmpeg

  Programm zum konvertieren von Videos.
  Siehe auch: `gst-launch-1.0`.
  Weitere Informationen: https://ffmpeg.org/ffmpeg.html#Options.

  - Extrahiere den Ton eines Videos und speichere ihn als MP3:
    ffmpeg -i pfad/zu/video.mp4 -vn pfad/zu…
@migueldeicaza@mastodon.social
2025-12-21 16:04:39

Holy shit

thecrimson.com/article/2025/12

@ErikUden@mastodon.de
2025-12-22 15:54:51

“You didn't give me the cheat codes to 100% manipulate women into liking me, therefore I became a misogynist bigot who hates women and it's YOUR fault.”

A screenshot of Adam Something called “The Left Created Andrew Tate (by ignoring Young Men)
A comic by Bors making fun of men who claim other people are the reason they became a fascist.
@felwert@fedihum.org
2026-01-22 14:06:17

Ah, cool, es gibt jetzt eine Handreichung zum „Forschungsdatenmanagement und Data Sharing qualitativer Daten“ von @… und #QualiData.

@aardrian@toot.cafe
2025-12-22 13:51:26

In the spirit of sharing this “∪ of Christmas Traditions” Venn diagram each year since 2018…
codepen.io/aardrian/pen/xQJJRL
Debug:

Three circles representing Christian, secular, and pagan traditions and showing where the overlap. The linked CodePen has all the text and is structured.
@kexpmusicbot@mastodonapp.uk
2026-02-21 11:48:14

🇺🇦 #NowPlaying on KEXP's #VarietyMix
New Order:
🎵 Blue Monday
#NewOrder
gazastripclub1.bandcamp.com/tr
open.spotify.com/track/6hHc7Pk

@cheryanne@aus.social
2025-12-21 08:24:24

SBS Cantonese – SBS廣東話節目
Independent news and stories connecting you to life in Australia and Cantonese-speaking Australians...
Great Australian Pods Podcast Directory: greataustralianpods.com/sbs-ca

SBS Cantonese – SBS廣東話節目
Screenshot of the podcast listing on the Great Australian Pods website
@cark@social.tchncs.de
2026-02-21 22:56:20

Ich finde ja, Online-Petitionen sind ein bislang nur suboptimal genutztes Mittel der #Demokratie. Da geht deutlich mehr!
Das Fediverse (mit seinen überproportional politisch interessierten User:innen) könnte da helfen. Leider ist die Fediverse-Unterstüzung gängiger Petitionsplattformen aber nicht zufriedenstellend (siehe Bilder).
Das ist aber ein lösbares Problem. Z.B. könnte man…

Screenshot von openpetition.de, genauer von dem Teil der Seite, der dazu aufruft eine Petition weiter zu teilen. Unter "Petition teilen" sind die Logos von Facebook, X, Whatsapp und Telegram aufgeführt, dann ein Kurzlink zum Kopieren und ein Feld, um die Petition per Mail zu teilen.
Screenshot von weact.campact.de im Bereich, wo man eine Petition teilen kann.

Hinter "Teilen" stehen die Logos von WhatsApp, Mail, Facebook und Bluesky.