What are Design Principles Design principles are set of guidelines that are used to create a good software systems. What
Continue reading
Sharing knowledge, amazing things and ideas
What are Design Principles Design principles are set of guidelines that are used to create a good software systems. What
Continue readingArtifact in Archaeology In Archaeology, Artifact is every object created or given shape by a human. For example, it can
Continue readingNormalization Before we learn about Batch normalization lets see what is Normalization. It is technique of transforming the data to
Continue readingAdaptive learning rate algorithms monitor the performance of the training and based on monitoring they adjust learning rate. They provide
Continue readingWhat is Regularization Regularization is a technique that helps reduce overfitting or reduce variance in Neural network by penalizing for complexity.
Continue readingBias Bias is error of Machine learning model. It is inability for a Machine learning algorithm to capture true relationship.
Continue readingLoss function The Loss function computes the error for a single training example. Cost function The Cost function is the
Continue readingDeep Learning is better then other Traditional Machine learning algorithms because it gives better precision when it use large amount
Continue reading1. Gradient Descent Gradient descent is an optimization algorithm used for finding weights (parameters) in Deep learning that will produce
Continue reading1. What is Tensor Tensors are primary data structures used by Artificial Neural Networks. All inputs and outputs are represented
Continue reading