kronenthaler / libai

4 stars 2 forks source link

Summer(?) plans #18

Closed dktcoding closed 7 years ago

dktcoding commented 7 years ago

I've been drafting a small plan for my involvement over the summer (summer in Argentina...) in libai (needless to say I'll keep collaborating afterwards, just not so much).

If there's time, add input validation for all the public high level methods (I've been doing some profiling and it really degradates the Matrix class, so there, I'll just make some more verbose asserts)

This are some things that I need, but if there's something else, or something superfluous let me know (my "original" plan was almost 200 lines... but I need to be realistic on my "free-time" expectations)

kronenthaler commented 7 years ago

Sounds good to me man, myself i'm focusing on to finish another project that needed a lot of love, once i'm done with it, i'll spend some time on this one again. I created a project board, so feel free to create issues there, so i can pick up some of them when ready.

I can see your main interest is in the neural networks, if i were you, i would let out any work not related to the NN, like the data sets. I also have some personal interest into improve that implementation, and provide a better integration with the NN package, so it might take some refactors in the near future.

dktcoding commented 7 years ago

You are right, my main interest is NN, but I have been playing around with some of the "other" libai algorithm implementations and well... it all kinda... snowballed.

I'll start working on saving Matrix objects as .bin and .mat files for now to allow integration with GNU Octave/Matlab, then a small break, and then we'll see were we go from there.