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.
- python >= 3.7.5
- numpy >= 1.17.4
- torch >= 1.3.1
- torchvision >= 0.4.2
- matplotlib >= 3.1.2
python main.py
@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}
}
MIT