LILY-QML / LLY-DML

LLY-DML is part of the LILY project and is a Quantum Machine Learning model. It uses so-called L-Gates. These gates are Machine Learning gates that modify their state based on an input to map to a desired state of an input.
https://www.lilyqml.de
2 stars 5 forks source link

Class All/ optimize #42

Open xleonplayz opened 2 days ago

xleonplayz commented 2 days ago

Class: All

Method: optimize

In this method, various classes and methods are executed to orchestrate the optimization process of the training matrix.

Overview

The optimization process involves iterating through all optimizers and activation matrices specified in data.json. For each combination, a training loop is executed multiple times to refine the training matrix. Finally, a cross-training phase is conducted to reinforce the phases across all scenarios.


Process Details

1. Optimizer Loop

This loop iterates through all optimizers stored in data.json.

2. Activation Matrices Loop

In this loop, we iterate through all activation matrices.


Documentation and Logging

Rules for the Training Matrices

Logging Rules

Additional Notes


xleonplayz commented 2 days ago

needed files https://github.com/LILY-QML/LLY-DML/wiki/Optimizer https://github.com/LILY-QML/LLY-DML/issues/19 https://github.com/LILY-QML/LLY-DML/issues/34