paper-with-me

Papers

Neural Tangents: Fast and Easy Infinite Neural Networks in Python

2019-12-05 · ICLR 2020 1 · Roman Novak, Lechao Xiao, Jiri Hron, Jaehoon Lee, Alexander A. Alemi, Jascha Sohl-Dickstein, Samuel S. Schoenholz

Neural Tangents is a library designed to enable research into infinite-width neural networks. It provides a high-level API for specifying complex and hierarchical neural network architectures. These networks can then be trained and evaluated either at finite-width as usual or in their infinite-width limit. Infinite-width networks can be trained analytically using exact Bayesian inference or using gradient descent via the Neural Tangent Kernel. Additionally, Neural Tangents provides tools to study gradient descent training dynamics of wide but finite networks in either function space or weight space. The entire library runs out-of-the-box on CPU, GPU, or TPU. All computations can be automatically distributed over multiple accelerators with near-linear scaling in the number of devices. Neural Tangents is available at www.github.com/google/neural-tangents. We also provide an accompanying interactive Colab notebook.

📄 PDF Abstract BibTeX arXiv:1912.02803

Code (3)

google/neural-tangents 공식 구현 jax
https://www.github.com/google/neural-tangents 공식 구현 jax
brain-research/nngp tf

Tasks

Bayesian InferenceCPUGPU

Similar Papers 제목 키워드 기반

On the infinite width limit of neural networks with a standard parameterization

2020-01-21 · Jascha Sohl-Dickstein, Roman Novak, Samuel S. Schoenholz, Jaehoon Lee

There are currently two parameterizations used to derive fixed kernels corresponding to infinite width neural networks, the NTK (Neural Tangent Kernel) parameterization and the naive standard parameterization. However, t…

Fast Finite Width Neural Tangent Kernel

2022-06-17 · Roman Novak, Jascha Sohl-Dickstein, Samuel S. Schoenholz

The Neural Tangent Kernel (NTK), defined as $\Theta_\theta^f(x_1, x_2) = \left[\partial f(\theta, x_1)\big/\partial \theta\right] \left[\partial f(\theta, x_2)\big/\partial \theta\right]^T$ where $\left[\partial f(\theta…

Meta-Learning

Mathematical Foundations of Neural Tangents and Infinite-Width Networks

2025-12-09 · Rachana Mysore, Preksha Girish, Kavitha Jayaram, Shrey Kumar 외 arxiv

We investigate the mathematical foundations of neural networks in the infinite-width regime through the Neural Tangent Kernel (NTK). We propose the NTK-Eigenvalue-Controlled Residual Network (NTK-ECRN), an architecture i…

Youtube Video Download Using Python Project Report

2024-10-20 · Authorea 2024 10 · Kamal Acharya

In order to form a clear sketch of this project, here's a brief introduction of the features and scope of YouTube Video Downloader. This project consists of three modules which are inter-linked to each other. Each of the…

Youtube Video Download Using Python Project Report.

2024-08-05 · Authorea 2024 8 · Kamal Acharya

In order to form a clear sketch of this project, here's a brief introduction of the features and scope of YouTube Video Downloader. This project consists of three modules which are inter-linked to each other. Each of t…