Goto

Collaborating Authors

 silo


Silo Season 3, episode 8: We may finally know how the world ends

Mashable

Look Up Mashable Selects Mashable Voices Mashable's Best: E-readers, robovacs, laptops, earbuds, smart home and more Say More Safety Net Creator Hub Versus Gift Ideas For Everyone On Your List Switch Off Trending Now In My Bag All Series'Silo' Season 3, episode 8: We may finally know how the world ends It's not what we were expecting... Sam Haysom is the General Assignment Editor, UK, for Mashable. He covers entertainment and online culture, and writes horror fiction in his spare time. All products featured here are independently selected by our editors and writers. If you buy something through links on our site, Mashable may earn an affiliate commission. We're finally getting the answers we've long been craving.


Silo Season 3, episode 7 finally reveals who built the silos

Mashable

Look Up Safety Net Mashable's Best: E-readers, robovacs, laptops, earbuds, smart home and more Creator Hub Versus Say More Gift Ideas For Everyone On Your List Mashable Selects Switch Off Trending Now In My Bag VidCon with Mashable All Series'Silo' Season 3, episode 7 finally reveals who built the silos Sam Haysom is the General Assignment Editor, UK, for Mashable. He covers entertainment and online culture, and writes horror fiction in his spare time. All products featured here are independently selected by our editors and writers. If you buy something through links on our site, Mashable may earn an affiliate commission. It's all starting to come together.


Silo Season 3, episode 6 gives us a huge clue about the algorithm

Mashable

Look Up Say More Versus Creator Hub Switch Off Mashable's Best: E-readers, robovacs, laptops, earbuds, smart home and more Trending Now Safety Net In My Bag VidCon with Mashable Back to School Furtastic All Series'Silo' Season 3, episode 6 gives us a huge clue about the algorithm Does that mean what we think it means? Sam Haysom is the General Assignment Editor, UK, for Mashable. He covers entertainment and online culture, and writes horror fiction in his spare time. All products featured here are independently selected by our editors and writers. If you buy something through links on our site, Mashable may earn an affiliate commission.


Nuclear death map of America reveals how FAST citizens in each state would die... and rare safe zones if atom bombs were dropped on key US silos

Daily Mail - Science & tech

Horrifying next twist in the Alexander brothers case: MAUREEN CALLAHAN exposes an unthinkable perversion that's been hiding in plain sight Alexander brothers' alleged HIGH SCHOOL gang rape video: Classmates speak out on sick'taking turns' footage... as creepy unseen photos are exposed Model Cindy Crawford, 60, mocked for her'out of touch' morning routine: 'Nothing about this is normal' Kentucky mother and daughter turn down $26.5MILLION to sell their farms to secretive tech giant that wants to build data center there Live Nation executives mocked'stupid' concert-goers in emails where they bragged about how to best rip them off: '$60 for closer grass' NFL superstar Xavier Worthy spills all on Travis Kelce, the Chiefs' struggles... and having Taylor Swift as his No 1 fan Heartbreaking video shows very elderly DoorDash driver shuffle down customer's driveway with coffee order because he is too poor to retire Amber Valletta, 52, was a '90s Vogue model who made movies with Sandra Bullock and Kate Hudson, see her now Nancy Mace throws herself into Iran warzone as she goes rogue on Middle East rescue mission: 'I AM that person' Hidden toxins in kids' treats EXPOSED: Health guru Jillian Michaels' sit-down with Casey DeSantis reveals dangers lurking in popular foods Nuclear death map of America reveals how FAST citizens in each state would die... and rare safe zones if atom bombs were dropped on key US silos Fears of nuclear war have surged after the US and Israel launched a major military operation against Iran, killing the country's supreme leader and other senior officials. As speculation grows about possible retaliation on American soil, new research reveals which parts of the country could be safest if the unthinkable happens. Scientists at the University of Massachusetts Amherst modeled a worst-case attack on the 450 intercontinental ballistic missile (ICBM) silos clustered across the Midwest, which are considered prime targets because disabling them early would cripple America's nuclear arsenal. Using historical wind patterns recorded through 2021, scientists projected how radioactive fallout would spread if each silo were struck with a warhead roughly 50 times more powerful than the bomb dropped on Hiroshima. According to their research, scientists determined that parts of the western US, stretching from Washington down to Texas, could be among the least affected regions in the immediate aftermath of a nuclear strike targeting US missile silos.




Accurate and Private Diagnosis of Rare Genetic Syndromes from Facial Images with Federated Deep Learning

arXiv.org Artificial Intelligence

Machine learning has shown promise in facial dysmorphology, where characteristic facial features provide diagnostic clues for rare genetic disorders. GestaltMatcher, a leading framework in this field, has demonstrated clinical utility across multiple studies, but its reliance on centralized datasets limits further development, as patient data are siloed across institutions and subject to strict privacy regulations. We introduce a federated GestaltMatcher service based on a cross-silo horizontal federated learning framework, which allows hospitals to collaboratively train a global ensemble feature extractor without sharing patient images. Patient data are mapped into a shared latent space, and a privacy-preserving kernel matrix computation framework enables syndrome inference and discovery while safeguarding confidentiality. New participants can directly benefit from and contribute to the system by adopting the global feature extractor and kernel configuration from previous training rounds. Experiments show that the federated service retains over 90% of centralized performance and remains robust to both varying silo numbers and heterogeneous data distributions.



A Federated Random Forest Solution for Secure Distributed Machine Learning

arXiv.org Artificial Intelligence

Privacy and regulatory barriers often hinder centralized machine learning solutions, particularly in sectors like healthcare where data cannot be freely shared. Federated learning has emerged as a powerful paradigm to address these concerns; however, existing frameworks primarily support gradient-based models, leaving a gap for more interpretable, tree-based approaches. This paper introduces a federated learning framework for Random Forest classifiers that preserves data privacy and provides robust performance in distributed settings. By leveraging PySyft for secure, privacy-aware computation, our method enables multiple institutions to collaboratively train Random Forest models on locally stored data without exposing sensitive information. The framework supports weighted model averaging to account for varying data distributions, incremental learning to progressively refine models, and local evaluation to assess performance across heterogeneous datasets. Experiments on two real-world healthcare benchmarks demonstrate that the federated approach maintains competitive predictive accuracy - within a maximum 9\% margin of centralized methods - while satisfying stringent privacy requirements. These findings underscore the viability of tree-based federated learning for scenarios where data cannot be centralized due to regulatory, competitive, or technical constraints. The proposed solution addresses a notable gap in existing federated learning libraries, offering an adaptable tool for secure distributed machine learning tasks that demand both transparency and reliable performance. The tool is available at https://github.com/ieeta-pt/fed_rf.


Gaussian mixture models as a proxy for interacting language models

arXiv.org Machine Learning

Large language models (LLMs) are a powerful tool with the ability to match human capabilities and behavior in many settings. Retrieval-augmented generation (RAG) further allows LLMs to generate diverse output depending on the contents of their RAG database. This motivates their use in the social sciences to study human behavior between individuals when large-scale experiments are infeasible. However, LLMs depend on complex, computationally expensive algorithms. In this paper, we introduce interacting Gaussian mixture models (GMMs) as an alternative to similar frameworks using LLMs. We compare a simplified model of GMMs to select experimental simulations of LLMs whose updating and response depend on feedback from other LLMs. We find that interacting GMMs capture important features of the dynamics in interacting LLMs, and we investigate key similarities and differences between interacting LLMs and GMMs. We conclude by discussing the benefits of Gaussian mixture models, potential modifications, and future research directions.