Basic Anaconda Commands

Basic Anaconda Commands

Anaconda is a fantastic tool for all deep learning, machine learning, and computer vision researcher. It reduces tons of extra work for setting up environments and tools. Personally, I love it so much. Anaconda Navigator is a great UI for setting up environments and...
Activation Function

Activation Function

Activation function plays a very important role in any neural network. As the activation name suggests, this function’s job is to trigger something. Yes, that’s it. Activation function triggers a neuron or node. The activation function determines whether...
Cross Validation

Cross Validation

Cross Validation is a widely used term in Machine Learning. Usually some testing data is needed to validate a model. Many times it is seen that there is no similarity between the training data and the testing data, then to a large extent the model can predict...