You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the tmolteno/toynn repository. Create a small torch-based python project in a subfolder, that tries to measure step changes in amplitude of a sine wave signal with additive noise.
Copy the torch example and get it going.
Use a pyproject.toml based design with a command line interface
Modify it to predict the amplitude and frequency of an input signal (regular samples in time).
Try and train it to detect when the amplitude has changed (as fast as possible).
Using the tmolteno/toynn repository. Create a small torch-based python project in a subfolder, that tries to measure step changes in amplitude of a sine wave signal with additive noise.