5 links tagged with all of: machine-learning + algorithms
Click any tag below to further narrow down your results
Links
Google Cloud's AlphaEvolve uses AI to help solve complex optimization problems by evolving algorithms through a feedback loop. Users provide a problem specification and initial code, and AlphaEvolve generates improved versions, optimizing efficiency over time. It's currently in private preview for businesses looking to enhance their algorithmic challenges.
This article explores an unconventional method for classifying text by leveraging compression algorithms. The author demonstrates how to concatenate labeled documents, compress them, and use the compressed sizes to predict labels for new texts. While the method shows promise, it is computationally expensive and generally underperforms compared to traditional classifiers.
The article compares the performance of various machine learning algorithms, specifically transitioning from linear regression to more sophisticated methods like XGBoost. It analyzes how different models perform on a dataset, highlighting the strengths and weaknesses of each approach in terms of accuracy and efficiency.
A new model for differential privacy, termed trust graph DP (TGDP), is proposed to accommodate varying levels of trust among users in data-sharing scenarios. This model interpolates between central and local differential privacy, allowing for more nuanced privacy controls while providing algorithms and error bounds for aggregation tasks based on user relationships. The approach has implications for federated learning and other applications requiring privacy-preserving data sharing.
Novel algorithms have been developed to enhance user privacy in data sharing through differentially private partition selection, enabling the safe release of meaningful data subsets while preserving individual privacy. The MaxAdaptiveDegree (MAD) algorithm improves the utility of data outputs by reallocating weight among items based on their popularity, achieving state-of-the-art results on massive datasets, including the Common Crawl dataset. Open-sourcing this algorithm aims to foster collaboration and innovation in the research community.