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

Initial work for new matrix methods #37

Merged
merged 54 commits into from
Feb 27, 2025
Merged

Initial work for new matrix methods #37

merged 54 commits into from
Feb 27, 2025

Conversation

ooples
Copy link
Owner

@ooples ooples commented Nov 16, 2023

Please ensure your pull request adheres to the following guidelines:

  • I have built my code and there are no build errors.
  • I have run all unit tests and all unit tests passed.
  • I have included positive flow unit tests for any method or class I added.
  • I have inluded negative flow unit tests for any method or class I added.

Thanks for contributing!

DashBoardman and others added 30 commits November 14, 2023 23:58
Merge pull request #36 from ooples/master
Added Cramers Rule Polynomial Regression
Signed-off-by: Franklin Moormann <[email protected]>
…nterface implementation will take care of them
…a time series model base class. Added other improvements and optimizations such as a new gradient descent optimizer
… learning as well as some other improvements
… classes. Starting to add adaptive parameters for all optimizers as well
…me series models and adding wavelet decomposition
…thods like we do with all matrix decomposition methods
…n implementations instead of having them all found in neural network helper class
…Working on simplifying many of the helper classes and other classes and did some general code organization
…s and created a few neural networks for initial testing
@ooples ooples marked this pull request as ready for review February 27, 2025 02:14
Signed-off-by: Franklin Moormann <[email protected]>
@ooples ooples merged commit aafda91 into master Feb 27, 2025
1 of 4 checks passed
@ooples ooples deleted the matrixdev branch February 27, 2025 02:16
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.

2 participants