Useful tips for everyday
How backpropagation works for learning filters CNN? Chain Rule in a Convolutional Layer For the forward pass, we move across the CNN, moving through its…
Is it possible to tune hyperparameters for deep neural network? Tuning hyperparameters for deep neural network is difficult as it is slow to train a…
How are sequential models used in Keras? When to use a Sequential model Your model has multiple inputs or multiple outputs. Any of your layers…
Which are multi-class classification techniques? The techniques developed based on reducing the multi-class problem into multiple binary problems can also be called problem transformation techniques.…
What is AUC in ROC curve? The Area Under the Curve (AUC) is the measure of the ability of a classifier to distinguish between classes…
How do you calculate correlation from causation? What’s the difference between correlation and causation? While causation and correlation can exist at the same time, correlation…
How do I fix click-through rate? 9 ways to improve Google Ads CTR (click through rate) Improve your Quality Score. Use the best ad extensions.…
How is the size of the dataset related to the skill of the model? Plotting the result as a line plot with training dataset size…
How do I delete a submission? To delete a submission: In the Submissions tab, click on the name of the submission you’d like to delete.…
What happens to a pointer after free? Because freeing memory (a pointer) just puts back that memory on the free memory pool. The memory doesn’t…