Manuel

Results 16 comments of Manuel

Hi, It only throws an error in hie, or actually more precisely, as I figured out now, it only throws the error for flycheck, i.e. the emacs way of syntax...

To your two question: Yes exactly. And furthermore, as it does not use the settings of the stack.yaml / cabal file, it also ignores the entry default-extensions: NoImplicitPrelude, ViewPatterns Meanwhile...

@jneira np at all But I just figured that fie is using fly*make* and not fly*check* as I supposed. EDIT: You might want to integrate this: https://github.com/chrisdone/flycheck-stack It is very...

No worries, it took me quite some time as well. Btw, I checked the implemented learning algorithm and it seems to me that this is SGD with momentum and regularization....

No def not. It would be nice if you can improve here. I try to manage to free up some time to help you out if you need any help....

> Git merge commits should be avoided for non-master branches. Please use rebase instead. There is a ton of documentation on git rebase on the net. Ah I didn't know...

The main problem I see, is backward compatibility, which I decided to ignore on my branch for now, cause the dependent type libraries are changing to fast. So I guess...

@erikd Well the most important one is definitely the optimizer support with Adam implemented. But that's a huge change. Then the runtime creation of networks, but I plan to implement...

Well actually, what I completely forgot are the GNum instances. I think these are important to be able to process minibatches, as you have to average over the gradients [1]....

I implemented the interface and refactored a little. I think I will now mainly concentrate on the projects depending on Grenade again :)