edwardjhu / TP4

Code accompanying our paper "Feature Learning in Infinite-Width Neural Networks" (https://arxiv.org/abs/2011.14522)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empirical Experiments in "Feature Learning in Infinite-width Neural Networks"

This repo contains code to replicate our experiments (Word2Vec, MAML) in our paper

Feature Learning in Infinite-Width Neural Networks
Greg Yang, Edward Hu

In short, the code here will allow you to train feature learning infinite-width neural networks on Word2Vec and on Omniglot (via MAML).

Our results on Word2Vec:

Word2Vec Results

Our Results on MAML:

MAML Results

Please see the README in individual folders for more details.

This is the 4th paper in the Tensor Programs series ([0][1][2][3]). Also see here for code in previous papers for calculating the GP and NTK limits of wide neural networks.

About

Code accompanying our paper "Feature Learning in Infinite-Width Neural Networks" (https://arxiv.org/abs/2011.14522)

License:Apache License 2.0


Languages

Language:Python 68.4%Language:C 23.9%Language:Shell 5.5%Language:Perl 1.5%Language:Makefile 0.7%