Skip to content Skip to sidebar Skip to footer
Showing posts with the label Artificial Intelligence

Neural Network Xor Gate Not Learning

I'm trying to make a XOR gate by using 2 perceptron network but for some reason the network is … Read more Neural Network Xor Gate Not Learning

Tensor Objects Are Not Iterable When Eager Execution Is Not Enabled. To Iterate Over This Tensor Use Tf.map_fn

I am trying to create my own loss function: def custom_mse(y_true, y_pred): tmp = 10000000000 … Read more Tensor Objects Are Not Iterable When Eager Execution Is Not Enabled. To Iterate Over This Tensor Use Tf.map_fn

Adding More Information Than A Image To An Image Classifier In Keras

i am trying to make an image classifier with keras to predict cases of breast câncer, i had some tr… Read more Adding More Information Than A Image To An Image Classifier In Keras

Game Ai Works Powerfully On One Side And Becomes Dumb On The Other In Tic-tac-toe

I am trying to make a Tic-Tac-Toe game in Python using PyGame and the MiniMax algorithm. The AI pla… Read more Game Ai Works Powerfully On One Side And Becomes Dumb On The Other In Tic-tac-toe

How Is The Alpha Value In Alpha-beta Pruning Algorithm Used And Updated?

I was looking at the post Strange behaviour in a function while implementing the alpha-beta pruning… Read more How Is The Alpha Value In Alpha-beta Pruning Algorithm Used And Updated?

Tflight Graph Created Wrongly

I have the following frozen inference graph. This is for semantic segmentation using Deeplab (downl… Read more Tflight Graph Created Wrongly

Neural Network To Predict Nth Square

I am trying to use multi-layer neural network to predict nth square. I have the following training … Read more Neural Network To Predict Nth Square

Neural Network XOR Gate Not Learning

I'm trying to make a XOR gate by using 2 perceptron network but for some reason the network is … Read more Neural Network XOR Gate Not Learning