🔬
Easy ML For Java
  • 👋Easy ML for Java
  • Overview
    • 💡What we do
    • 🌟GitHub Repository
  • Fundamentals
    • 🛠️Getting set up
      • 🏗️How to Model
    • 🤖Implement your first AI
  • About Us
    • ❤️The Developers
Powered by GitBook
On this page

Was this helpful?

  1. Fundamentals

Getting set up

PreviousGitHub RepositoryNextHow to Model

Last updated 2 years ago

Was this helpful?

Step1: Download Easy ML for Java

Go to and clone this repository. This will be the foundation for our project.

Step 2: Think about the problem you want to solve

Not every problem can be solved with Machine Learning. So think about what exactly you want to achieve and if your expectations are realistic

Step 3: Start modelling your Problem

In order to solve the Problem the Framework will need to have a Model of it. How to implement a good model of your problem can you see on the next page.

Step 4: Adjust the training values

This may by far be the trickiest part of all. Sadly, there is no easy solution for this Problem, what values will work will always depend on the specific problem. You just have to try things out and see what works for you.

🛠️
https://github.com/tomLamprecht/Easy-ML-For-Java