Skip to content
Snippets Groups Projects
Commit a8badf32 authored by Václav Tran's avatar Václav Tran
Browse files

readme

parent baf3b880
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ This semester project (SP) focuses on the prediction of parameters of sinusoidal
As part of this assignment, implement in PyTorch a minGRU architecture following the specifications from [Popov et al. (2023)](https://arxiv.org/abs/2410.01201).
 
Consider the simple periodic function:
\[ y_i(A_i, \omega_i; t) = A_i \sin(\omega_i t) \]
$$ y_i(A_i, \omega_i; t) = A_i \sin(\omega_i t) $$
where \( A \) represents the amplitude, \( \omega \) the frequency, and \( t \) is the time variable.
 
Restrict the time variable to the interval \( t \in [0, 2\pi] \).
......@@ -23,4 +23,4 @@ The dataset required for this project is generated programmatically. Therefore,
jupyter notebook train_noise.ipynb
```
 
2. The results of the training and predictions will be displayed in the respective Jupyter notebooks.
2. The results of the training and predictions will be displayed in the respective Jupyter notebooks.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment