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

Rnn #53

Merged
merged 40 commits into from
Aug 25, 2023
Merged

Rnn #53

merged 40 commits into from
Aug 25, 2023

Conversation

Theozeud
Copy link
Collaborator

Some changes + architecture with RNN and LSTM (but files for LSTM is not working for the moment)

@Theozeud Theozeud requested a review from michakraus August 24, 2023 12:46
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #53 (c657ea6) into main (e8022f6) will increase coverage by 13.25%.
The diff coverage is 39.47%.

@@             Coverage Diff             @@
##             main      #53       +/-   ##
===========================================
+ Coverage   32.34%   45.59%   +13.25%     
===========================================
  Files         100      102        +2     
  Lines        2767     2840       +73     
===========================================
+ Hits          895     1295      +400     
+ Misses       1872     1545      -327     
Files Changed Coverage Δ
src/GeometricMachineLearning.jl 100.00% <ø> (ø)
src/architectures/LSTM_neural_network.jl 0.00% <0.00%> (ø)
src/architectures/lagrangian_neural_network.jl 70.00% <0.00%> (+70.00%) ⬆️
src/architectures/recurrent_neural_network.jl 0.00% <0.00%> (ø)
src/architectures/sympnet.jl 15.15% <0.00%> (+15.15%) ⬆️
src/backends/lux.jl 0.00% <0.00%> (ø)
src/data/data_training.jl 79.71% <ø> (+79.71%) ⬆️
src/optimizers/manifold_related/retractions.jl 62.50% <0.00%> (-3.29%) ⬇️
src/training_method/training_method.jl 100.00% <ø> (ø)
src/training_method/variational_method.jl 21.42% <0.00%> (+21.42%) ⬆️
... and 11 more

... and 14 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@michakraus michakraus merged commit 4172027 into main Aug 25, 2023
@michakraus michakraus deleted the rnn branch August 25, 2023 00:33
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