Clarity on the classifier

I did a project on peak detection and got excellent results. Please could you explain to me the type of NN classifier (MLP, CNN or RNN) used in my project? My project ID-135078

Hi @usmansalehtoro,

If you take a look at the “NN Classifier” page of your project, you can see that you have a dense neural network with 2 hidden layers and 1 output layer. By default, we use the ReLu activation function in each of the nodes. You can also click on the three-dots menu in the top-right and select “Expert Mode” to see the Keras code used to make the neural network. Hope that helps!