Project focuses on predicting parameters of sinusoidal waves using neural networks with minGRU architecture. The core task is to predict amplitude (A) and frequency (ω) parameters from discretized sine wave samples. The waves are defined as y(t) = A sin(ωt) where t ∈ [0, 2π], sampled at 100 points.