Friday, January 29, 2021

Activation Functions in Keras


relu
sigmoidmainly used for binary classification
softmax
softplus
tanh
selu
elu
expoenential

Saturday, January 23, 2021



Steps in Tensorflow ML Program
1Create ModelCreate a Sequential model using Dense Layers or Convolutional Layers
2Compile ModelCompile the model by specifying Optimizer and Loss function
3Load the Dataset
4Train the modelCall model.fit by giving the training set.
5EvaluateKnow the accuracy and loss
6Predict
7Display Output

 

 using Microsoft.AspNetCore.Mvc; using System.Xml.Linq; using System.Xml.XPath; //<table class="common-table medium js-table js-stre...