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

bowenbaker/metaqnn

0
View on GitHub↗
138 stars·37 forks·Python·MIT·9 views

Metaqnn

MetaQNN Codebase

Features

  • Image Classification Architectures - Neural network architecture design using reinforcement learning.
  • Neural Architecture Search - Reinforcement learning approach for designing neural network architectures.

Star history

Star history chart for bowenbaker/metaqnnStar history chart for bowenbaker/metaqnn

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 bowenbaker/metaqnn do?

MetaQNN Codebase

What are the main features of bowenbaker/metaqnn?

The main features of bowenbaker/metaqnn are: Image Classification Architectures, Neural Architecture Search.

What are some open-source alternatives to bowenbaker/metaqnn?

Open-source alternatives to bowenbaker/metaqnn include: quark0/darts — Darts is a differentiable architecture search framework and library designed to automate the discovery of optimal… tensorflow/tpu — This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and… keras-team/autokeras — AutoKeras is an automated machine learning framework and Keras AutoML library designed to discover the most effective… wang-xinyu/tensorrtx — tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor… fchollet/deep-learning-models — This project is a collection of deep learning tools for image classification and audio tagging, providing a repository… carpedm20/enas-pytorch — PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing".

Open-source alternatives to Metaqnn

Similar open-source projects, ranked by how many features they share with Metaqnn.
  • tensorflow/tputensorflow avatar

    tensorflow/tpu

    5,281View on GitHub↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Jupyter Notebook
    View on GitHub↗5,281
  • 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
  • keras-team/autokeraskeras-team avatar

    keras-team/autokeras

    9,320View on GitHub↗

    AutoKeras is an automated machine learning framework and Keras AutoML library designed to discover the most effective deep learning model structures for a given dataset. It functions as a tool for deep learning architecture search, eliminating manual hyperparameter tuning by automatically searching for and optimizing neural network architectures. The framework provides capabilities for benchmarking and refining neural network designs to maximize performance. It includes a system for containerized machine learning deployment, allowing environments to be packaged into containers to ensure consi

    Python
    View on GitHub↗9,320
  • fchollet/deep-learning-modelsfchollet avatar

    fchollet/deep-learning-models

    7,349View on GitHub↗

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Python
    View on GitHub↗7,349
  • See all 30 alternatives to Metaqnn→