Henry Gouk
Henry Gouk
I've come up with a temporary workaround: swapping the order that the two classes are defined in the ARFF file.
I'd argue that ECML should be even higher priority than ACML. I've attended both conferences a couple of times and ECML is noticeably bigger---around 1,000 attendees last year.
It looks like ffmpeg supports all of those image formats [[1]](https://ffmpeg.org/general.html#Image-Formats), which could cut down on the amount of work required. It's also already a dependency for the video IO,...
I've never worked with the ffmpeg libraries before, so I'm not sure how easy it would be to use them. It looks like the ff_load_image function will come in handy,...
> I have done something like this using SWIG to auto-generate wrappers for a large portion of opencv (intermediate layer) along with higher-level idiomatic D layer and a tensor class...
This is something that I currently feel is quite low priority, as the existing implementations of basic linear algebra operations on CPU seem to work and mir would simply add...
I'm in two minds about a dcompute backend. On one hand, it would be very useful to be able to write high performance kernels in D, but on the other...
Take a look at the examples directory. The CIFAR-100 example uses a wide residual network. Yes, the project is currently inactive. I'd still like to work on it again at...
Yes it can. It might be a bit hard to think about how to do it for L1 and L_\infty norms, but for the L2 norm you can just adapt...