NumPy-Learn, A Homemade Machine Learning Library

Posted on Sun 14 June 2020 in Posts • Tagged with machine learning, python, numpy, deep learning

In this post, I expand on a little class/self-teaching project that I did during the Spring 2020 semester.

NumPy-Learn: A Homemade Machine Learning Library

Organization

In this section we will discuss the main organization of the library:

  • How the layers are built
  • How loss functions work
  • How a stochastic …

Continue reading