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

Refactored Symbolic Neural Networks #16

Merged
merged 73 commits into from
Dec 4, 2024

Updated docstring.

e09ee57
Select commit
Loading
Failed to load commit list.
Merged

Refactored Symbolic Neural Networks #16

Updated docstring.
e09ee57
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 1s

72.30% (+24.68%) compared to e05b6d8

View this Pull Request on Codecov

72.30% (+24.68%) compared to e05b6d8

Details

Codecov Report

Attention: Patch coverage is 71.57534% with 83 lines in your changes missing coverage. Please review.

Project coverage is 72.30%. Comparing base (e05b6d8) to head (e09ee57).

Files with missing lines Patch % Lines
src/hamiltonian.jl 0.00% 28 Missing ⚠️
src/custom_equation.jl 0.00% 25 Missing ⚠️
src/pullback.jl 64.00% 9 Missing ⚠️
src/symbolic_neuralnet.jl 57.89% 8 Missing ⚠️
src/layers/dense.jl 50.00% 3 Missing ⚠️
src/utils/build_function.jl 93.87% 3 Missing ⚠️
src/utils/build_function2.jl 91.66% 3 Missing ⚠️
src/utils/latexraw.jl 0.00% 2 Missing ⚠️
src/derivatives/derivative.jl 94.11% 1 Missing ⚠️
src/layers/abstract.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #16       +/-   ##
===========================================
+ Coverage   47.61%   72.30%   +24.68%     
===========================================
  Files          13       16        +3     
  Lines         252      325       +73     
===========================================
+ Hits          120      235      +115     
+ Misses        132       90       -42     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.