/NN-from-Scratch

Primary LanguageJupyter Notebook

Revisiting NN from Scratch:

To-Do:

  • Upload a vectorized version, already implemented in Andrew Ng course.
  • Implement in C++, don't ask me why.

Some pointers to future me :

  • Use Armadillo as a NumPy substitute, look here (SO Link).
  • Figure out CSV reading, look SO, well i can probably hardcode the data as a vector, but still.