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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
higgsfield avatar

higgsfield/Capsule-Network-Tutorial

0
View on GitHub↗
765 estrellas·136 forks·Jupyter Notebook·5 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de higgsfield/capsule-network-tutorialGráfico del historial de estrellas de higgsfield/capsule-network-tutorial

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Capsule Network Tutorial

Proyectos open-source similares, clasificados según cuántas características comparten con Capsule Network Tutorial.
  • yunjey/starganAvatar de yunjey

    yunjey/stargan

    5,292Ver en GitHub↗

    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
    Ver en GitHub↗5,292
  • 1adrianb/face-alignmentAvatar de 1adrianb

    1adrianb/face-alignment

    7,518Ver en GitHub↗

    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
    Ver en GitHub↗7,518
  • aaron-xichen/pytorch-playgroundAvatar de aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Ver en GitHub↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Ver en GitHub↗2,714
  • 1zb/deformable-convolution-pytorchAvatar de 1zb

    1zb/deformable-convolution-pytorch

    410Ver en GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Ver en GitHub↗410
Ver las 30 alternativas a Capsule Network Tutorial→

Preguntas frecuentes

¿Qué hace higgsfield/capsule-network-tutorial?

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

¿Cuáles son las características principales de higgsfield/capsule-network-tutorial?

Las características principales de higgsfield/capsule-network-tutorial son: Computer Vision Models, Learning Resources, Model Implementations, Research Implementations.

¿Qué alternativas de código abierto existen para higgsfield/capsule-network-tutorial?

Las alternativas de código abierto para higgsfield/capsule-network-tutorial incluyen: 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…