spygeorgoulas's Stars
KindXiaoming/pykan
Kolmogorov Arnold Networks
state-spaces/mamba
Mamba SSM architecture
replicate/cog
Containers for machine learning
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
mintisan/awesome-kan
A comprehensive collection of KAN(Kolmogorov-Arnold Network)-related resources, including libraries, projects, tutorials, papers, and more, for researchers and developers in the Kolmogorov-Arnold Network field.
vsitzmann/awesome-implicit-representations
A curated list of resources on implicit neural representations.
vsitzmann/siren
Official implementation of "Implicit Neural Representations with Periodic Activation Functions"
optas/latent_3d_points
Auto-encoding & Generating 3D Point-Clouds.
thoughtworks/mlops-platforms
Compare MLOps Platforms. Breakdowns of SageMaker, VertexAI, AzureML, Dataiku, Databricks, h2o, kubeflow, mlflow...
dalmia/siren
PyTorch implementation of Sinusodial Representation networks (SIREN)
hust-diangroup/ns3-ai
Enable the interaction between ns-3 and popular frameworks using Python, which mean you can train and test your AI algorithms in ns-3 without changing any frameworks you are using now!
pg2455/KAN-Tutorial
Understanding Kolmogorov-Arnold Networks: A Tutorial Series on KAN using Toy Examples
google-deepmind/functa
titu1994/tf_SIREN
Tensorflow 2.0 implementation of Sinusodial Representation networks (SIREN)
Jerry-Master/KAN-benchmarking
Benchmark for efficiency in memory and time of different KAN implementations.
AvivNavon/DWSNets
Official implementation for Equivariant Architectures for Learning in Deep Weight Spaces [ICML 2023]
mkofinas/neural-graphs
Official source code for "Graph Neural Networks for Learning Equivariant Representations of Neural Networks". In ICLR 2024 (oral).
adtmv7/DeepSlice
DeepSlice: A Deep Learning Approach towards an Efficient and Reliable Network Slicing in 5G Networks
CVLAB-Unibo/inr2vec
Deep Learning on Implicit Neural Representations of Shapes (ICLR 2023)
scart97/Siren-fastai2
Unofficial implementation of 'Implicit Neural Representations with Periodic Activation Functions'
MrPio/KAN-Continual_Learning_tests
Collection of tests performed during the study of the new Kolmogorov-Arnold Neural Networks (KAN)
lollodealma/ml_without_tears
Code repository of ml-without-tears blog: https://mlwithouttears.com/
Sid2690/Deep-KAN
Better implementation of Kolmogorov Arnold Network
gabrieleilertsen/nws
Dissecting the weight space of neural networks
salehjg/Shapenet2_Preparation
A python script to convert and down-sample mesh data into pointclouds using FPS algorithm.
belkakari/implicit-kan
Kolmogorov-Arnold networks (KAN) as implicit functions (like NeRF but simpler)
mkofinas/awesome-equivariant-network
Paper list for equivariant neural network
mkofinas/egnn
vastsoun/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.