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

updated readme

parent 18d3ba7d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ As part of this assignment, implement in PyTorch a minGRU architecture following
We perform a first exploration of the potential of the recently-introduced minGRU models for parameter inference and forecasting in time-series. (The finer details of the results can be added after the results are finalised). (More detailed assignment description to be provided later.)
 
## Dataset Information
The dataset required for this project is generated programmatically. Therefore, there is no need to download any external datasets.
The dataset required for this project is generated programmatically. Therefore, there is no need to download any external datasets. (As of the current state of the project)
 
## Requirements
To run this project, you will need the following dependencies:
......
......@@ -60,6 +60,7 @@ The 4-layer model achieved the best overall perforamnce, followed by the 8-layer
### minGRU on parameter inference of sinusoidal waves (with noise)
- Noise standard deviation: 0.01
- Number of layers: 4
Other hyperparameters stayed the same.
 
- Training Loss: 0.14
......
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