Sunday, 25 February 2024

Hyperparameter


Hyperparameter

 coming soon.. ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Loss Function


Loss Function

 Coming soon . ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Activation Function


Activation Function

 coming soon. ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

What is a Perceptron?


What is a Perceptron?

 SyllabusofDEEP NEURAL NETWORKS(DNN's)Explain in detail the Biological Neuron.Explain Perceptron in detai ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Friday, 23 February 2024

Decision control statements


Decision control statements

 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
data structures and algorithms
data structures and algorithms Web Developer