Hill Climb Search

How to Estimate DAG (Directed Acyclic Graph) with Hill Climb Search

Saman .E

4 Min read

Hill Climbing is a simple optimization algorithm that tries to find the global optimum of a given objective function by making iterative moves towards better solutions. The algorithm starts ...

EfficientNet

EfficientNet is a family of convolutional neural network (CNN).

Saman .E

3 Min read

EfficientNet was first introduced by a team of researchers at Google in a paper published in 2019. The paper, “EfficientNet: Re...

Markov chain

Markov chain is a mathematical model that describes a sequence of possible event.

Saman .E

5 Min read

The concept of a Markov chain was first introduced by Andrei Andreyevich Markov in his 1906 paper “Extension of the law of large numbers.” In the paper ...