> For the complete documentation index, see [llms.txt](https://easy-ml.gitbook.io/easy-ml-for-java/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easy-ml.gitbook.io/easy-ml-for-java/overview/what-we-do.md).

# What we do

We want to bring the world of beginner Java Developers and upcoming Machine Learning specialists together.\
Many universities and schools teach as a first language Java to their students. Sadly for Java there aren't many Machine Learning Libraries and Frameworks out there, and if there are you most likely don't want to spend months trying to learn how to use it just to try out some stuff.\
Hence, Easy ML for Java:\
It's easy to use and designed to be played around with it. You can choose the settings of the training process and see how this affects the outcome.\
There is no wrong way to use Easy ML for Java!

{% hint style="info" %}
This framework is intended to bring people closer to Machine Learning and not to provide a full product for companies.\
Use it to play around but also realize when it reached its limits!
{% endhint %}


---

# 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:

```
GET https://easy-ml.gitbook.io/easy-ml-for-java/overview/what-we-do.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.
