generated from PoCInnovation/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83ca089
commit c027c45
Showing
6 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.