Michael Voronov
Michael Voronov
@jvdp1 yep, I think we should
Perhaps, I should rename it to FeedForward or MLP. Thoughts?
@milancurcic Disregard the naming comment. It belongs in a different PR: #208 I like the maxpool ideas
@milancurcic Should we merge it? I really would like to do it before the dense2d refactoring
@certik In this case I would suggest the following: 1. Add parallelism with coarrays 3. Remove manual `sp` so that the project could be compiled to a desired precision 4....
@jvdp1 That's actually a great idea. Apart from obvious performance gains, it can simplify code for combined layers. I will arrange everything in similar fashion in my project here: https://github.com/OneAdder/llm.f...
I have an idea what could have gone wrong but I don't own any PPC hardware to test it. The issue most likely is that PowerPC might yield slightly different...
I suggest: `accuracy`, `balanced_accuracy`, `precision`, `recall` and `f_beta`