├── LICENSE ├── README.md ├── configs ├── config.crf.setup1 ├── config.crf.setup2 ├── config.crf.setup3 ├── config.softmax.setup1 ├── config.softmax.setup2 └── config.softmax.setup3 ├── createDataStream_setup1.py ├── createDataStream_setup2.py ├── createDataStream_setup3.py ├── evaluation.py ├── iterationSchemes.py ├── layers.py ├── train.py ├── train_setup3.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/README.md -------------------------------------------------------------------------------- /configs/config.crf.setup1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/configs/config.crf.setup1 -------------------------------------------------------------------------------- /configs/config.crf.setup2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/configs/config.crf.setup2 -------------------------------------------------------------------------------- /configs/config.crf.setup3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/configs/config.crf.setup3 -------------------------------------------------------------------------------- /configs/config.softmax.setup1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/configs/config.softmax.setup1 -------------------------------------------------------------------------------- /configs/config.softmax.setup2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/configs/config.softmax.setup2 -------------------------------------------------------------------------------- /configs/config.softmax.setup3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/configs/config.softmax.setup3 -------------------------------------------------------------------------------- /createDataStream_setup1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/createDataStream_setup1.py -------------------------------------------------------------------------------- /createDataStream_setup2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/createDataStream_setup2.py -------------------------------------------------------------------------------- /createDataStream_setup3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/createDataStream_setup3.py -------------------------------------------------------------------------------- /evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/evaluation.py -------------------------------------------------------------------------------- /iterationSchemes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/iterationSchemes.py -------------------------------------------------------------------------------- /layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/layers.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/train.py -------------------------------------------------------------------------------- /train_setup3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/train_setup3.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heikeadel/global_normalization/HEAD/utils.py --------------------------------------------------------------------------------