Skip to content Skip to sidebar Skip to footer
Showing posts with the label Neural Network

Keras Cnn Dimension Problems

I am trying to build a CNN using Keras for an image segmentation task, based on this article. Becau… Read more Keras Cnn Dimension Problems

Tensorflow Error "unhashable Type: 'numpy.ndarray'"

import tensorflow as tf import numpy as np layer1_weight = tf.Variable(tf.zeros([2 , 3])) … Read more Tensorflow Error "unhashable Type: 'numpy.ndarray'"

Neural Network Backpropagation Algorithm Not Working In Python

I am writing a neural network in Python, following the example here. It seems that the backpropagat… Read more Neural Network Backpropagation Algorithm Not Working In Python

Model Not Learning In Tensorflow

I am new to tensorflow and neural networks, and I am trying to create a model that just multiples t… Read more Model Not Learning In Tensorflow

Error In Calculating Neural Network Test Accuracy

I tried to train my neural network, and then evaluate it's testing accuracy. I am using the cod… Read more Error In Calculating Neural Network Test Accuracy

Tensorflow Copy Weights Issue

I am using Tensorflow 0.8 to train the Deep Neural Networks. Currently, I encounter an issue that I… Read more Tensorflow Copy Weights Issue

1d Convolution For Vector

I'm learning to understand how to use the convolutional neural network with 1d convolution: Her… Read more 1d Convolution For Vector

Keras Model Doesn't Learn At All

My model weights (I output them to weights_before.txt and weights_after.txt) are precisely the same… Read more Keras Model Doesn't Learn At All