From 8b30cf6a51c99c83ad0d918ccfa6ca03d33168ff Mon Sep 17 00:00:00 2001 From: digpatel123 Date: Sat, 30 Sep 2023 20:22:45 +0000 Subject: [PATCH] Added the link to the blog to the Machine learning projects with sourse code. --- database/resources/blogs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/resources/blogs.json b/database/resources/blogs.json index c24270db0..dc20bca73 100644 --- a/database/resources/blogs.json +++ b/database/resources/blogs.json @@ -152,5 +152,12 @@ "url": "https://www.notion.so/personal", "category": "resources", "subcategory": "blogs" + }, + { + "name": "Top 100+ Machine Learning Projects for 2023 [with Source Code]", + "description": "In this article, you’ll find the top 100+ latest projects and Ideas on Machine Learning which are beneficial for both beginners as well experienced professionals. These projects are specially made for the students that start their journey in Machine Learning and Data Science.", + "url": "https://www.geeksforgeeks.org/machine-learning-projects/", + "category": "resources", + "subcategory": "blogs" } ] \ No newline at end of file