From c027c45f30600b45e77f423e166cb9da50987eea Mon Sep 17 00:00:00 2001 From: matthiasvonrakowski Date: Mon, 12 Feb 2024 00:31:15 +0100 Subject: [PATCH] [ADD] README day1 --- .../README.md | 0 .../assets/Matrix.png | Bin .../assets/NumpyArray.png | Bin .../numpy_matplotlib.ipynb | 0 AI/day01/README.md | 34 ++++++++++++++++++ .../{utils_method.ipynb => MynnTorch.ipynb} | 0 6 files changed, 34 insertions(+) rename AI/day01/{2 - numpy_mathplotlib => 2 - numpy_matplotlib}/README.md (100%) rename AI/day01/{2 - numpy_mathplotlib => 2 - numpy_matplotlib}/assets/Matrix.png (100%) rename AI/day01/{2 - numpy_mathplotlib => 2 - numpy_matplotlib}/assets/NumpyArray.png (100%) rename AI/day01/{2 - numpy_mathplotlib => 2 - numpy_matplotlib}/numpy_matplotlib.ipynb (100%) create mode 100644 AI/day01/README.md rename AI/day03/2 - My nn Torch/{utils_method.ipynb => MynnTorch.ipynb} (100%) diff --git a/AI/day01/2 - numpy_mathplotlib/README.md b/AI/day01/2 - numpy_matplotlib/README.md similarity index 100% rename from AI/day01/2 - numpy_mathplotlib/README.md rename to AI/day01/2 - numpy_matplotlib/README.md diff --git a/AI/day01/2 - numpy_mathplotlib/assets/Matrix.png b/AI/day01/2 - numpy_matplotlib/assets/Matrix.png similarity index 100% rename from AI/day01/2 - numpy_mathplotlib/assets/Matrix.png rename to AI/day01/2 - numpy_matplotlib/assets/Matrix.png diff --git a/AI/day01/2 - numpy_mathplotlib/assets/NumpyArray.png b/AI/day01/2 - numpy_matplotlib/assets/NumpyArray.png similarity index 100% rename from AI/day01/2 - numpy_mathplotlib/assets/NumpyArray.png rename to AI/day01/2 - numpy_matplotlib/assets/NumpyArray.png diff --git a/AI/day01/2 - numpy_mathplotlib/numpy_matplotlib.ipynb b/AI/day01/2 - numpy_matplotlib/numpy_matplotlib.ipynb similarity index 100% rename from AI/day01/2 - numpy_mathplotlib/numpy_matplotlib.ipynb rename to AI/day01/2 - numpy_matplotlib/numpy_matplotlib.ipynb diff --git a/AI/day01/README.md b/AI/day01/README.md new file mode 100644 index 0000000..37d77f7 --- /dev/null +++ b/AI/day01/README.md @@ -0,0 +1,34 @@ +# ~ PoC AI Pool 2024 ~ + +- ## Day 1: Python Basics + - ### Module 1: Python + - **Repository:** [`1 - python`](1%20-%20python) + - ### Module 2: Logistic Regression + - **Repository:** [`2 - numpy_matplotlib`](2%20-%20numpy_matplotlib) + - ### Module 3: Deep Learning + - **Repository:** [`3 - data-science`](3%20-%20data-science) + +--- + +**Le's go into the AI world !** +Today is the day of the beginning of your journey in the AI world. Before we enter in the AI world, we need to learn the basics of Python. In this day, +we will learn about the basics of Python, then NumPy and Matplotlib, and finally we will learn about the basics of pandas, a library for data manipulation and analysis. + +> Here's a list of resources that we believe can be useful to follow along (and that we've ourselves used to learn these topics before being able to write the subjects): + +## Module 1 + +- [python.org's official tutorial](https://docs.python.org/3/tutorial/index.html) +- [python.org's official documentation](https://docs.python.org/3/) + +## Module 2 + +- [NumPy's official quickstart tutorial](https://numpy.org/doc/stable/user/quickstart.html) +- [Matplotlib's official tutorials](https://matplotlib.org/stable/tutorials/index.html) +- [NumPy's official documentation](https://numpy.org/doc/stable/) +- [Matplotlib's official documentation](https://matplotlib.org/stable/contents.html) + +## Module 3 + +- [Pandas' official getting started tutorials](https://pandas.pydata.org/docs/getting_started/index.html) +- [Pandas' official documentation](https://pandas.pydata.org/docs/) diff --git a/AI/day03/2 - My nn Torch/utils_method.ipynb b/AI/day03/2 - My nn Torch/MynnTorch.ipynb similarity index 100% rename from AI/day03/2 - My nn Torch/utils_method.ipynb rename to AI/day03/2 - My nn Torch/MynnTorch.ipynb