-
-
Notifications
You must be signed in to change notification settings - Fork 50
Machine Learning Nodes #213
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
We need a set of core machine learning nodes, e.g.:
- to cluster embeddings / documents (k-NN, DBSCAN)
- to classify images in combination with image embeddings (SVMs)
- for dimensionality reduction to visualize high-dim embeddings (t-SNE, PCA)
- for regression
- for preprocessing (normalization)
- for type conversions to handle vectors and arrays / batch predictions
ML-nodes should support run in train and eval mode with option to persist trained checkpoints.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done