Arseny Skryagin

Results 9 comments of Arseny Skryagin

Mr. White, here is [the link](https://arxiv.org/abs/1705.08292) to the article I wrote about the last week. Best regards, Askrix

Mr. White, I chose Himmelblau's function from the list of [Test functions for optimization](https://en.wikipedia.org/wiki/Test_functions_for_optimization) and implemented _simple gradient_, _momentum_ and _NAG_ (Nesterov accelerated gradient). After testing I chose the _NAG_...

Mr. White, thank your for the answer. I'll try it out. For now I created a new pull request for my implementations of "Nadam" and "AMSGrad". Best regards, Askrix

Mr. White, many thanks for your feedback. I tried my best to get the implementation done. As I wrote you about it in [issue #447 ](https://github.com/malmaud/TensorFlow.jl/issues/447#issuecomment-428957209), I tested the implementation...

@malmaud Mr. Malmaud, so far I still didn't get any further feedback regarding my pull-request. I guess my implementation is either not sufficient good or/and something is missing. Could you...

Thanks a lot @jimeh for the lightning quick response! Meanwhile, I will check out [`emacs-builds`](https://github.com/jimeh/emacs-builds). The reason, why I asked for help, is that it would be wonderful to try...

Hello @jimeh :wave:, Have you had the opportunity to try a local build? I am still quite curious about your findings regarding the issue I notified you about. 😉 Cheers,...

I resolve the first error: `java.io.FileNotFoundException: test\test_bk.txt (file or directory not found)` `at java.io.FileInputStream.open0(Native Method)` `at java.io.FileInputStream.open(FileInputStream.java:195)` `at java.io.FileInputStream.(FileInputStream.java:138)` `at java.io.FileInputStream.(FileInputStream.java:93)` `at edu.wisc.cs.will.Utils.check_disc.checkflagvalues(check_disc.java:20)` `at edu.wisc.cs.will.GroundRelationalRandomWalks.RunGroundRelationalRandomWalks.main(RunGroundRelationalRandomWalks.java:99)` In addition to the changes...

Dear starling-lab team, I'd like to share my further findings. The error I wrote about in my latter post had the following different cause which has nothing to do with...