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

How To Predict The Results For Ocr Using Keras Image_ocr Example?

Keras OCR example demonstrates a very simple OCR system developed using a stacked CNN and RNN. But … Read more How To Predict The Results For Ocr Using Keras Image_ocr Example?

Implement Custom Cost Function In Keras Which Requires Output Of Whole Batch-size

Brief info about the data-set:- Its a person Re-ID problem(whether 2 images are same or not) and i… Read more Implement Custom Cost Function In Keras Which Requires Output Of Whole Batch-size

Keras - Autoencoder Accuracy Stuck On Zero

I'm trying to detect fraud using autoencoder and Keras. I've written the following code as … Read more Keras - Autoencoder Accuracy Stuck On Zero

Training A Multi-variate Multi-series Regression Problem With Stateful Lstms In Keras

I have time series of P processes, each of varying length but all having 5 variables (dimensions). … Read more Training A Multi-variate Multi-series Regression Problem With Stateful Lstms In Keras

Bug On Keras Fit_generator, Running Few Steps More Than It Should

I found fit_generator() would run few steps more than it should. I set steps_per_epoch=100. i and k… Read more Bug On Keras Fit_generator, Running Few Steps More Than It Should

Choose Random Validation Data Set

Given a numpy array consisting of data which has been generated for ongoing time from a simulation.… Read more Choose Random Validation Data Set

Keras Fit_generator Gives A Dimension Mismatch Error

I am working on MNIST dataset, in which X_train = (42000,28,28,1) is the training set. y_train = (4… Read more Keras Fit_generator Gives A Dimension Mismatch Error

Keras, Tensorflow : Merge Two Different Model Output Into One

I am working on one deep learning model where I am trying to combine two different model's outp… Read more Keras, Tensorflow : Merge Two Different Model Output Into One