Skip to content Skip to sidebar Skip to footer
Showing posts with the label Deep Learning

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

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

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?

Cost Function Outputs 'nan' In Tensorflow

While studying the tensorflow, I faced a problem. The cost function output 'nan'. And, if… Read more Cost Function Outputs 'nan' In Tensorflow

Autotokenizer.from_pretrained Fails To Load Locally Saved Pretrained Tokenizer (pytorch)

I am new to PyTorch and recently, I have been trying to work with Transformers. I am using pretrain… Read more Autotokenizer.from_pretrained Fails To Load Locally Saved Pretrained Tokenizer (pytorch)

Keras - Cnn Model Summary Diemension Interpretation

I am using Keras library to build this deep learning model: INPUT(depth=1, height=15, width=27) -&g… Read more Keras - Cnn Model Summary Diemension Interpretation

Keras Model Not Learning

My Keras model is not learning anything and I can't figure out why. I even reduced the training… Read more Keras Model Not Learning

Changing The Current Graph Of Tf.placeholder Objects In Tensorflow: Is It Possible?

In my code, I am changing my current default graph for some reason and rebuild all the computation … Read more Changing The Current Graph Of Tf.placeholder Objects In Tensorflow: Is It Possible?