Master LLMs with our FREE course in collaboration with Activeloop & Intel Disruptor Initiative. Join now!

Publication

GAMs and Smoothing Splines (Part-2) — Tensor Product Splines
Latest   Machine Learning

GAMs and Smoothing Splines (Part-2) — Tensor Product Splines

Last Updated on July 20, 2023 by Editorial Team

Author(s): Sai Pradeep Peri

Originally published on Towards AI.

Tensor Product Splines Introduction:

In this article, I will extend the concepts of 1D-spline smooths to higher-order dimensional function approximations called Tensor Product smooths. If you haven’t read part-1, please give it a read.

The article is structured mainly into two parts:

Tensor Product Splines2D-Tensor interpolation using GAMs on an artificial dataset

Tensors:

Tensors are the generalizations of 1D arrays to higher dimensions, and that’s why they are called multi-dimensional arrays.

Tensor Product:

Suppose we have V, an n-dimensional vector, and W, an m dimensional vector. In that case, the tensor product V⊗W defines the vector space of m*n dimension with a basis spanning the product of V_basis and W_basis… Read the full blog for free on Medium.

Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.

Published via Towards AI

Feedback ↓