1 code implementation • ICML 2020 • Hanjun Dai, Azade Nazi, Yujia Li, Bo Dai, Dale Schuurmans
Based on this, we develop a novel autoregressive model, named BiGG, that utilizes this sparsity to avoid generating the full adjacency matrix, and importantly reduces the graph generation time complexity to $O((n + m)\log n)$.
2 code implementations • 22 Apr 2020 • Azalia Mirhoseini, Anna Goldie, Mustafa Yazgan, Joe Jiang, Ebrahim Songhori, Shen Wang, Young-Joon Lee, Eric Johnson, Omkar Pathak, Sungmin Bae, Azade Nazi, Jiwoo Pak, Andy Tong, Kavya Srinivasa, William Hang, Emre Tuncer, Anand Babu, Quoc V. Le, James Laudon, Richard Ho, Roger Carpenter, Jeff Dean
To achieve these results, we pose placement as a Reinforcement Learning (RL) problem and train an agent to place the nodes of a chip netlist onto a chip canvas.
no code implementations • 16 Oct 2019 • Azade Nazi, Will Hang, Anna Goldie, Sujith Ravi, Azalia Mirhoseini
We introduce a novel end-to-end approach for learning to cluster in the absence of labeled examples.
no code implementations • Proceedings of the VLDB Endowment 2019 • Anshuman Dutt, Chi Wang, Azade Nazi, Srikanth Kandula, Vivek Narasayya, Surajit Chaudhuri
Query optimizers depend on selectivity estimates of query predicates to produce a good execution plan.
1 code implementation • 2 Mar 2019 • Azade Nazi, Will Hang, Anna Goldie, Sujith Ravi, Azalia Mirhoseini
Graph partitioning is the problem of dividing the nodes of a graph into balanced partitions while minimizing the edge cut across the partitions.
Ranked #1 on
graph partitioning
on custom