From b385241708de367fd6e064d3589145145ef3c4b6 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Sat, 24 Jun 2023 10:32:38 +0530 Subject: [PATCH] chore: update category name in subcategory json --- database/ml&ai/datascience.json | 6 +++--- database/ml&ai/deeplearning.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/database/ml&ai/datascience.json b/database/ml&ai/datascience.json index feef7481e..ee354ae11 100644 --- a/database/ml&ai/datascience.json +++ b/database/ml&ai/datascience.json @@ -3,21 +3,21 @@ "name": "KDnuggets", "description": "KDnuggets is a popular data science website that provides news, tutorials, and resources.", "url": "https://www.kdnuggets.com/", - "category": "ml ,ai & data", + "category": "ml & ai", "subcategory": "data-science" }, { "name": "Datacamp Tutorials", "description": "Provides tutorials for aspirational full stack Data Scientists.", "url": "https://www.datacamp.com/tutorial", - "category": "ml ,ai & data", + "category": "ml & ai", "subcategory": "data-science" }, { "name": "Analytics Vidhya", "description": "Analytics Vidhya is a platform for data science enthusiasts, offering tutorials, competitions, and community support.", "url": "https://www.analyticsvidhya.com/", - "category": "ml ,ai & data", + "category": "ml & ai", "subcategory": "data-science" } ] diff --git a/database/ml&ai/deeplearning.json b/database/ml&ai/deeplearning.json index fe9c0a1f4..8566d2a07 100644 --- a/database/ml&ai/deeplearning.json +++ b/database/ml&ai/deeplearning.json @@ -3,7 +3,7 @@ "name": "Distill", "description": "A platform that focuses on explaining and visualizing complex concepts in deep learning, providing in-depth articles, tutorials, and interactive visualizations to help understand and explore deep learning techniques.", "url": "https://distill.pub/", - "category": "ml ,ai & data", + "category": "ml & ai", "subcategory": "deep-learning" } ]