awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
higgsfield avatar

higgsfield/Capsule-Network-Tutorial

0
View on GitHub↗
765 نجوم·136 تفرعات·Jupyter Notebook·9 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ higgsfield/capsule-network-tutorialمخطط تاريخ النجوم لـ higgsfield/capsule-network-tutorial

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Capsule Network Tutorial

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Capsule Network Tutorial.
  • yunjey/starganالصورة الرمزية لـ yunjey

    yunjey/stargan

    5,292عرض على 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
    عرض على GitHub↗5,292
  • 1adrianb/face-alignmentالصورة الرمزية لـ 1adrianb

    1adrianb/face-alignment

    7,518عرض على 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
    عرض على GitHub↗7,518
  • aaron-xichen/pytorch-playgroundالصورة الرمزية لـ aaron-xichen

    aaron-xichen/pytorch-playground

    2,714عرض على GitHub↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    عرض على GitHub↗2,714
  • 1zb/deformable-convolution-pytorchالصورة الرمزية لـ 1zb

    1zb/deformable-convolution-pytorch

    410عرض على GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    عرض على GitHub↗410
عرض جميع البدائل الـ 30 لـ Capsule Network Tutorial→

الأسئلة الشائعة

ما هي وظيفة higgsfield/capsule-network-tutorial؟

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

ما هي الميزات الرئيسية لـ higgsfield/capsule-network-tutorial؟

الميزات الرئيسية لـ higgsfield/capsule-network-tutorial هي: Computer Vision Models, Learning Resources, Model Implementations, Research Implementations.

ما هي البدائل مفتوحة المصدر لـ higgsfield/capsule-network-tutorial؟

تشمل البدائل مفتوحة المصدر لـ higgsfield/capsule-network-tutorial: 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…