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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
quark0 avatar

quark0/darts

0
View on GitHub↗
4,000 estrellas·840 forks·Python·Apache-2.0·7 vistasarxiv.org/abs/1806.09055↗

Darts

Darts es un framework y biblioteca de búsqueda de arquitectura diferenciable diseñado para automatizar el descubrimiento de estructuras óptimas de redes neuronales convolucionales y recurrentes. Sirve como una herramienta de investigación para encontrar topologías de celdas de alto rendimiento utilizando optimización basada en gradientes.

El framework emplea una super-red de celdas diferenciable y mecanismos de peso compartido para identificar la conectividad de red efectiva. Utiliza aproximación de segundo orden para estimar el rendimiento de candidatos arquitectónicos discretos y convierte los pesos continuos aprendidos en estructuras de grafos discretas mediante el mapeo de genotipo a modelo.

La biblioteca cubre la optimización de deep learning para capas convolucionales y recurrentes, incluyendo herramientas para entrenar y evaluar genotipos descubiertos frente a benchmarks estándar. También proporciona utilidades para cargar pesos preentrenados para inferencia y generar visualizaciones gráficas de la conectividad de celdas neuronales.

Features

  • Neural Architecture Search - Provides a framework for automatically discovering optimal neural network architectures using gradient-based optimization.
  • Neural Topology Optimizers - Finds high-performing cell topologies for convolutional and recurrent layers using second-order approximation.
  • Differentiable Super-nets - Implements a differentiable cell super-net to identify effective network connectivity through parallel operation training.
  • Second-Order Optimizers - Uses second-order approximation and Hessian-based information to estimate the performance of architectural candidates.
  • Weight Sharing Strategies - Employs weight-sharing mechanisms where a single set of weights is used across all candidate operations to accelerate discovery.
  • Architecture Search Frameworks - Provides a differentiable framework for automating the discovery and optimization of neural model architectures.
  • Convolutional Neural Networks - Automates the discovery of cell structures specifically for convolutional neural networks.
  • Neural Cell Primitives - Provides a set of basic convolutional and recurrent operations to serve as the search space for architecture discovery.
  • Deep Learning Research - Serves as a research tool for training, evaluating, and visualizing discovered neural network genotypes.
  • Genotype-to-Model Mappings - Converts learned continuous weights into discrete graph structures to instantiate full-sized neural networks.
  • Deep Learning Optimization - Tunes the layers and connectivity of neural networks to optimize performance on specific datasets.
  • Model Performance Benchmarking - Evaluates discovered neural genotypes against standard benchmarks to verify final accuracy and error rates.
  • Recurrent Neural Networks - Searches for effective connectivity patterns in recurrent neural networks to optimize sequence processing.
  • Image Classification Architectures - Differentiable architecture search framework.
  • Model Optimization and Search - Differentiable architecture search for efficient neural network design.
  • Neural Architecture Search - Differentiable architecture search for neural networks.
  • Neural Network Architectures - Differentiable architecture search.
  • Architecture Search - Listed in the “Architecture Search” section of the The Incredible Pytorch awesome list.

Historial de estrellas

Gráfico del historial de estrellas de quark0/dartsGráfico del historial de estrellas de quark0/darts

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Darts

Proyectos open-source similares, clasificados según cuántas características comparten con Darts.
  • pageman/sutskever-30-implementationsAvatar de pageman

    pageman/sutskever-30-implementations

    3,148Ver en GitHub↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Jupyter Notebook
    Ver en GitHub↗3,148
  • morvanzhou/tensorflow-tutorialAvatar de MorvanZhou

    MorvanZhou/Tensorflow-Tutorial

    4,334Ver en GitHub↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Pythonautoencoderclassificationcnn
    Ver en GitHub↗4,334
  • ashishpatel26/andrew-ng-notesAvatar de ashishpatel26

    ashishpatel26/Andrew-NG-Notes

    3,594Ver en GitHub↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    Ver en GitHub↗3,594
  • nyandwi/machine_learning_completeAvatar de Nyandwi

    Nyandwi/machine_learning_complete

    4,983Ver en GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    Ver en GitHub↗4,983
Ver las 30 alternativas a Darts→

Preguntas frecuentes

¿Qué hace quark0/darts?

Darts es un framework y biblioteca de búsqueda de arquitectura diferenciable diseñado para automatizar el descubrimiento de estructuras óptimas de redes neuronales convolucionales y recurrentes. Sirve como una herramienta de investigación para encontrar topologías de celdas de alto rendimiento utilizando optimización basada en gradientes.

¿Cuáles son las características principales de quark0/darts?

Las características principales de quark0/darts son: Neural Architecture Search, Neural Topology Optimizers, Differentiable Super-nets, Second-Order Optimizers, Weight Sharing Strategies, Architecture Search Frameworks, Convolutional Neural Networks, Neural Cell Primitives.

¿Qué alternativas de código abierto existen para quark0/darts?

Las alternativas de código abierto para quark0/darts incluyen: pageman/sutskever-30-implementations — This project is a collection of deep learning research implementations and a reproduction kit designed to translate… morvanzhou/tensorflow-tutorial — This project is a collection of educational resources and reference implementations for neural network development… ashishpatel26/andrew-ng-notes — This project is a collection of structured study notes and notebooks serving as an educational resource for deep… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… instillai/machine-learning-course — This is a comprehensive educational curriculum designed to teach machine learning fundamentals using the Python… gaussic/text-classification-cnn-rnn — This project is a TensorFlow-based supervised text categorizer designed for Chinese natural language processing. It…