a template for Neural Network
- READMEの変更
- repository nameの変更
- Authorsの追記
- Contactの追記
- module内の変更
- 直下の__init__.pyのversionを適宜変更
- setup.py冒頭のdescriptionを更新
- setup.py冒頭のpython versionを確認
This repository is under construction and will be officially released by Mizuno group.
Please contact tadahaya[at]gmail.com before publishing your paper using the contents of this repository.
pip install git+{URL OF THIS GITHUB REPOSITORY}@{BRANCH NAME}
- In the development stage, it may be helpful to add
--force-reinstall
option
├── LICENSE
│
├── README.md <- The top-level README for developers using this project.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment,
│ e.g. generated with `pip freeze > requirements.txt`
│
├── setup.py <- Makes project pip installable (pip install -e .) so src can be imported.
│ Note that entry points should be modified for CLI
│ otherwise the latest CLI file will be employed.
│
└── module <- Source code for use in this project.
│
├── core.py <- Interactive runner of this module.
│
├── cli.py <- CLI runner of this module.
│
└── src <- Main src for this module.
- [YOUR NAME](LINK OF YOUR GITHUB PAGE)
- main contributor
- Tadahaya Mizuno
- correspondence
If you have any questions or comments, please feel free to create an issue on github here, or email us:
- YOUR ADDRESS
- tadahaya[at]gmail.com
- lead contact