Machine Learning

2021

2020

[keras] Basics of keras and RNN

Explains the basics of Recurrent Neural Networks (RNN) in Keras by training a model on a damped oscillation curve as sample time-series data.

[keras] Basics of keras and LSTM

Explains the basics of LSTM in Keras and compares it with a simple RNN by building models trained on a damped oscillation curve as sample data.

[keras] Basics of keras and GRU

Explains the basics of the GRU model in Keras and compares it with LSTM using a damped oscillation curve as sample time-series data.