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

Cnn Loss With Multiple Outputs?

I have the following model def get_model(): epochs = 100 learning_rate = 0.1 decay_rate = learning_… Read more Cnn Loss With Multiple Outputs?

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

Pybrain Multi Dimensional Data Input

I have some data that has a dimension of 8x128 for each record. I wanted to train a Neural Network … Read more Pybrain Multi Dimensional Data Input

How To Output Per-class Accuracy In Keras?

Caffe can not only print overall accuracy, but also per-class accuracy. In Keras log, there's o… Read more How To Output Per-class Accuracy In Keras?

How To Restrict Output Of A Neural Net To A Specific Range?

I'm using Keras for a regression task and want to restrict my output to a range (say between 1 … Read more How To Restrict Output Of A Neural Net To A Specific Range?

Improving Accuracy Of A Tensorflow Neural Network- Python

This is a continuation of my first question: Receiving random cost output on tensorflow regression-… Read more Improving Accuracy Of A Tensorflow Neural Network- Python