Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Files

Latest commit

bd6db61 · Jul 10, 2024

History

History

src

Metaphor Core

The core of Metaphor is comprised of two main branches:

  • algorithms
  • operations

Algorithms are functions that perform a forward transformation on data. This includes sorting, filling, sequencing, and more. Operations are forward transformations that have effect the gradient. This includes arithmetic, activation, scaling, loss, etc.

As such, Operations are just Algorithms that also have a reverse function that calculates the gradient.