fix: rename tensorflow lessons (#38617)

This commit is contained in:
Tom
2020-04-24 05:52:42 -05:00
committed by Mrugesh Mohapatra
parent 256ed00fb9
commit 2e37cb8da5
36 changed files with 73 additions and 66 deletions

View File

@ -5,4 +5,4 @@ superBlock: Data Analysis with Python
---
## Introduction to the Numpy Challenges
<dfn>Numpy</dfn> Placeholder Introduction.
Learn the basics of the NumPy library with the following lectures created by Keith Galli. They provide background information on how NumPy works and how it compares to Python's Built-in lists. They go through how to write code with NumPy, creating arrays, indexing, math, statistics, reshaping, and more!