Skip to content Skip to sidebar Skip to footer
Showing posts with the label Theano

Neural Network Accuracy Optimization

I have constructed an ANN in keras which has 1 input layer(3 inputs), one output layer (1 output) a… Read more Neural Network Accuracy Optimization

Theano Sqrt Returning Nan Values

In my code I'm using theano to calculate an euclidean distance matrix (code from here): import … Read more Theano Sqrt Returning Nan Values

Theano: Summation By Class Label

I have a matrix which represents a distances to the k-nearest neighbour of a set of points, and the… Read more Theano: Summation By Class Label

Need Help To Compile Python With Pyinstaller

I want to distribute my python code on machines running windows 7+. It consists of a couple of .py … Read more Need Help To Compile Python With Pyinstaller

Theano Gives "...waiting For Existing Lock By Unknown Process..."

My code was working fine. However, now I am getting an error that says: Using gpu device 0: GeForce… Read more Theano Gives "...waiting For Existing Lock By Unknown Process..."

How Do I Set Many Elements In Parallel In Theano

Lets say I create a theano function, how do I run operations in parallel elementwise on theano tens… Read more How Do I Set Many Elements In Parallel In Theano

Theano 'expected An Array-like Object, But Found A Variable': Using Scan & Categorical_crossentropy

I'm trying to sum multiple loss in theano but I can't make it work. I'm using the categ… Read more Theano 'expected An Array-like Object, But Found A Variable': Using Scan & Categorical_crossentropy

Keras: "runtimeerror: Failed To Import Pydot." After Installing Graphviz And Pydot

I'm using Anaconda Python 2.7 on windows 10 I was planning on doing Keras visualization so (whi… Read more Keras: "runtimeerror: Failed To Import Pydot." After Installing Graphviz And Pydot