mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-28 04:56:13 +01:00
Add new project
This commit is contained in:
32
content/portfolio/python-data-ml.md
Normal file
32
content/portfolio/python-data-ml.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
slug: python-data-ml
|
||||||
|
title: Python Data & ML
|
||||||
|
description: 🧠 A repository dedicated to learning and practicing Python libraries for machine learning.
|
||||||
|
publishedAt: 2024/11/01
|
||||||
|
readingTime: 1
|
||||||
|
tags:
|
||||||
|
- project
|
||||||
|
- data
|
||||||
|
- ml
|
||||||
|
- python
|
||||||
|
- r
|
||||||
|
---
|
||||||
|
|
||||||
|
[Python Data & ML](https://github.com/ArthurDanjou/Python-Data-Machine-Learning) is a repository dedicated to learning and practicing Python libraries for machine learning. It includes a variety of projects and exercises that cover the following topics.
|
||||||
|
This project explores tools like NumPy, Pandas, scikit-learn, and others to understand and master key machine learning concepts. Perfect for strengthening skills in data processing, modeling, and algorithm optimization.
|
||||||
|
|
||||||
|
The goal is to improve my level of understanding of machine learning and data science concepts, as well as to practice Python programming and using libraries like NumPy, Pandas, scikit-learn, etc., to manipulate and analyze data, during my free time.
|
||||||
|
|
||||||
|
## Tech Stack
|
||||||
|
|
||||||
|
- [Python](https://www.python.org/)
|
||||||
|
- [NumPy](https://numpy.org/)
|
||||||
|
- [Pandas](https://pandas.pydata.org/)
|
||||||
|
- [scikit-learn](https://scikit-learn.org/stable/)
|
||||||
|
- [Matplotlib](https://matplotlib.org/)
|
||||||
|
- [Seaborn](https://seaborn.pydata.org/)
|
||||||
|
- [Jupyter Notebook](https://jupyter.org/)
|
||||||
|
- [TensorFlow](https://www.tensorflow.org/)
|
||||||
|
- [Keras](https://keras.io/)
|
||||||
|
- [PyTorch](https://pytorch.org/)
|
||||||
|
|
||||||
Reference in New Issue
Block a user