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

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

Performing 1d Convolution Using 2d Kernel In Keras

I am currently working on a CNN network, in which i want to apply a 2d kernel on a image, but it on… Read more Performing 1d Convolution Using 2d Kernel In Keras

How To Reshape 3 Channel Dataset For Input To Neural Network

I am trying to feed kth action dataset to a cnn. I am having difficulty with reshaping the data. I … Read more How To Reshape 3 Channel Dataset For Input To Neural Network

Multi-classification Nn With Keras Error

I am getting an error when trying to do multi-classification with three classes. Error: TypeError:… Read more Multi-classification Nn With Keras Error

Backward Propagation In Keras?

can anyone tell me how is backpropagation done in Keras? I read that it is really easy in Torch and… Read more Backward Propagation In Keras?

How Keras Imdb Dataset Data Is Preprocessed?

I'm working on a problem of sentiment analysis and have a dataset, which is very similar to Kea… Read more How Keras Imdb Dataset Data Is Preprocessed?