Skip to content Skip to sidebar Skip to footer
Showing posts with the label Keras

How To Create A Loss Function With Mse That Uses Tf.where() To Ignore Certain Elements

Here is the function currently. Here, it removes from the MSE any values where y_true is less than … Read more How To Create A Loss Function With Mse That Uses Tf.where() To Ignore Certain Elements

Deep Learning (lstm) With Keras And Variable Size Of Inputs

I am trying to implement a lstm model with keras. The problem is that I have data of different shap… Read more Deep Learning (lstm) With Keras And Variable Size Of Inputs