I want to use CNN in NLP for sentiment analysis with two different input networks, one with LSTM and another with CNN. But to concatenate both the outputs do I need to fix the kernel size of CNN to 1?
Neural networks are a set of algorithms designed to recognize patterns. These patterns are numbers contained in vectors that are translated from real-world data such as images, sound, text or time series. A convolutional neural network is a neural network that applies convolutional layers to local features.