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
J

JaminFong/DenseNAS

0
View on GitHub↗
0 stars·0 forks·7 views

DenseNAS

Features

  • Neural Network Architectures - Neural architecture search for dense networks.
  • Architecture Search - Listed in the “Architecture Search” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for jaminfong/densenasStar history chart for jaminfong/densenas

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 DenseNAS

These projects share indexed features with DenseNAS. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • quark0/dartsquark0 avatar

    quark0/darts

    4,000View on GitHub↗

    Darts is a differentiable architecture search framework and library designed to automate the discovery of optimal convolutional and recurrent neural network structures. It serves as a research tool for finding high-performing cell topologies using gradient-based optimization. The framework employs a differentiable cell super-net and weight-sharing mechanisms to identify effective network connectivity. It utilizes second-order approximation to estimate the performance of discrete architectural candidates and converts learned continuous weights into discrete graph structures through genotype-to

    Python
    View on GitHub↗4,000
  • lukemelas/efficientnet-pytorchlukemelas avatar

    lukemelas/EfficientNet-PyTorch

    8,223View on GitHub↗

    This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

    Python
    View on GitHub↗8,223
  • carpedm20/enas-pytorchcarpedm20 avatar

    carpedm20/ENAS-pytorch

    2,722View on GitHub↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Pythongoogle-brainneural-architecture-searchpytorch
    View on GitHub↗2,722
  • zsef123/efficientnets-pytorchzsef123 avatar

    zsef123/EfficientNets-PyTorch

    314View on GitHub↗

    A PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks."

    Python
    View on GitHub↗314
Compare all 30 related projects→

Frequently asked questions

What are the main features of jaminfong/densenas?

The main features of jaminfong/densenas are: Neural Network Architectures, Architecture Search.

Which projects share features with jaminfong/densenas?

Projects with overlapping indexed features include: lukemelas/efficientnet-pytorch — This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model… zsef123/efficientnets-pytorch — A PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks.". quark0/darts — Darts is a differentiable architecture search framework and library designed to automate the discovery of optimal… carpedm20/enas-pytorch — PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing". blealtan/efficient-kan — This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network… microsoft/ai-edu — ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical…