Such projects are nice for educational use but not so much further when you don't have any GPU implementation.
It's pointed out in the Readme that this was for education but it still wasn't clear whether it's supposed to have a practical use outside of that (some educational projects develop into something useful). If it has (or maybe even if not), it should have a small comparison to other frameworks (maybe Python frameworks only), e.g. Theano, Blocks, Keras, Brainstorm, Neon, .... I think Brainstorm (https://github.com/IDSIA/brainstorm) or Neon (https://github.com/NervanaSystems/neon) are somewhat close to your framework, because they are not based on Theano and thus do not do automatic symbolic gradient calculation but have explicit backprop code. Also, you really should point out what GPU implementation you have (if any), if it supports multi-GPU, and/or maybe other distributed setups.
It's pointed out in the Readme that this was for education but it still wasn't clear whether it's supposed to have a practical use outside of that (some educational projects develop into something useful). If it has (or maybe even if not), it should have a small comparison to other frameworks (maybe Python frameworks only), e.g. Theano, Blocks, Keras, Brainstorm, Neon, .... I think Brainstorm (https://github.com/IDSIA/brainstorm) or Neon (https://github.com/NervanaSystems/neon) are somewhat close to your framework, because they are not based on Theano and thus do not do automatic symbolic gradient calculation but have explicit backprop code. Also, you really should point out what GPU implementation you have (if any), if it supports multi-GPU, and/or maybe other distributed setups.