stp2y

31198 Posts
Better, faster EMAs | Deephaven

Better, faster EMAs | Deephaven

from deephaven import time_tablefrom deephaven.updateby import ema_timet1 = time_table('PT00:00:00.1') .update(["Label = ii%2 == 0 ? `cos` : `sin`", "X = ii%2 == 0 ? cos(0.05*ii)+0.7*random() : sin(0.01*ii)+0.7*random()"])t2 = t1.update_by([ema_time("Timestamp", "PT00:00:01", "XEma=X")], by="Label")from deephaven.plot import Figurep = Figure() .plot_xy("Value", t=t2, x="Timestamp", y="X", by=["Label"]) .plot_xy("EMA", t=t2, x="Timestamp", y="XEma", by=["Label"]) .show() Source link lol
Read More
How foundation agents can revolutionize AI decision-making in the real world

How foundation agents can revolutionize AI decision-making in the real world

Time's almost up! There's only one week left to request an invite to The AI Impact Tour on June 5th. Don't miss out on this incredible opportunity to explore various methods for auditing AI models. Find out how you can attend here. Foundation models have revolutionized the fields of computer vision and natural language processing. Now, a group of researchers believe the same principles can be applied to create foundation agents, AI systems that can perform open-ended decision-making tasks in the physical world. In a new position paper, researchers at the University of Chinese Academy of Sciences describe foundation agents…
Read More
Artemis: Towards Referential Understanding in Complex Videos

Artemis: Towards Referential Understanding in Complex Videos

arXiv:2406.00258v1 Announce Type: new Abstract: Videos carry rich visual information including object description, action, interaction, etc., but the existing multimodal large language models (MLLMs) fell short in referential understanding scenarios such as video-based referring. In this paper, we present Artemis, an MLLM that pushes video-based referential understanding to a finer level. Given a video, Artemis receives a natural-language question with a bounding box in any video frame and describes the referred target in the entire video. The key to achieving this goal lies in extracting compact, target-specific video features, where we set a solid baseline by tracking and selecting spatiotemporal…
Read More
Computex 2024: Pat Gelsinger vs. Jensen Huang – EE Times

Computex 2024: Pat Gelsinger vs. Jensen Huang – EE Times

//php echo do_shortcode('[responsivevoice_button voice="US English Male" buttontext="Listen to Post"]') ?> On the official first day of Computex 2024 in Taipei, Taiwan, I had the opportunity to attend Intel CEO Pat Gelsinger’s opening keynote, and then was among people in the media Q&A session with Nvidia’s CEO Jensen Huang. You can watch a summary of my observations today at Computex 2024 in the video below:   What I noted from both deliveries was that Gelsinger and Huang are slick in their presentations, and that Huang in particular is a master of wooing the crowd. Gelsinger’s opening line was, “I love the…
Read More
Forensic Analysis Finds Overwhelming Similarities Between OpenAI’s Voice and Scarlett Johansson

Forensic Analysis Finds Overwhelming Similarities Between OpenAI’s Voice and Scarlett Johansson

We're shocked.A+ CopycatOpenAI's controversial "Sky" voice for ChatGPT sounds remarkably similar to the voice of Scarlett Johansson, a forensic analysis has found, adding weight to what many already suspected and what Johansson herself has charged: that OpenAI deliberately mimicked the actress's voice without her permission.The analysis, conducted by researchers at the Arizona State University and commissioned by NPR, used several AI models to evaluate similarities between the voices of Sky and about 600 actresses, including Johansson.Lo and behold, it found that Johansson's voice was more similar to Sky than 98 percent of the other candidates.There are a few caveats, however. Johansson…
Read More
Embedding-Aligned Language Models

Embedding-Aligned Language Models

arXiv:2406.00024v1 Announce Type: new Abstract: We propose a novel approach for training large language models (LLMs) to adhere to objectives defined within a latent embedding space. Our method leverages reinforcement learning (RL), treating a pre-trained LLM as an environment. Our embedding-aligned guided language (EAGLE) agent is trained to iteratively steer the LLM's generation towards optimal regions of the latent embedding space, w.r.t. some predefined criterion. We demonstrate the effectiveness of the EAGLE agent using the MovieLens 25M dataset to surface content gaps that satisfy latent user demand. We also demonstrate the benefit of using an optimal design of a state-dependent…
Read More
Snowflake Data Cloud Summit 2024: The biggest developments announced

Snowflake Data Cloud Summit 2024: The biggest developments announced

Time's almost up! There's only one week left to request an invite to The AI Impact Tour on June 5th. Don't miss out on this incredible opportunity to explore various methods for auditing AI models. Find out how you can attend here. Every year, Snowflake hosts the Data Cloud Summit to share how it is expanding its core platform to help teams make the most of their data assets. The year 2024 was no different, but the focus was more centered on one key aspect — enabling teams to build powerful AI applications with their data assets.  The Sridhar Ramaswamy-led…
Read More
Distributed ML for IoT

Distributed ML for IoT

IntroductionToday, manufacturers’ field maintenance is often more reactive than proactive, which can lead to costly downtime and repairs. Historically, data warehouses have provided a performant, highly structured lens into historical reporting but have left users wanting for effective predictive solutions. However, the Databricks Data Intelligence Platform allows businesses to implement both historical and predictive analysis on the same copy of their data. Manufacturers can leverage predictive maintenance solutions to identify and address potential issues before they become business critical customer facing problems. Databricks provides end-to-end machine learning solutions including tools for data preparation, model training, and root cause analysis reporting.…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.