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

Python/keras - How To Access Each Epoch Prediction?

I'm using Keras to predict a time series. As standard I'm using 20 epochs. I want to check … Read more Python/keras - How To Access Each Epoch Prediction?

Non-identical Results From String Identifier And Actual Class Names For Activations, Loss Functions, And Metrics

I have the following keras model that is working fine: model = tf.keras.Sequential( [ #fir… Read more Non-identical Results From String Identifier And Actual Class Names For Activations, Loss Functions, And Metrics

How To Predict Float Vector Labels With Caffe?

I was wondering if it's possible to predict a 1-by-n feature associated to an input image using… Read more How To Predict Float Vector Labels With Caffe?

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

Tf.nn.sigmoid_cross_entropy_with_logits Companies About Arguments From Documentation

So I have the following model that I am wanting to test out an idea with. I am particularly interes… Read more Tf.nn.sigmoid_cross_entropy_with_logits Companies About Arguments From Documentation

Tensorflow 'module' Object Has No Attribute 'global_variables_initializer'

I'm new to Tensorflow I'm running a Deep learning Assignment from Udacity on iPython notebo… Read more Tensorflow 'module' Object Has No Attribute 'global_variables_initializer'