Functions for getting relevant GloVectors from wiki embedding and soon to be a numpy implementation of GloVec
Keras encoder/decoder lstm, unfinished
Have not covered recomibnation but have gone over some of the basis of optimization through mutation.
Long short term memory in numpy
Variable width and depth feed forward neural net in numpy optimized with SGD.
Recurrent neural net in numpy.
Functions for rather quickly tokenizing and processing text for use in NLP. Word2toke and sen2toke is quite functional.
Combination keras and tf implementation of VAE from many sources.
General testing area
These are about half original, I piece together implementations from different sources rewriting and refactoring line by line. No copy and pasting here.