Sunday, 25 February 2024
Loss Function
Loss Function
Posted by : data structures and algorithms February 25, 2024 0 Comments
Coming soon . ...
Read MoreActivation Function
Activation Function
Posted by : data structures and algorithms February 25, 2024 0 Comments
coming soon. ...
Read MoreWhat is a Perceptron?
What is a Perceptron?
Posted by : data structures and algorithms February 25, 2024 0 Comments
SyllabusofDEEP NEURAL NETWORKS(DNN's)Explain in detail the Biological Neuron.Explain Perceptron in detai ...
Read MoreFriday, 23 February 2024
Decision control statements
Decision control statements
Posted by : data structures and algorithms February 23, 2024 0 Comments
Decision control statements: To know in detail click here1. If Statement:Syntax:if expression: #execute your codeExample:1x = 30if(x > 20): print(" x is largest")2. If else Statement:Syntax:if expression: #execute your code else: #execute your codeExample:2m = 30n ...
Read More
Subscribe to:
Posts (Atom)