ETHICS

Introductory time-series forecasting with torch

This is the first post in a series introducing time-series forecasting with torch. It does assume some prior...

Does GPT-4 Pass the Turing Test?

Large language models (LLMs) such as GPT-4 are considered technological marvels capable of passing the Turing test successfully....

Vapi Secures $20M Series A to Redefine Enterprise AI Voice Agents

Vapi, founded in 2023 by CEO Jordan Dearsley and CTO Nikhil Gupta, has announced a $20 million Series...

Introductory time-series forecasting with torch

This is the first post in a series introducing time-series forecasting with torch. It does assume some prior experience with torch and/or deep learning....

A first go at multi-step prediction

We pick up where the first post in this series left us: confronting the task of multi-step time-series forecasting. Our first attempt was a workaround...

Posit AI Blog: torch time series, take three: Sequence-to-sequence prediction

Today, we continue our exploration of multi-step time-series forecasting with torch. This post is the third in a series. Initially, we covered basics of recurrent...

torch time series, final episode: Attention

This is the final post in a four-part introduction to time-series forecasting with torch. These posts have been the story of a quest for...

weighted quantile summaries, power iteration clustering, spark_write_rds(), and more

Sparklyr 1.6 is now available on CRAN! To install sparklyr 1.6 from CRAN, run In this blog post, we shall highlight the following features and enhancements from...

Posit AI Blog: torch for optimization

So far, all torch use cases we’ve discussed here have been in deep learning. However, its automatic differentiation feature is useful in other areas....