|
1 | | -<!-- hide --> |
2 | | -# Algorithm Optimization Project for Machine Learning |
3 | | -<!-- endhide --> |
| 1 | +<!--hide--> |
| 2 | +# Algorithm optimization in Python - Step by step guide |
| 3 | +<!--endhide--> |
4 | 4 |
|
5 | | -Inside this repository, you will find a file called `./notebook/problems.ipynb` with the exercises you need to finish to complete it. |
| 5 | +- Complete the problems using calculus, algebra and Python. |
6 | 6 |
|
7 | | -## 🌱 How to start this project |
| 7 | +## 🌱 How to start this project. |
8 | 8 |
|
9 | | -This project and its repository comes with the necessary files to start working. |
| 9 | +Follow the instructions below: |
10 | 10 |
|
11 | | -1. Make a fork of [this repository](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning) into your github account. |
12 | | -2. Open the recently created fork repository using a provisioning tool like [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod). Alternatively, you can clone it on your local computer using the `git clone` command. |
13 | | -3. Once it has finished opening you can go ahead and open the `problems.ipynb` file and start solving each exercise inside the notebook. |
| 11 | +1. Create a new repository by forking the [Git project](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning) or [by clicking here](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/fork). |
| 12 | +2. Open the newly created repository in Codespace using the [Codespace button extension](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository). |
| 13 | +3. Once the Codespace VSCode has finished opening, start your project by following the instructions below. |
14 | 14 |
|
15 | 15 | ## 🚛 How to deliver this project |
16 | 16 |
|
17 | | -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. |
| 17 | +Once you have finished solving the exercises, be sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link. |
18 | 18 |
|
19 | | -## Solutions |
| 19 | +## 📝 Instructions |
20 | 20 |
|
21 | | -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. |
| 21 | +Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. Complete each of them, one by one. |
| 22 | + |
| 23 | +> NOTA: Solution: https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/notebook/solutions.ipynb |
0 commit comments