From 3b76def2d2a7006e6b63ef46812e259cdb6e48be Mon Sep 17 00:00:00 2001 From: Amog Kamsetty Date: Tue, 6 Oct 2020 14:22:32 -0700 Subject: [PATCH] [Docs] [Tune] Add NeuroCard to open source projects using Tune (#11213) --- doc/source/tune/examples/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/tune/examples/index.rst b/doc/source/tune/examples/index.rst index 176c02686ca0f..7bbdac8ed402d 100644 --- a/doc/source/tune/examples/index.rst +++ b/doc/source/tune/examples/index.rst @@ -84,3 +84,4 @@ Here are some of the popular open source repositories and research projects that - `Fast AutoAugment by Kakao `_: Fast AutoAugment (Accepted at NeurIPS 2019) learns augmentation policies using a more efficient search strategy based on density matching. - `Allentune `_: Hyperparameter Search for AllenNLP from AllenAI. - `machinable `_: A modular configuration system for machine learning research. See `machinable.org `_. + - `NeuroCard `_: NeuroCard (Accepted at VLDB 2021) is a neural cardinality estimator for multi-table join queries. It uses state of the art deep density models to learn correlations across relational database tables.