English

Deep Learning Framework From Scratch Using Numpy

Mathematical Software 2020-11-18 v1 Machine Learning

Abstract

This work is a rigorous development of a complete and general-purpose deep learning framework from the ground up. The fundamental components of deep learning - automatic differentiation and gradient methods of optimizing multivariable scalar functions - are developed from elementary calculus and implemented in a sensible object-oriented approach using only Python and the Numpy library. Demonstrations of solved problems using the framework, named ArrayFlow, include a computer vision classification task, solving for the shape of a catenary, and a 2nd order differential equation.

Keywords

Cite

@article{arxiv.2011.08461,
  title  = {Deep Learning Framework From Scratch Using Numpy},
  author = {Andrei Nicolae},
  journal= {arXiv preprint arXiv:2011.08461},
  year   = {2020}
}

Comments

11 pages, 5 figures