bkkaggle

bkkaggle

ML enthusisast

Forums

bkkaggle

6yr ago

L2 - A deep learning library implemented from scratch in C++

L2 is a experimental deep learning library I wrote over the summer, using only the c++17 standard library. It contains a multidimensional numpy-style array class. On top of this, higher level modules allow for easily running machine learning experiments.
bkkaggle

6yr ago

Machine Learning Flight Rules - Tips and tricks for doing machine learning right

A guide for astronauts (now, people doing machine learning) about what to do when things go wrong.