DelphAI
English
English
  • Overview
    • Welcome!
    • About the component
    • How to install
    • About the developer
    • What's next
  • Documentation
    • AISelector
    • EasyAI
      • Regression
      • Classification
      • Recommendation for item
      • Recommendation for user
    • Models
      • Regression
        • KNN
        • Linear regression
        • Ridge regression
      • Classification
        • Decision Tree
        • KNN
        • Naive Bayes
      • Recommendation
      • Clustering
        • DBSCAN
        • K-Means
        • Mean Shift
    • Dataset
      • Regression
      • Classification
      • Recommendation
      • Clustering
    • FEEDBACK
Powered by GitBook
On this page
  1. Documentation

Models

PreviousRecommendation for userNextRegression

Last updated 3 months ago

If you have knowledge of artificial intelligence models, you can use them directly, applying the parameters of your choice. If you lack this knowledge, it is recommended to use the EasyAI module to handle the entire process.

If you're unsure which model to use, it is recommended to use the AISelector module to test all the available models.

Regression

Predicts a value based on input data.

Classification

Categorizes input data into predefined classes.

Recommendation

Suggests relevant items based on the similarities between items or based on user preferences.

Clustering

Organiza dados em grupos com Organizes data into groups with similar characteristics, without predefined labels.