Giter Club home page Giter Club logo

randomneuralfield's Introduction

Random Neural Fields

Library

  • PyTorch 1.10.2
  • torchvision 0.11.3
  • others can be installed with the following:
pip install -r requirements.txt

Config

  • src/config/config.yaml
DATA:
  NAME: mnist           # Now: mnist or fashion
  CLASS: 10             # number of class of mnist
  DATA_NUM: 100
  SPLIT_RATIO: 0.2

MODEL:
  INPUT_FEATURES: 784   # mnist: 28x28=784
  MID_FEATURES: 1024
  B_SIGMA: 0.1

INITIALIZER:
  TYPE: gaussian        # vanilla, gaussian, withmp, mexican, matern
  R_SIGMA: 0.1          # for receptive field
  S_SIGMA: 0.1          # for correlation
  M_SIGMA: 0.1          # for mexican hat
  NU: 0.5               # for matern kernel

GENERAL:
  EPOCH: 1000           
  GPUS: [1]
  NOTEBOOK: true        # if you use script, switch false

Citation

@article{watanabe2022deep,
  title={Deep Learning in Random Neural Fields: Numerical Experiments via Neural Tangent Kernel},
  author={Watanabe, Kaito and Sakamoto, Kotaro and Karakida, Ryo and Sonoda, Sho and Amari, Shun-ichi},
  journal={arXiv preprint arXiv:2202.05254},
  year={2022}
}

randomneuralfield's People

Contributors

kwignb avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dannyerl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.