README.md
setup.py
windML/__init__.py
windML.egg-info/PKG-INFO
windML.egg-info/SOURCES.txt
windML.egg-info/dependency_links.txt
windML.egg-info/requires.txt
windML.egg-info/top_level.txt
windML/fewshot/__init__.py
windML/fewshot/direct_feedback_alignment/__init__.py
windML/fewshot/direct_feedback_alignment/dfa_classifier.py
windML/fewshot/direct_feedback_alignment/utils.py
windML/fewshot/recurrent_neural_network/__init__.py
windML/fewshot/recurrent_neural_network/character_rnn.py
windML/fewshot/recurrent_neural_network/rnn.py
windML/fewshot/recurrent_neural_network/utils.py
windML/fewshot/transformer/__init__.py
windML/fewshot/transformer/decoder_block.py
windML/fewshot/transformer/model.py
windML/fewshot/transformer/test.py
windML/fewshot/transformer/utils.py
windML/fewshot/transformer/layers/__init__.py
windML/fewshot/transformer/layers/dense.py
windML/fewshot/transformer/layers/dropout.py
windML/fewshot/transformer/layers/multihead_attention.py
windML/fewshot/transformer/layers/normalisation.py
windML/fewshot/transformer/layers/position_encoder.py
windML/fewshot/transformer/layers/residual.py
windML/oneshot/__init__.py
windML/oneshot/modelfree/__init__.py
windML/oneshot/modelfree/matrix_factorisation.py
windML/oneshot/models/__init__.py
windML/oneshot/models/extreme_learning_machine.py
windML/utils/__init__.py
windML/utils/classifier.py
windML/utils/label_encoding.py