You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
brad-gh 3783c12ea0 Update README.md 2 years ago
..
ex00 Update README.md 2 years ago
ex01 Update README.md 2 years ago
ex02 Renaming with uppercase of readme files to respect standard 2 years ago
ex03 Renaming with uppercase of readme files to respect standard 2 years ago
ex04 Renaming with uppercase of readme files to respect standard 2 years ago
ex05 fix: change audit formulation 2 years ago
ex06 Renaming with uppercase of readme files to respect standard 2 years ago
ex07 Renaming with uppercase of readme files to respect standard 2 years ago
ex08 fix: standardize first requirement 2 years ago
ex09 Update README.md 2 years ago
README.md Renaming with uppercase of readme files to respect standard 2 years ago

README.md

W1D01 Piscine AI - Data Science

NumPy

The goal of this day is to understand practical usage of NumPy. NumPy is a commonly used Python data analysis package. By using NumPy, you can speed up your workflow, and interface with other packages in the Python ecosystem, like scikit-learn, that use NumPy under the hood. NumPy was originally developed in the mid 2000s, and arose from an even older package called Numeric. This longevity means that almost every data analysis or machine learning package for Python leverages NumPy in some way.

Exercises of the day

  • Exercise 0 Environment and libraries
  • Exercise 1 Your first NumPy array
  • Exercise 2 Zeros
  • Exercise 3 Slicing
  • Exercise 4 Random
  • Exercise 5 Split, concatenate, reshape arrays
  • Exercise 6 Broadcasting and Slicing
  • Exercise 7 NaN
  • Exercise 8 Wine
  • Exercise 9 Football tournament

Virtual Environment

  • Python 3.x
  • NumPy
  • Jupyter or JupyterLab

Version of NumPy I used to do the exercises: 1.18.1. I suggest to use the most recent one.

Ressources