daita-technologies / interface

React-based user interface for the DAITA platform.
http://app.daita.tech
GNU Affero General Public License v3.0
1 stars 0 forks source link

User stories feedback: data #11

Open pcaversaccio opened 2 years ago

pcaversaccio commented 2 years ago
pcaversaccio commented 2 years ago

@giaoNguyen70 we need to think about answers & potential solutions to these questions.

AI-Daita commented 2 years ago

Augmentation, why we need?

  1. Reducing the cost of data collection (and/or labeling)
  2. Enables rare data prediction
  3. Prevents privacy/sercurity problems of data
  4. Improving model prediction accuracy by:
    • adding more data into model
    • creating variability in existing data
    • increasing generalization ability of the models
    • helping resolve class imbalance issues of supervised learning
    • reducing data overfitting
AI-Daita commented 2 years ago

For the question of "which is the best augmentation result for user's model performance? intergate into user's pipeline and A/B testing?", I think they related to the probloem of " augementation results tuning".

Our output can be downloaded and directly added/interagted into some python libaries (ex: Ray Tune for optimization,...). Ideally, our data + their models => optimised hyperparameters from different try.