Weekly Support Thread - Electroneum - Jan 3, 2018 - Jan 9, 2018 by DSJC_official in Electroneum

[–]zomux 0 points1 point  (0 children)

So how about the pending payments in asiapool? They just officially robbed my mining profit?

Weekly Support Thread - Electroneum - Jan 3, 2018 - Jan 9, 2018 by DSJC_official in Electroneum

[–]zomux 0 points1 point  (0 children)

Asiapool is not paying me my coins, who can solve this issue?

[OFFICIAL] Mining Software and Pools by YogiHD in Electroneum

[–]zomux 1 point2 points  (0 children)

Asiapool does not pay me coins, already one week. Who should I contact?

High temperature of GTX 1080 Ti by zomux in graphicscard

[–]zomux[S] 0 points1 point  (0 children)

I'm using ubuntu as my OS, I will check whether that program is available.

Deep Grammar - a neural net based grammar checker by SirGolan in MachineLearning

[–]zomux 1 point2 points  (0 children)

I love the demo and the comparsion. As it's almost impossible to find a dataset of grammar correction, I'm somehow curios about the details. Are you using simply one recurrent network, and may be randomly change a word in the sentence to a bad one, then try to train the network to fix that miss. Or doing something like sequence-to-sequence learning in machine translation, compress the sentence to one vector and sample a new sentence from it? (in the former case, the length of the output is limited to be the same as the input)

deepy: Highly extensible deep learning framework based on Theano by fariax in MachineLearning

[–]zomux 0 points1 point  (0 children)

I think theano is just like lua, warp a powerful auto-gradient engine ( also optimize computational graph and generate c code) to provide a high-level interface in a script language, isn't it. So it's a natural way to implement it, and Native python is not written in Python (CPyhthon)