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

Is There A Python Equivalent Of Matlab's Conv2 Function?

Does Python or any of its modules have an equivalent of MATLAB's conv2 function? More specifica… Read more Is There A Python Equivalent Of Matlab's Conv2 Function?

Keras Conv1d For Time Series

I am just a novice in area of deep learning. I made my first basic attempt with Keras Conv1D. Not … Read more Keras Conv1d For Time Series

Understanding And Evaluating Template Matching Methods

OpenCV has the matchTemplate() function, which operates by sliding the template input across the ou… Read more Understanding And Evaluating Template Matching Methods

Do I Have To Create A Whole New Array To Store Results From Convolution?

I was playing with my convolution algorithm in Python and I noticed that while sliding the filter a… Read more Do I Have To Create A Whole New Array To Store Results From Convolution?

Training On The Merged Layer In Keras

I am implementing following this paper by Mohammad Havaei. It uses following architecture: I have … Read more Training On The Merged Layer In Keras

In Opencv, What Data Types Does Cv2.filter2d() Expect?

I'm teaching myself about edge detectors, and I'm trying to use OpenCV's filter2D to im… Read more In Opencv, What Data Types Does Cv2.filter2d() Expect?