ninfueng / nsn

Pytorch implementation of Network with Sub-Networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network with Sub-Networks

This repository is the implementation of Network with Sub-Networks.
In main.py, the network as 2-hidden layers fully connected neural network is included with its sub-networks.

Requirements

  1. python >= 3.7.5
  2. numpy >= 1.17.4
  3. torch >= 1.3.1
  4. torchvision >= 0.4.2
  5. matplotlib >= 3.1.2

To run

python main.py

Citing

@InProceedings{nin2020net,
  title={Network with Sub-Networks},
  booktitle={2020 Proceedings of the Conference on Artifical Life and Robotics (ICAROB2020)},
  author={Ninnart Fuengfusin and Hakaru Tamukoh},
  address = {Oita, Japan},
  year={2020}
}

License

MIT

About

Pytorch implementation of Network with Sub-Networks.

License:MIT License


Languages

Language:Python 100.0%