Developer Rants - Candid Tech Woes 😡 Senior Developer saving money on Team Lunch to impress Manager In this article at OpenGenus.org, I am presenting a first hand experience of going to a team lunch at office with some new toxic senior developers.
Linux Copy file from docker to local host In this article at OpenGenus, we have explained how to copy a file from a Docker container to local host or system. This command is "docker cp container-id:/path/to/file .".
Deep Learning Undistillable class in Deep Learning Undistillable class is a class in the knowledge of a teacher model that cannot be distilled or transferred to a student model.
Deep Learning Capacity Mismatch in Deep Learning In this article at OpenGenus.org, we have explored the concept of Capacity Mismatch in Deep Learning and Knowledge Distillation and discussed some solutions towards it.
Deep Learning Teach Less, Learn More (TLLM): Inspiration from Singapore Gov to DL Teach Less, Learn More (TLLM) is a teaching initiative started by Singapore Government in 2005 and has inspired a popular paper in Deep Learning which has attempted to solve the problem of Undistillable Classes in Knowledge Distillation.
Developer Rants - Candid Tech Woes 😡 Why is mm/dd/yyyy date format is dumb? In this article at OpenGenus.org, we have explored why the date format MM/DD/YYYY is difficult to interpret and should not be used. The other 2 date formats are consistent.
[FIXED] 1 account is disabled or blocked from Google Groups In this article at OpenGenus, we have explained the reason for this error "1 account is disabled or blocked from Google Groups" which you can face while adding members to your official Google Group. We have presented the fix for this.
Efficient Approximation of Exponential Function in O(1) time In this article at OpenGenus, we have explored an efficient approximation of Exponential Function that can be computed in O(1) time. This is also known as Schraudolph's method.
Deep Learning Time Complexity of im2row and im2col In this article at OpenGenus, we have explored the time and space complexity of im2row and im2col algorithms that are frequently, used for GEMM based Convolution algorithms.