-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
24 lines (24 loc) · 1.34 KB
/
learn.json
File metadata and controls
24 lines (24 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"title" : {
"us": "Algorithm Optimization Project for Machine Learning",
"es": "Proyecto de Optimización de Algoritmos para Aprendizaje Automático"
},
"slug" : "algorithm-optimization-project-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/solutions.ipynb",
"technologies": ["big-o", "python", "algorithms", "matplotlib", "scipy", "machine learning", "data science"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"projectType": "project",
"autoPlay": false,
"description" : {
"us": "Learn how to optimize and build better Python algorithms for Machine Learning. Follow a step-by-step guide, improve code performance and master key techniques. Complete exercises, compare solutions and improve your skills.",
"es": "Aprende a optimizar y construir mejores algoritmos en Python para Machine Learning. Sigue una guía paso a paso, mejora el rendimiento del código y domina técnicas clave. Completa ejercicios, compara soluciones y mejora tus habilidades."
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=395"
},
"gitpod": true,
"template_url": "self"
}