This repository contains learning materials that will help you understand how to compute different types of Mathematical Equations to varying types of data.
Same as seen in this github repo
To download the materials, you have three options:
-
Fork the repository to your GitHub account.
- Later, you must clone the repository in your terminal.
- Make sure you change
USERNAME
to your actual username:git clone https://github.com/USERNAME/machine-learning
- For example, since my username is
jsulopz
, I should execute the following in the terminal:git clone https://github.com/jsulopz/machine-learning
-
Directly clone the repository, without forking it. If you don't fork the repository, you won't be able to upload the resolution of the exercises for potential job interviewers to see what you are capable of.
git clone https://github.com/jsulopz/machine-learning
-
Download the materials as a zip folder.
- Each folder represents a chapter.
- Each chapter may contain up to 6 types of files:
x_topic-y_**syllabus**.ipynb
to understand the practical use case and the concepts you will uncover as you interact with the chapter.x_topic-y_**session_blank**.ipynb
to develop the solutions of the session notebook.x_topic-y_**session_solution**.ipynb
to uncover the solutions of the session notebook.x_topic-y_**practice_blank**.ipynb
to develop the solutions of the practice notebook.x_topic-y_**practice_solution**.ipynb
to uncover the solutions of the practice notebook.instructions.md
to follow a series of steps to complete the chapter.