> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/machine-learning/machine-learning-glossary.md).

# Machine Learning Glossary

These are references for an upcoming book about terms in machine learning.

List:

* [Google ML Glossary](https://developers.google.com/machine-learning/glossary)
* [ML Cheatsheet](https://ml-cheatsheet.readthedocs.io/en/latest/glossary.html)
* [AI Dictionary](https://medium.com/heuritech/the-artificial-intelligence-dictionary-for-beginners-514019ec9f36)
* [Deep Learnign Dictionary](https://towardsdatascience.com/the-deep-learning-ai-dictionary-ade421df39e4)
* [Machine Learning Dictionary](https://www.cse.unsw.edu.au/~billw/mldict.html)
* [Glossary of Machine Learning](https://www.analyticsvidhya.com/glossary-of-common-statistics-and-machine-learning-terms/)
* [Key Machine Learning Definitions](https://medium.com/towards-artificial-intelligence/key-machine-learning-ml-definitions-43e837ec6add)
* [Glossary of ML Terms](https://semanti.ca/blog/?glossary-of-machine-learning-terms)
* [Glossary of AI](https://robotics.stanford.edu/~ronnyk/glossary.html)
* [Glossary of AI](https://pathmind.com/wiki/glossary)
* [The ML Dictionary](https://simplyml.com/the-machine-learning-dictionary/)
* [AI Glossary](https://elleknowsmachines.com/ai-glossary/)
* [Machine Learning WTF](https://machinelearning.wtf/)
* [ML Glossary](https://github.com/machine-learning-glossary/glossary)
* [Dictionary ML](https://dictionary.cnvrg.io/)
* [Definition](https://deepai.org/definitions)
* [Glossary AI at Wikipedia](https://www.wikiwand.com/en/Glossary_of_artificial_intelligence)
* [ML Definitions](https://medium.com/towards-artificial-intelligence/key-machine-learning-ml-definitions-43e837ec6add)
* [Toward Data Science](https://towardsdatascience.com/the-a-z-of-ai-and-machine-learning-comprehensive-glossary-fb6f0dd8230?gi=e689f6786f8)
* [Data Science Glossary](https://www.datascienceglossary.org/)
* [Council of Europa](https://www.coe.int/en/web/artificial-intelligence/glossary)
* [Medical Imaging](https://www.medicalimaging.org/standards/ai-glossary/)
* [Accenture](https://www.accenture.com/ca-en/applied-intelligence-glossary)
* [Appen](https://appen.com/ai-glossary/)
* [AI Trends](https://www.aitrends.com/ai-glossary/)
* [Brain Analyzed](https://www.brainalyzed.com/a-glossary-of-ai-terms/)
* [Analytic Insight](https://www.analyticsinsight.net/understanding-artificial-intelligence-a-comprehensive-glossary-of-terms-and-definitions/)
* [Sottler Henke](https://www.stottlerhenke.com/artificial-intelligence/glossary/)
* [Learn G2](https://learn.g2.com/artificial-intelligence-terms)
* [Opex Group](https://www.opex-group.com/discover/data-science-glossary)
* [AI Lab](https://www.ailab.com.au/resources/ai-glossary/)
* [Glossary](https://nisi.nl/nieuws-algemeen/structured-glossary-of-data-buzzwords)
* [Data Quest](https://www.dataquest.io/blog/data-science-glossary/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/machine-learning/machine-learning-glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
