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
842 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list

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

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
khanrc/pt.darts An implementation of DARTS, a method for automatically designing neural network architectures. 441
dyhan0920/pyramidnet-pytorch An implementation of a deep neural network architecture for image classification tasks 273
ericsun99/shufflenet-v2-pytorch A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. 430
carpedm20/enas-pytorch Automates the discovery of neural network architectures by sharing parameters between subgraphs in a large computational graph 2,706
ahmedfgad/numpycnn An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. 570
jhkim89/pyramidnet A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. 129
donnyyou/torchcv A comprehensive PyTorch-based framework for computer vision tasks 2,250
randl/shufflenetv2-pytorch An implementation of a lightweight convolutional neural network architecture for mobile devices 191
yunjey/pytorch-tutorial A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. 30,251
xternalz/wideresnet-pytorch An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. 333
locuslab/optnet A PyTorch module that adds differentiable optimization as a layer to neural networks 513
locuslab/tcn An empirical evaluation of generic convolutional and recurrent networks for sequence modeling 4,171
chenxi116/pnasnet.pytorch PyTorch implementation of PNASNet-5 architecture 317
kimhc6028/relational-networks A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks 812
ixaxaar/pytorch-dnc An implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks. 338