Viktor Yanush

Results 2 issues of Viktor Yanush

Hello! Recently, a new normalization [procedure](https://arxiv.org/abs/1607.06450) has been invented. It provided great results for improving training on both feed-forward and especially recurrent networks. Training is accelerated several times. It would...

Implementing a compiler is a big challenge, but nowadays it can be built by parts. For example: 1. Lexer - can be implemented with `flex`. 2. Parser - can be...