1. Introduction

"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

In this book, we will build a PyTorch-like deep learning library using Python and NumPy. We will then use this library to build and train few models. You can find these implementations in the examples section.

1.1 Prerequisites

1.2 What We are not doing


Original: zekcrates/intro