-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
14 lines (14 loc) · 684 Bytes
/
learn.json
File metadata and controls
14 lines (14 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"title" : "algorithm-optimization-project-machine-learning",
"slug" : "Algorithm Optimization Project for Machine Learning",
"preview": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/preview.jpeg?raw=true",
"solution": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/tree/main/notebook",
"status": "published",
"translations": ["us"],
"technologies": ["big-o", "python", "algorithms"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"projectType": "project",
"description" : "Learn the basics on how to optimize or better build algorithms in python for Machine Learning"
}