-
-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: info buttons weren't showing text on mouse up #2408
- Loading branch information
Showing
54 changed files
with
563 additions
and
564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ficial_intelligence/machine-learning.json → ...ficial_intelligence/machine_learning.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
[ | ||
{ | ||
"name": "CS229: Machine Learning", | ||
"description": "Official site of the eponymous Stanford course. Provides a broad introduction to machine-learning.", | ||
"description": "Official site of the eponymous Stanford course. Provides a broad introduction to machine learning.", | ||
"url": "https://cs229.stanford.edu/", | ||
"category": "ai", | ||
"subcategory": "machine-learning" | ||
"subcategory": "machine_learning" | ||
}, | ||
{ | ||
"name": "Towards Data Science", | ||
"description": "Learn all things Data and machine-learning. Provides simple explanations for statistical and mathematical parts.", | ||
"description": "Learn all things Data and machine learning. Provides simple explanations for statistical and mathematical parts.", | ||
"url": "https://towardsdatascience.com/", | ||
"category": "ai", | ||
"subcategory": "machine-learning" | ||
"subcategory": "machine_learning" | ||
}, | ||
{ | ||
"name": "Machine Learning Mastery", | ||
"description": "Machine Learning Mastery provides practical tutorials and resources for mastering machine learning algorithms and techniques.", | ||
"url": "https://machinelearningmastery.com/", | ||
"category": "ai", | ||
"subcategory": "machine-learning" | ||
"subcategory": "machine_learning" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.