Benardi / touvlo

:robot: ML algorithms implemented from scratch and provided block by block
https://touvlo.readthedocs.io/en/latest/
MIT License
12 stars 18 forks source link

Add Vectorized Neural Net module #54

Closed Benardi closed 4 years ago

Benardi commented 4 years ago

Add Vectorized Neural Net module

Description

Add vectorized neural net module. Add tests for new module. Add documentation for new module. Organize new module and existing nn module into a single submodule.

Fixes #53

Type of change

Please mark options that are relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #54      +/-   ##
========================================
+ Coverage   99.78%   100%   +0.21%     
========================================
  Files          12     10       -2     
  Lines         457    547      +90     
========================================
+ Hits          456    547      +91     
+ Misses          1      0       -1
Impacted Files Coverage Δ
touvlo/nnet/sgl_parm.py 100% <ø> (ø)
touvlo/nnet/cmpt_grf.py 100% <100%> (ø)
touvlo/utils.py 100% <100%> (ø) :arrow_up:
touvlo/lgx_rg/__init__.py
touvlo/rec_sys/__init__.py
touvlo/unsupv/__init__.py

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c4913b...514efa4. Read the comment docs.