@toffer
Really good work!

I want to share what I have found interesting with my neural mixer. Maybe, you have already done like these tests. But, I think you must know :)
Currently, I'm not using any SSE or APM stage after mixing stage. Just mixing order 2-1-0 with suffix tree like implementation (not hashed) at order-1 ROLZ literal coding. ROLZ part uses flexible parsing which is same as quad. Whole compression algorithm optimized for 4-byte aligned binary files. I noticed, context selection for neurons is one of the best important thing in my momentum-term based neural mixer. After doing some tests, I have really interesting results:
- Text compression is really really bad! On SFC test FP.log, I have %200 worse compression when I compare my old literal coder (simple order-1).
- Binary compression (especially on ISO files) I have really good results which outperforms 7-zip Ultra, rzm 0.07e and RAR Best. For example my compressor compressed ~258 MB Intel C 10 ISO file ~+20 MB better when we compare the other compressors

Also, when we compare rzm and 7zip with my coder, rzm and 7zip uses optimal parsing!
- Calgary corpus compression is not good enough. I think, my coder suffers from text files in TAR version.
I really interested in SSE/APM stage. Maybe the compression will be better. But, I can't understand what's going on in SSE

When I have done some other tweaks, I would like to post exact results with a release. I hope, I can complete this task in this week.
Off-Topic: I have passed the mastering/PhD english exam with 72,5 on 100 points

50-55 points are enough for most of universities in my country.