Showing posts with label DeepLearning. Show all posts
Showing posts with label DeepLearning. Show all posts

Python : Plotting Architecture of Tensorflow Keras model

This post shows how to plot an architecture flow of Tensorflow Keras model by using plot_model() function.

Understanding the LSTM model

This post gives a brief introduction to the basic structure of LSTM (Long-Short Term Memory) model with an intuitive figures and explanations. Let's interpret "gate" as "rate" or "weight" for grasping the concept of LSTM faster since we are not engineers but finance-related practitioners.