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.