Recent Posts

Regularization

3 minute read

Regularization is important technique for preventing overfitting problem while training a learning model.

Sorting

4 minute read

Learn about merge-sort, quick-sort, other sorting algorithms and their running time.

Batch Normalization

5 minute read

‘Batch Normalization’ is an basic idea of a neural network model which was recorded the state-of-the art (4.82% top-5 test error) in the ImageNet competition...

Graph

5 minute read

Learn about graph, graph representations, graph traversals and their running time.

Probability

12 minute read

Learn about probability which are the basics of artificial intelligence and deep learning.