awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
higgsfield avatar

higgsfield/Capsule-Network-Tutorial

0
View on GitHub↗
765 Stars·136 Forks·Jupyter Notebook·2 Aufrufe

Capsule Network Tutorial

This is easy-to-follow Capsule Network tutorial with clean readable code: Capsule Network.ipynb

Features

  • Computer Vision Models - Tutorial for implementing capsule networks.
  • Learning Resources - Step-by-step guide for implementing capsule networks.
  • Model Implementations - Easy-to-follow capsule network implementation.
  • Research Implementations - Educational PyTorch implementation for learning capsule networks.

Star-Verlauf

Star-Verlauf für higgsfield/capsule-network-tutorialStar-Verlauf für higgsfield/capsule-network-tutorial

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Capsule Network Tutorial

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Capsule Network Tutorial.
  • yunjey/starganAvatar von yunjey

    yunjey/stargan

    5,292Auf GitHub ansehen↗

    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

    Python
    Auf GitHub ansehen↗5,292
  • 1adrianb/face-alignmentAvatar von 1adrianb

    1adrianb/face-alignment

    7,518Auf GitHub ansehen↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    Auf GitHub ansehen↗7,518
  • aaron-xichen/pytorch-playgroundAvatar von aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Auf GitHub ansehen↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Auf GitHub ansehen↗2,714
  • 1zb/deformable-convolution-pytorchAvatar von 1zb

    1zb/deformable-convolution-pytorch

    410Auf GitHub ansehen↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Auf GitHub ansehen↗410
Alle 30 Alternativen zu Capsule Network Tutorial anzeigen→

Häufig gestellte Fragen

Was macht higgsfield/capsule-network-tutorial?

This is easy-to-follow Capsule Network tutorial with clean readable code: Capsule Network.ipynb

Was sind die Hauptfunktionen von higgsfield/capsule-network-tutorial?

Die Hauptfunktionen von higgsfield/capsule-network-tutorial sind: Computer Vision Models, Learning Resources, Model Implementations, Research Implementations.

Welche Open-Source-Alternativen gibt es zu higgsfield/capsule-network-tutorial?

Open-Source-Alternativen zu higgsfield/capsule-network-tutorial sind unter anderem: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… aosokin/biogans. aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and…