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/transformer/__init__.py
windML/fewshot/transformer/decoder_block.py
windML/fewshot/transformer/encoder_block.py
windML/fewshot/transformer/feedforward_layer.py
windML/fewshot/transformer/layer_normalisation.py
windML/fewshot/transformer/multihead_attention.py
windML/fewshot/transformer/utils.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