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

Add nominally complete training algorithm #53

Merged
merged 11 commits into from
May 18, 2023
Merged

Add nominally complete training algorithm #53

merged 11 commits into from
May 18, 2023

Conversation

rouson
Copy link
Contributor

@rouson rouson commented May 18, 2023

No description provided.

rouson added 11 commits May 16, 2023 04:18
This commit introduces
1. mini_batch_t
2. input_output_pairs_t
3. expected_output_t
to facilitate refacotring the training subroutine to use
mini-batches and to eliminate the unnecessary definition of
components in the outputs_t type that aren't used in training.
This commit replaces the outputs_t array with an expected_outputs_t
array in the trainable_engine_test_m test module and in order to
eliminate the unnecessary defininion of unused components in the
outputs_t type, which is designed for holding the output of
forward passes, including the weighted input "z" values.
@rouson rouson merged commit dd2f3ce into main May 18, 2023
@rouson rouson deleted the training branch May 18, 2023 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant