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
facebookresearch avatar

facebookresearch/ResNeXtArchived

0
View on GitHub↗
1,926 stars·291 forks·Lua·8 views

ResNeXt

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

Features

  • Computer Vision - Aggregated residual transformations for deep neural networks.
  • Image Classification Architectures - Aggregated residual transformation network implementation.

Star history

Star history chart for facebookresearch/resnextStar history chart for facebookresearch/resnext

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Frequently asked questions

What does facebookresearch/resnext do?

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

What are the main features of facebookresearch/resnext?

The main features of facebookresearch/resnext are: Computer Vision, Image Classification Architectures.

What are some open-source alternatives to facebookresearch/resnext?

Open-source alternatives to facebookresearch/resnext include: pytorch/vision — This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection… liuzhuang13/densenet — DenseNet is a computer vision model and convolutional neural network implementation designed for image recognition and… jongchan/attention-module — Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention… hujie-frank/senet — Squeeze-and-Excitation Networks. kaiminghe/resnet-1k-layers — Deep Residual Networks with 1K Layers. szagoruyko/wide-residual-networks — 3.8% and 18.3% on CIFAR-10 and CIFAR-100.

Open-source alternatives to ResNeXt

Similar open-source projects, ranked by how many features they share with ResNeXt.
  • kaiminghe/resnet-1k-layersKaimingHe avatar

    KaimingHe/resnet-1k-layers

    936View on GitHub↗

    Deep Residual Networks with 1K Layers

    Lua
    View on GitHub↗936
  • 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
  • liuzhuang13/densenetliuzhuang13 avatar

    liuzhuang13/DenseNet

    4,862View on GitHub↗

    DenseNet is a computer vision model and convolutional neural network implementation designed for image recognition and classification tasks. It utilizes a densely connected network architecture where each layer is connected to every other layer to improve feature propagation. The implementation reduces the number of parameters while maintaining accuracy through a dense-connectivity pattern and layer-aggregation concatenation. It supports model construction using both standard and bottleneck-compressed architectures, with configurable network depth and growth rates to balance inference time an

    Lua
    View on GitHub↗4,862
See all 30 alternatives to ResNeXt→