Neural controlled differential equation

Neural controlled differential equations (Neural CDEs) are a class of machine learning models that generalize neural ordinary differential equations by incorporating control signals as inputs. They offer a continuous-time framework for modeling sequential data and have applications in time series analysis, physics-informed learning, and stochastic processes.

Read More →

ViT (vision transformer)

ViT (Vision Transformer) is a deep learning architecture that applies the transformer model, originally designed for natural language processing, to computer vision tasks. It processes images by dividing them into patches and treating these patches as tokens, enabling the use of self-attention mechanisms for image understanding.

Read More →

Artificial neuron

An artificial neuron is a mathematical model inspired by biological neurons, used as the fundamental unit in artificial neural networks. It processes input data by applying weights, summing them, and passing the result through an activation function to produce an output.

Read More →