darts-tensorflow

Architecture searcher

This implementation provides a Tensorflow-based framework for searching different architectures in deep neural networks using 2nd-order approximations.

Tensorflow code for Differentiable architecture search

GitHub

73 stars
4 watching
18 forks
Language: Python
last commit: almost 6 years ago
Linked from 1 awesome list


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
chenxi116/pnasnet.tf An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. 102
tensorflow/haskell Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. 1,582
yeephycho/nasnet-tensorflow A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow 136
google-research/tf-slim A lightweight library for defining and training neural networks in TensorFlow. 372
taehoonlee/tensornets A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. 1,004
negrinho/deep_architect A modular framework for automatically searching over computational graphs to find good architectures for machine learning models 121
datacanvasio/hyperkeras An AutoDL tool for optimizing neural networks and hyperparameters on TensorFlow and Keras 30
arunmichaeldsouza/tensorflow-image-detection A tool for training and classifying images using Google's Inception model and TensorFlow 329
tensorflow/mesh A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. 1,590
ajbrock/smash An experimental method for efficiently searching neural network architectures using a single training run. 489
neuraxio/neuraxle-tensorflow Provides utility functions and abstractions for building machine learning models using TensorFlow 4
burness/tensorflow-101 An end-to-end deep learning project demonstrating various TensorFlow techniques and applications in image classification, GANs, text classification, and more. 1,113
itdxer/neupy A Python library for prototyping and building neural networks using TensorFlow as a backend 741
netflix/vectorflow A lightweight neural network library optimized for sparse data and single machine environments. 1,292