Machine Learning
Machine learning is a branch of artificial intelligence that enables algorithms to uncover hidden patterns within datasets.
It allows them to predict new, similar data without explicit programming for each task. Machine learning finds applications
in diverse fields such as image and speech recognition, natural language processing, recommendation systems, fraud detection,
portfolio optimization, and automating tasks.
Machine learning’s impact extends to autonomous vehicles, drones, and robots,
enhancing their adaptability in dynamic environments. This approach marks a breakthrough where machines learn from data
examples to generate accurate outcomes, closely intertwined with data mining and data science.
Overview of ML.Net for Delphi
ML.Net for Delphi (mldotNet4Delphi) is a machine learning framework for Delphi developers that enables integration of custom
machine learning models into Delphi applications. Machine learning applications make use of patterns in the data to make
predictions rather than needing to be explicitly programmed.
Central to ML.Net for Delphi is a machine learning model. The model specifies the steps needed to transform your input data into a
prediction. With ML.Net for Delphi, you can train a custom model by specifying an algorithm.
Once you have a model, you can add it to your application to make the predictions.
The ML.Net for Delphi runs on Windows currently and in future it will be available in Linux and macOS.
ML.Net for Delphi Model Builder
The Model Builder provides an easy to understand visual interface to build, train, and deploy custom machine learning models.
Prior machine learning expertise is not required. Model Builder supports AutoML, which automatically explores different machine
learning algorithms and settings to help you find the one that best suits your scenario.
Model Builder gives you everything you need on your machine. No need to connect to cloud resources, or other services, to build and consume your model.
The Model Builder builder will be available in the NEXT RELEASE!