chebyshev-polynomials topic

List chebyshev-polynomials repositories

orthopy

182
Stars
18
Forks
Watchers

:triangular_ruler: Orthogonal polynomials in all shapes and sizes.

graph_nets

1.1k
Stars
223
Forks
Watchers

PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.

SpectralEmbeddings

65
Stars
6
Forks
Watchers

spectralembeddings is a python library which is used to generate node embeddings from Knowledge graphs using GCN kernels and Graph Autoencoders. Variations include VanillaGCN,ChebyshevGCN and Spline...

rouziclib

54
Stars
9
Forks
Watchers

This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)

numerical-methods

41
Stars
11
Forks
Watchers

Methods in numerical analysis. Includes: Lagrange interpolation, Chebyshev polynomials for optimal node spacing, iterative techniques to solve linear systems (Gauss-Seidel, Jacobi, SOR), SVD, PCA, and...

Chebyshev

23
Stars
3
Forks
Watchers

A simple python module for approximating any sympy expression using the Taylor series and Chebyshev polynomials.

ChebyNet

30
Stars
7
Forks
Watchers

The PyTorch version of ChebyNet.

Numerical-Analysis

17
Stars
2
Forks
Watchers

A collection of Python programs that helps in Numerical Analysis.

high-order-layers-torch

19
Stars
3
Forks
Watchers

High order and sparse layers in pytorch. Lagrange Polynomial, Piecewise Lagrange Polynomial, Piecewise Discontinuous Lagrange Polynomial (Chebyshev nodes) and Fourier Series layers of arbitrary order...