stp2y

31357 Posts
Deep Learning for Computing Convergence Rates of Markov Chains

Deep Learning for Computing Convergence Rates of Markov Chains

arXiv:2405.20435v1 Announce Type: new Abstract: Convergence rate analysis for general state-space Markov chains is fundamentally important in areas such as Markov chain Monte Carlo and algorithmic analysis (for computing explicit convergence bounds). This problem, however, is notoriously difficult because traditional analytical methods often do not generate practically useful convergence bounds for realistic Markov chains. We propose the Deep Contractive Drift Calculator (DCDC), the first general-purpose sample-based algorithm for bounding the convergence of Markov chains to stationarity in Wasserstein distance. The DCDC has two components. First, inspired by the new convergence analysis framework in (Qu et.al, 2023), we introduce the Contractive…
Read More
Generalized Semi-Supervised Learning via Self-Supervised Feature Adaptation

Generalized Semi-Supervised Learning via Self-Supervised Feature Adaptation

arXiv:2405.20596v1 Announce Type: new Abstract: Traditional semi-supervised learning (SSL) assumes that the feature distributions of labeled and unlabeled data are consistent which rarely holds in realistic scenarios. In this paper, we propose a novel SSL setting, where unlabeled samples are drawn from a mixed distribution that deviates from the feature distribution of labeled samples. Under this setting, previous SSL methods tend to predict wrong pseudo-labels with the model fitted on labeled data, resulting in noise accumulation. To tackle this issue, we propose Self-Supervised Feature Adaptation (SSFA), a generic framework for improving SSL performance when labeled and unlabeled data come from…
Read More
Runtime observability: The Boomi/Apica alliance – SiliconANGLE

Runtime observability: The Boomi/Apica alliance – SiliconANGLE

The surge in artificial intelligence has brought with it a need for improved data monitoring across multiple operating environments. Application programming interfaces are one such scenario. In keeping with the company ethos of accelerating digital connectedness through its platform, Boomi LP has allied itself with Apica Inc. for cellular-level runtime observability as enterprises leverage data resources for artificial intelligence. “We’re seeing AI coming on board, and it’s really putting a lot of fire into spaces like data management and API management and processes and applications that we know are just proliferating at breakneck speed,” said Ann Maya (pictured, right), EMEA…
Read More
How Multilingual Are Large Language Models Fine-Tuned for Translation?

How Multilingual Are Large Language Models Fine-Tuned for Translation?

arXiv:2405.20512v1 Announce Type: new Abstract: A new paradigm for machine translation has recently emerged: fine-tuning large language models (LLM) on parallel text has been shown to outperform dedicated translation systems trained in a supervised fashion on much larger amounts of parallel data (Xu et al., 2024a; Alves et al., 2024). However, it remains unclear whether this paradigm can enable massively multilingual machine translation or whether it requires fine-tuning dedicated models for a small number of language pairs. How does translation fine-tuning impact the MT capabilities of LLMs for zero-shot languages, zero-shot language pairs, and translation tasks that do not involve…
Read More
New York is about to give parents more control over their kids’ social media feeds

New York is about to give parents more control over their kids’ social media feeds

New York is poised to pass a law that will bar social media platforms from showing algorithmic feeds to teens without parental consent. The Wall Street Journal that lawmakers in the state have reached a “tentative agreement” on a bill that will be voted on later this week.State officials, including Governor Kathy Hochul, introduced a bill requiring parental consent for algorithmic feeds The Stop Addictive Feeds Exploitation (SAFE) for Kids Act doesn’t restrict the type of content teens can view on social media apps, but they wouldn’t be able to view algorithmic feeds without permission from their parents or guardians.…
Read More
Deephaven tables now support Python type hints | Deephaven

Deephaven tables now support Python type hints | Deephaven

Deephaven's v0.19 release rolled out some awesome features, particularly for Python programmers - table slicing, autocomplete, and others. For me, support for type hints in tables is an unsung hero. I've always had so many explicit typecasts in my table operations. Now I can reduce how many I need, which results in cleaner code. Let me show you what I mean.I write a lot of Deephaven queries. I also write a lot of Python functions. Sometimes, I wish I didn't always have to cast my Python functions in query strings to the data type I want:from deephaven import empty_tableimport numpy…
Read More
A technique for more effective multipurpose robots

A technique for more effective multipurpose robots

Let's say you want to train a robot so it understands how to use tools and can then quickly learn to make repairs around your house with a hammer, wrench, and screwdriver. To do that, you would need an enormous amount of data demonstrating tool use. Existing robotic datasets vary widely in modality -- some include color images while others are composed of tactile imprints, for instance. Data could also be collected in different domains, like simulation or human demos. And each dataset may capture a unique task and environment. It is difficult to efficiently incorporate data from so many…
Read More
Higher Order Components (HOC) React

Higher Order Components (HOC) React

const UpdatedComponent = (Original Component) => { class NewComponent extends React.Component { constructor(){ this.state = { ... } } render(){ return( <OriginalComponent props/> ); } } return NewComponent; }; class OGComponent extends React.Component{ ... //available via (this.props..) } export default UpdatedComponent(OGComponent); Enter fullscreen mode Exit fullscreen mode Source link lol
Read More
Scarlett Johansson won’t save us from AI – but if workers have their say, it could benefit us all | Peter Lewis

Scarlett Johansson won’t save us from AI – but if workers have their say, it could benefit us all | Peter Lewis

Tech overlord Sam Altman’s legal skirmish with actor Scarlett Johansson brings the blurred lines between artificial intelligence and the world it seeks to transform into sharper focus.For those who missed it, Johansson is suing Altman’s OpenAI over claims he ignored her refusal to grant consent to use her voice in its latest ChatGTP release – which was later unveiled with a generated voice using a husky, flirtatious tone Johansson says is unabashedly in the style ofher work in the movie Her.That 2014 film (about a sad and lonely guy who falls in love with his operating system) is said to…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.