Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Training Curriculum #11

Open
TSampley opened this issue Oct 11, 2024 · 0 comments
Open

[FEATURE] Training Curriculum #11

TSampley opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TSampley
Copy link
Contributor

User Story

As a Model Trainer, I want to create structured learning curriculums, so that I can run training epochs on increasingly complex data and reduce training time while increasing fidelity of latent space

Acceptance Criteria

  • Given an agent role; knowledge expected of that role
    • When I request a training graph for the given role
      • Then I receive a graph describing a training process for a model
      • And each node represents a "subject" - a set of data associated with a single topic
      • And each subject is linked to its prerequisites
      • And each subject includes related performance benchmarks

References

  • training a network on a smaller data set is less expensive
  • knowledge and concepts are cumulative, i.e. they build on prior knowledge and concepts
  • training a network on a complete dataset means the latent space is influenced by the entire dataset. Weighting can influence the "strength" of each contribution, but experience has shown that models can fail to regress in productive ways and training needs to be restarted from an earlier stage or even from scratch.
@TSampley TSampley added the enhancement New feature or request label Oct 11, 2024
@TSampley TSampley self-assigned this Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant