Research Article

Identification and Prediction of Chronic Diseases Using Machine Learning Approach

Algorithm 1

Convolutional neural network algorithm.
Consider the activation function as,
 #Sigmoid function
 Input: np.random.randn [3 1]
 hiddenLayer-1 = activation (np.dot (, input) + )
 hiddenLayer-2 = activation (np.dot (, hiddenLayer-1) + )
Output: np.dot (, hiddenLayer-2) + 
 were, are learnable parameters