Skip to content

Simple LSTM neural-network to predict a sine wave function

Notifications You must be signed in to change notification settings

VictorGorgal/SineWavePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SineWavePrediction

Simple LSTM deep neural network to predict a sine wave function

generator.py - generates the sine wave

nn.py - used for training and saving the model to model.h5

prediction.py - is used to make new predictions using the saved model

the neural network is a encoder-decoder type, with 4 layers; 4, 1, 4, 1 neurons respectively. image

prediction.py output: image

About

Simple LSTM neural-network to predict a sine wave function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages