Skip to content

VictorGorgal/SquareWavePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SquareWavePrediction

Simple LSTM neural-network to predict a square wave function

Similar to the Sine Wave Prediction project, this project is a precursor for the Energy Consumption Forecast.

  • generator.py - generates the square wave
  • nn.py - trains and saves the model to file
  • prediction.py - makes new predictions using the saved model

The model consists of 4 layers; 16, 1, 16, 1 neurons respectively.

image

About

Simple LSTM neural-network to predict a square wave function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages