From 11d7abf242c6af918edc61a24823feaa6aff2328 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Tue, 1 Apr 2025 13:13:29 +0200 Subject: [PATCH] Add new tag for article --- content/portfolio/neural-network.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/portfolio/neural-network.md b/content/portfolio/neural-network.md index f1870b5..9a17147 100644 --- a/content/portfolio/neural-network.md +++ b/content/portfolio/neural-network.md @@ -8,6 +8,7 @@ tags: - article - ai - maths + - python --- Neural networks are a class of machine learning algorithms inspired by the functioning of biological neurons. They are widely used in artificial intelligence for image recognition, natural language processing, time series forecasting, and many other fields. Thanks to their ability to model complex relationships in data, they have become one of the pillars of **deep learning**.