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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
higgsfield avatar

higgsfield/Capsule-Network-Tutorial

0
View on GitHub↗
765 stele·136 fork-uri·Jupyter Notebook·5 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru higgsfield/capsule-network-tutorialGraficul istoricului de stele pentru higgsfield/capsule-network-tutorial

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Capsule Network Tutorial

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Capsule Network Tutorial.
  • yunjey/starganAvatar yunjey

    yunjey/stargan

    5,292Vezi pe 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
    Vezi pe GitHub↗5,292
  • 1adrianb/face-alignmentAvatar 1adrianb

    1adrianb/face-alignment

    7,518Vezi pe 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
    Vezi pe GitHub↗7,518
  • aaron-xichen/pytorch-playgroundAvatar aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Vezi pe GitHub↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Vezi pe GitHub↗2,714
  • 1zb/deformable-convolution-pytorchAvatar 1zb

    1zb/deformable-convolution-pytorch

    410Vezi pe GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Vezi pe GitHub↗410
Vezi toate cele 30 alternative pentru Capsule Network Tutorial→

Întrebări frecvente

Ce face higgsfield/capsule-network-tutorial?

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

Care sunt principalele funcționalități ale higgsfield/capsule-network-tutorial?

Principalele funcționalități ale higgsfield/capsule-network-tutorial sunt: Computer Vision Models, Learning Resources, Model Implementations, Research Implementations.

Care sunt câteva alternative open-source pentru higgsfield/capsule-network-tutorial?

Alternativele open-source pentru higgsfield/capsule-network-tutorial includ: 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…