├── README.md ├── RNN_Danihelka_memory_100-GRU_LRDiag_128_50_b4.out.gz ├── RNN_Henaff_memory_100-GRU_LRDiag_128_50_b4.out.gz ├── RNN_adding.out-GRU_LR.gz ├── RNN_adding.py ├── RNN_memory.py ├── RNN_memory_500-GRU_LRDiag_128_50_b4.out.gz ├── RNN_mnist.out-GRU_LR_128_24_b4.gz ├── RNN_mnist.out-GRU_LR_512_4_b4.gz ├── RNN_mnist.py ├── RNN_mnist_test.py ├── addition_extract_stats_from_log.py ├── explore.py ├── fftconv.py ├── make_Danihelka_var_len_memory_data.py ├── make_Henaff_var_len_memory_data.py ├── make_memory_data.py ├── memory_extract_stats_from_log.py ├── mnist.pkl.gz ├── mnist_extract_stats_from_log.py ├── models.py ├── optimizations.py └── theano_LICENCE.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/README.md -------------------------------------------------------------------------------- /RNN_Danihelka_memory_100-GRU_LRDiag_128_50_b4.out.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_Danihelka_memory_100-GRU_LRDiag_128_50_b4.out.gz -------------------------------------------------------------------------------- /RNN_Henaff_memory_100-GRU_LRDiag_128_50_b4.out.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_Henaff_memory_100-GRU_LRDiag_128_50_b4.out.gz -------------------------------------------------------------------------------- /RNN_adding.out-GRU_LR.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_adding.out-GRU_LR.gz -------------------------------------------------------------------------------- /RNN_adding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_adding.py -------------------------------------------------------------------------------- /RNN_memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_memory.py -------------------------------------------------------------------------------- /RNN_memory_500-GRU_LRDiag_128_50_b4.out.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_memory_500-GRU_LRDiag_128_50_b4.out.gz -------------------------------------------------------------------------------- /RNN_mnist.out-GRU_LR_128_24_b4.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_mnist.out-GRU_LR_128_24_b4.gz -------------------------------------------------------------------------------- /RNN_mnist.out-GRU_LR_512_4_b4.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_mnist.out-GRU_LR_512_4_b4.gz -------------------------------------------------------------------------------- /RNN_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_mnist.py -------------------------------------------------------------------------------- /RNN_mnist_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/RNN_mnist_test.py -------------------------------------------------------------------------------- /addition_extract_stats_from_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/addition_extract_stats_from_log.py -------------------------------------------------------------------------------- /explore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/explore.py -------------------------------------------------------------------------------- /fftconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/fftconv.py -------------------------------------------------------------------------------- /make_Danihelka_var_len_memory_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/make_Danihelka_var_len_memory_data.py -------------------------------------------------------------------------------- /make_Henaff_var_len_memory_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/make_Henaff_var_len_memory_data.py -------------------------------------------------------------------------------- /make_memory_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/make_memory_data.py -------------------------------------------------------------------------------- /memory_extract_stats_from_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/memory_extract_stats_from_log.py -------------------------------------------------------------------------------- /mnist.pkl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/mnist.pkl.gz -------------------------------------------------------------------------------- /mnist_extract_stats_from_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/mnist_extract_stats_from_log.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/models.py -------------------------------------------------------------------------------- /optimizations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/optimizations.py -------------------------------------------------------------------------------- /theano_LICENCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avmb/lowrank-gru/HEAD/theano_LICENCE.txt --------------------------------------------------------------------------------