Implementing Neural network for predicting the output without using any higher level python libraries using pre-trained weights I have used numpy library only to initialize the array and it is eventually converted back to python list.
Input array
pre-trained weights
model-architecture (.csv file)
$ python predicting_without_libraries.py
Conv1D Layer
Dense Layer
Maxpool1D layer
Relu
Sigmoid