JuliaGNI / AbstractNeuralNetworks.jl

Abstract data structures for the construction of neural networks.
MIT License
4 stars 1 forks source link

One more function neural network #8

Closed Theozeud closed 1 year ago

Theozeud commented 1 year ago

I have just added a function to create a NeuralNetwork when we know the architecture and the model without giving a specific backend.

codecov[bot] commented 1 year ago

Codecov Report

Merging #8 (09aab13) into main (61e2d2c) will increase coverage by 10.30%. Report is 12 commits behind head on main. The diff coverage is 92.10%.

@@             Coverage Diff             @@
##             main       #8       +/-   ##
===========================================
+ Coverage   71.61%   81.91%   +10.30%     
===========================================
  Files          18       18               
  Lines         229      271       +42     
===========================================
+ Hits          164      222       +58     
+ Misses         65       49       -16     
Files Changed Coverage Δ
src/model.jl 60.00% <0.00%> (-15.00%) :arrow_down:
src/neural_network.jl 71.42% <75.00%> (+21.42%) :arrow_up:
src/cells/recurrent.jl 100.00% <100.00%> (+34.61%) :arrow_up:
src/chain.jl 74.07% <100.00%> (-20.93%) :arrow_down:
src/grid.jl 96.29% <100.00%> (+46.29%) :arrow_up:

... and 4 files with indirect coverage changes

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