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

How To Convert 2d Bounding Box Pixel Coordinates (x, Y, W, H) Into Relative Coordinates (yolo Format)?

Hy! I am annotating image data through an online plateform which is generating output coordinates l… Read more How To Convert 2d Bounding Box Pixel Coordinates (x, Y, W, H) Into Relative Coordinates (yolo Format)?

How Does It Works The Input_shape Variable In Conv1d In Keras?

Ciao, I'm working with CNN 1d on Keras but I have tons of troubles with the input shape variabl… Read more How Does It Works The Input_shape Variable In Conv1d In Keras?

Weight Visualization Of 3d Convolutional Kernel

I am using 3d kernel of size 3x3x3 for the convoution layer and would like to plot the weights of … Read more Weight Visualization Of 3d Convolutional Kernel

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 Generate New Image Using Deep Learning, From New Features

If i have a dataset consisting by a list of images each associated with a series of features; there… Read more How To Generate New Image Using Deep Learning, From New Features

Understanding The Output Shape Of Conv2d Layer In Keras

I do not understand why the channel dimension is not included in the output dimension of a conv2D l… Read more Understanding The Output Shape Of Conv2d Layer In Keras