Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 3.44 KB

section-02.md

File metadata and controls

52 lines (37 loc) · 3.44 KB

Chapter 2: Deep Learning Preliminaries

In this chapter, you will be covering a few prelinaries that will help you develop basic skills needed to get started with deep learning. Some of these important preliminaries include data manipulation, data processing, linear algebra, calculus, automatic differentiation, and probability.

Linear Algebra and Calculus

Papers 📄

Articles/Chapters/Slides 📝

Videos 📺

Code ⚙️

Recommended Books 📚


Probability and Statistics

Articles/Chapters/Slides 📝

Videos 📺

Code ⚙️

Recommended Books 📚


Data Manipulation and Data Processing

  • TBA