darts

Architecture finder

Automated method to find optimal architecture for machine learning models

Differentiable architecture search for convolutional and recurrent networks

GitHub

4k stars
86 watching
843 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list

automlconvolutional-networksdeep-learningimage-classificationlanguage-modelingneural-architecture-searchpytorchrecurrent-networks

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
khanrc/pt.dartsAn implementation of DARTS, a method for automatically designing neural network architectures.443
dyhan0920/pyramidnet-pytorchAn implementation of a deep neural network architecture for image classification tasks273
ericsun99/shufflenet-v2-pytorchA PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification.431
carpedm20/enas-pytorchAutomates the discovery of neural network architectures by sharing parameters between subgraphs in a large computational graph2,709
ahmedfgad/numpycnnA Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch577
jhkim89/pyramidnetA Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models.129
donnyyou/torchcvA comprehensive PyTorch-based framework for computer vision tasks2,249
randl/shufflenetv2-pytorchAn implementation of a lightweight convolutional neural network architecture for mobile devices191
yunjey/pytorch-tutorialA comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage.30,401
xternalz/wideresnet-pytorchAn implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets.334
locuslab/optnetA PyTorch module that adds differentiable optimization as a layer to neural networks517
locuslab/tcnAn empirical evaluation of generic convolutional and recurrent networks for sequence modeling4,204
chenxi116/pnasnet.pytorchPyTorch implementation of PNASNet-5 architecture317
kimhc6028/relational-networksA PyTorch implementation of a neural network module for relational reasoning in computer vision tasks809
ixaxaar/pytorch-dncAn implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks.338