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

Extremely Basic Neural Network Not Learning

I've gone through some of the CNTK Python tutorials and I'm trying to write an extremely ba… Read more Extremely Basic Neural Network Not Learning

Lstm With Varying K-hot Encoded Vector

Followup question from: LSTM with keras In this example a one hot encoded vector is used to perform… Read more Lstm With Varying K-hot Encoded Vector

Result Changes Every Time I Run Neural Network Code

I got the results by running the code provided in this link Neural Network – Predicting Values of M… Read more Result Changes Every Time I Run Neural Network Code

How To Write On Video With Cv2 And Mtcnn? I'm Facing Problems With Fourcc

I'm trying to write a script that anonymized faces on videos. here is my code (python): import … Read more How To Write On Video With Cv2 And Mtcnn? I'm Facing Problems With Fourcc

Attributeerror: 'list' Object Has No Attribute 't'

I have been trying to implement a neural network in python that uses back propagation and keep gett… Read more Attributeerror: 'list' Object Has No Attribute 't'

Multi-label Image Classification

I tried myself but couldn't reach the final point that's why posting here, please guide me.… Read more Multi-label Image Classification

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

Which Loss Function To Use In Keras Sequential Model

I am using a Keras sequential model, a prediction output is of the shape (1, 5) (5 features). I hav… Read more Which Loss Function To Use In Keras Sequential Model