30 open-source projects similar to edouardoyallon/pyscatwave, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
PyTorch implementation of the Value Iteration Networks (VIN) (NIPS '16 best paper)
Pytorch implementation of DeepMind's differentiable neural computer paper.
StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the
This is easy-to-follow Capsule Network tutorial with clean readable code: Capsule Network.ipynb
OptNet: Differentiable Optimization as a Layer in Neural Networks
A PyTorch implementation of Learning to learn by gradient descent by gradient descent
PyTorch implementation of the wavelet analysis from Torrence & Compo (1998)
Neural Turing Machine (NTM) & Differentiable Neural Computer (DNC) with pytorch & visdom
This project is a collection of implementation guides, recipes, and developer resources for building applications with Llama models. It serves as a comprehensive kit for developing autonomous agents, establishing retrieval-augmented generation systems, and executing model fine-tuning. The resource provides specific patterns for multimodal workflows that process text, images, and audio. It includes specialized guidance on adapting pre-trained model weights for targeted tasks and implementing tool-calling orchestration to connect models with external APIs and functions. The codebase covers a b
This project is an AI research implementation library and machine learning research repository. It provides a collection of reference code, illustrative implementations, and open-source research datasets used to verify hypotheses and build upon existing models in artificial intelligence. The repository focuses on scientific research reproduction by translating theoretical findings from published papers into executable code. It includes specialized scientific simulation environments designed to test the behavior of autonomous agents and models within controlled settings. The project covers AI
:unlock: Lip Reading - Cross Audio-Visual Recognition using 3D Architectures
:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning