Building your own (custom) ML model from scratch could be complicated. It usually requires experience in Python, R, or services such as Azure ML Studio. If you don't want to invest in that but still want to use the power of AI with your data, you can use Dynamics 365 Business Central ML Framework.
Technically, it can be divided into four different frameworks:
- The Time Series API
- The ML Prediction API
- The custom Azure ML API
- The custom Vision API
Each framework is intended for its own task and uses different algorithms:
- For example, with the Time Series API, you can predict numbers (such as sales and quantities) with the power of regression algorithms just by knowing dates and numbers from the past.
- With the ML Prediction API, you can predict classes, such as yes/no or colors.
- The Custom Azure ML API allows...