# Machine Learning & Artificial Intelligence

## What will I learn in this gitbook?

Machine Learning and Artificial Intelligence are two of the biggest buzz-phrases today. In this gitbook, we'll try to decode what they are into digestible pieces and go into a couple ways you may be able to use them in your term projects! Topics that we will cover include: Common ML algorithms, Natural Language Processing, Reinforcement Learning, and Computer Vision.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://15-112.gitbook.io/machine-learning/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
