Skip to content

Commit

Permalink
[ADD] README day1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasvonRakowski committed Feb 11, 2024
1 parent 83ca089 commit c027c45
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
File renamed without changes.
34 changes: 34 additions & 0 deletions AI/day01/README.md
Original file line number Diff line number Diff line change
@@ -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/)
File renamed without changes.

0 comments on commit c027c45

Please sign in to comment.