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

How To Load Images And Text Labels For Cnn Regression From Different Folders

I have two folders, X_train and Y_train. X_train is images, Y_train is vector and .txt files. I try… Read more How To Load Images And Text Labels For Cnn Regression From Different Folders

Use Different Target Vectors For Cnn

I wish to use different target vectors (not the standard one-hot encoded) for training my CNN. My i… Read more Use Different Target Vectors For Cnn

Transform An Image Of Handwritten Notes To Text

I have hundreds of images of handwritten notes. They were written from different people but they ar… Read more Transform An Image Of Handwritten Notes To Text

Modify Some Values In The Weight File (.h5) Of Vgg-16

I have the weight and bias values for each layer of the VGG model saved as a .h5 file. I got the fi… Read more Modify Some Values In The Weight File (.h5) Of Vgg-16

Typeerror: Fit_generator() Got An Unexpected Keyword Argument 'nb_val_samples'

I am trying to make a handwriting classifier by referencing the article: https://github.com/priya-d… Read more Typeerror: Fit_generator() Got An Unexpected Keyword Argument 'nb_val_samples'

High Training Accuracy But Low Prediction Performance For Tensorflow's Official Mnist Model

I'm new to machine learning and I was following along with the Tensorflow official MNIST model … Read more High Training Accuracy But Low Prediction Performance For Tensorflow's Official Mnist Model

Cnn Train Accuracy Gets Better During Training, But Test Accuracy Stays Around 40%

So in the past few months I've been learning a lot about neural networks with Tensorflow and Ke… Read more Cnn Train Accuracy Gets Better During Training, But Test Accuracy Stays Around 40%

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?