Skip to content

A demo of how machine learning based active learning loop works.

License

Notifications You must be signed in to change notification settings

quciet/ML_active_learning_loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Learning Simulation Loop

This repository contains reusable components for running an active learning loop with lightweight surrogate models and synthetic test functions.

Repository Structure

  • learning_loop/ — Core active learning and machine learning components: acquisition heuristics, ensemble training, surrogate models, and utilities.
  • data_simulation/ — Synthetic data generators and grid utilities.
  • testing.ipynb — Main demonstration notebook showing the active learning loop in action.
  • notebooks/ — Reserved for optional future example notebooks.

About

A demo of how machine learning based active learning loop works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages