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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
szagoruyko avatar

szagoruyko/wide-residual-networks

0
View on GitHub↗
1,313 stars·299 forks·Lua·BSD-2-Clause·9 viewsarxiv.org/abs/1605.07146↗

Wide Residual Networks

3.8% and 18.3% on CIFAR-10 and CIFAR-100

Features

  • Computer Vision - Wide residual networks for improved performance.
  • Image Classification Architectures - Implementation of wide residual network architectures.

Star history

Star history chart for szagoruyko/wide-residual-networksStar history chart for szagoruyko/wide-residual-networks

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Wide Residual Networks

These projects share indexed features with Wide Residual Networks. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • jongchan/attention-moduleJongchan avatar

    Jongchan/attention-module

    2,225View on GitHub↗

    Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"

    Python
    View on GitHub↗2,225
  • hujie-frank/senethujie-frank avatar

    hujie-frank/SENet

    3,641View on GitHub↗

    Squeeze-and-Excitation Networks

    Cuda
    View on GitHub↗3,641
  • facebookresearch/resnextfacebookresearch avatar

    facebookresearch/ResNeXt

    1,926View on GitHub↗

    Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks

    Lua
    View on GitHub↗1,926
  • kaiminghe/resnet-1k-layersKaimingHe avatar

    KaimingHe/resnet-1k-layers

    936View on GitHub↗

    Deep Residual Networks with 1K Layers

    Lua
    View on GitHub↗936
Compare all 30 related projects→

Frequently asked questions

What does szagoruyko/wide-residual-networks do?

3.8% and 18.3% on CIFAR-10 and CIFAR-100

What are the main features of szagoruyko/wide-residual-networks?

The main features of szagoruyko/wide-residual-networks are: Computer Vision, Image Classification Architectures.

Which projects share features with szagoruyko/wide-residual-networks?

Projects with overlapping indexed features include: liuzhuang13/densenet — DenseNet is a computer vision model and convolutional neural network implementation designed for image recognition and… kaiminghe/resnet-1k-layers — Deep Residual Networks with 1K Layers. facebookresearch/resnext — Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks. hujie-frank/senet — Squeeze-and-Excitation Networks. jongchan/attention-module — Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention… pytorch/vision — This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection…