Skip to content

Commit

Permalink
chore: update category name in subcategory json
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Jun 24, 2023
1 parent 8a944fb commit b385241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions database/ml&ai/datascience.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
2 changes: 1 addition & 1 deletion database/ml&ai/deeplearning.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit b385241

Please sign in to comment.