From a04521113fa2386cb837938fe7f4145d3f3582cd Mon Sep 17 00:00:00 2001 From: chinmayb Date: Mon, 12 Aug 2024 11:20:25 +0530 Subject: [PATCH 1/2] Added machine learning resources in python section --- data.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data.json b/data.json index 28ce1de..f658ccc 100644 --- a/data.json +++ b/data.json @@ -2095,6 +2095,20 @@ "Ansible" ], "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." + }, + { + "name": "awesome-machine-learning", + "link": "https://github.com/josephmisiti/awesome-machine-learning", + "label": "Good First Issue", + "technologies": [ + "Python" + ], + "description": "A curated list of awesome machine learning frameworks, libraries and software." } + + + + + ] } From 5a284c3902e901d75e6ae48ab16f468a5f4991ca Mon Sep 17 00:00:00 2001 From: chinmayb Date: Tue, 20 Aug 2024 17:57:24 +0530 Subject: [PATCH 2/2] Added python machine learning resources --- data.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data.json b/data.json index f658ccc..e0e80f3 100644 --- a/data.json +++ b/data.json @@ -2105,10 +2105,5 @@ ], "description": "A curated list of awesome machine learning frameworks, libraries and software." } - - - - - ] }