stefanonardo / pytorch-esn

An Echo State Network module for PyTorch.
MIT License
205 stars 43 forks source link

Update echo_state_network.py #11

Closed XinzeZhang closed 2 years ago

XinzeZhang commented 2 years ago

An improvement of solving the output weight with using the matrix rank to judge whether the inverse is existing.

stefanonardo commented 2 years ago

Hi @XinzeZhang, sorry for the late reply, I've been pretty busy at work.

Thank you so much for your contribution!