An open API service indexing awesome lists of open source software.

https://github.com/ansebi/sin-activated_neural_network_for_time_series_forecasting

What if use sin activation for predicting waves? Here you can find: 1) wave data generator 2) sin-based nn 3) tests both on a sin wave and on the real data
https://github.com/ansebi/sin-activated_neural_network_for_time_series_forecasting

Last synced: about 2 months ago
JSON representation

What if use sin activation for predicting waves? Here you can find: 1) wave data generator 2) sin-based nn 3) tests both on a sin wave and on the real data

Awesome Lists containing this project

README

        

# SIN-activated Neural Network for Time Series Forecasting
What if use sin activation for predicting waves?

Here you can find:

1) wave data generator

2) sin-based nn

3) tests both on a sin wave and on the real data

The multiwave case in ipynb is the way to go: the most universal and concise.

The rest of the notebooks may be considered as an illustration.

Multiwave notebook requires sin_nn module (the model itself)

and the metrics module.