Zachary Nicolaou
Zachary Nicolaou
Yes, I've seen that pysindy.py could benefit from some reorganizing, but I wouldn't know what the optimal approach is without spending some time. I think I contributed a lot to...
PS: In regards to the problem that @Jacob-Stevens-Haas brought up, would it be possible to apply smoothing to the input in validate_input if a smoothing method is used? I think...
Agreed, it would be really great if somebody made an example with the autoencoders. We'll need to do it eventually, but it isn't on my immediate agenda yet. There are...
Looks interesting, thanks @eloygeenjaar! You're certainly right that those kronecker deltas use excessive memory for large systems. I wonder if slicing can be used instead of matrix multiplication to eliminate...
The docs build successfully in my repo, but I had to `pip install nbsphinx` and `sudo apt install pandoc` first. PS: my sphinx is 4.4.0, and spinx-nbexamples is 0.4.1.
Yeah, there is some tension between the new sindypi approach (which did add an enhancement by enabling sindypi for pdes) and this issue. There may be an approach to incorporate...
Ah, understood about the cvxpy constraint now, thanks! Since I familiarized myself with the sindypi optimizer some already, I'd like to take a stab at overhauling it some time. But...
Sorry my response here is a little slow! I'll try to put some thought into good structure soon. I broadly agree with @akaptano that a big reorganization would nice if...
@Jacob-Stevens-Haas, yes, I'm on board with promoting weak form to the SINDy class level! And happy to provide some feedback, but I may be a little slow sometimes. I'm not...