Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.es.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!-- hide -->

# Proyecto de Optimización de Algoritmos para Machine Learning

<!-- endhide -->

Dentro de este repositorio, encontrarás un archivo llamado `./notebook/problems.ipynb` con los ejercicios que necesitas terminar para completarlo.
Expand All @@ -18,6 +16,6 @@ La forma más fácil de comenzar a trabajar en este proyecto es usando Gitpod:

Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar tus cambios, hazle "push" a el fork de tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.

# Soluciones
## Soluciones

También incorporamos un archivo `./notebook/*-solution[n].ipynb` que te sugerimos honestamente que solo uses si estás atascado durante más de 30 minutos o si ya has terminado y deseas compararlo con tu enfoque.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- hide -->
# Algorithm Optimization Project for Machine Learning
<!-- endhide -->

Inside this repository, you will find a file called `./notebook/problems.ipynb` with the exercises you need to finish to complete it.

## 🌱 How to start this project
Expand All @@ -15,6 +16,6 @@ The easiest way to start working on this project is by using Gitpod:

Once you are finished solving the exercises make sure to commit your changes, push to your repository fork and go to 4Geeks.com to upload the repository link.

# Solutions
## Solutions

We also incorporated the solutions files `./notebook/*-solution[n].ipynb` that we strongly suggest you only use if you are stuck for more than 30min or if you have already finished and want to compare it with your approach.