slimgroup / ParametricOperators.jl

Scalable and distributed matrix-free abstractions for machine learning and scientific computing
MIT License
3 stars 4 forks source link

ParametricOperators.jl

Documenter TagBot

ParametricOperators.jl is a Julia Language-based scientific library designed to facilitate the creation and manipulation of tensor operations involving large-scale data using Kronecker products. It provides an efficient and mathematically consistent way to express tensor programs and distribution in the context of machine learning.

[!NOTE]
ParametericDFNOs.jl is built on ParametricOperators.jl

Features

Setup

   julia> using Pkg
   julia> Pkg.activate("path/to/your/environment")
   julia> Pkg.add("ParametricOperators")

This will add ParametricOperators.jl as dependency to your project

Documentation

Check out the Documentation for more or get started by running some examples!

Issues

This section will contain common issues and corresponding fixes. Currently, we only provide support for Julia-1.9

Authors

Richard Rex, richardr2926@gatech.edu
Thomas Grady
Mark Glines