Posts
Ashish Jaiswal
Cancel

Unleash the Power of Bare Git Repositories to Manage Your Dotfiles

Dotfiles: the unsung heroes of our development environments, silently configuring our tools and making our lives easier. But what happens when your trusty dotfiles are scattered across multiple mac...

My Summer Internship Experience at Meta: Building Video Understanding Systems and Exploring California (Summer 2022)

Meta Platforms, Inc. is a leading tech company that provides users with a wide range of products and services worldwide. Some of the popular mentions are Facebook, Instagram, and Whatsapp. During t...

Setting up Franka Emika Panda Arm with ROS (Noetic)

The Franka Emika Panda Arm is a seven-axis industrial robot arm that is becoming increasingly popular in robotics research and manufacturing. It is easy to use, has a high payload capacity, and com...

A Beginner's Guide to Semi-Supervised Learning

When we try to divide machine learning methods, we generally tend to separate them into two fundamentally different groups: supervised and unsupervised. So, where do semi-supervised methods fit in?...

Enhance your CNN Networks with Squeeze and Excitation (SE) blocks: Attention Mechanism for Input Channels

We know that Convolutional Neural Networks (CNNs) are very popular when it comes to capturing specific properties of an image that are most salient for a given task. In fact, most of the research h...

An Overview of Research in Video Description in 2020

The following post is greatly inspired by the paper Video Description: A Survey of Methods, Datasets and Evaluation Metrics. I have tried to summarize the research that has been undergone in the fi...

Hyperparameter Tuning in Deep Neural Networks

One way to make your deep learning model more accurate and generate better results is to tune your model’s hyperparameters. By doing so, you can speed up your training process and optimize the outp...

Optimization Algorithms in Deep Learning

Building deep neural networks is one thing, but optimizing it to train faster with better accuracy is a completely different set of domain. So, it is very important that we focus on optimizing our ...

Practical Aspects of Deep Learning - 2

Welcome to the second part of “Practical Aspects of Deep Learning”. If you haven’t already gone through the first part, then you can read the post here. In this post, we will be discussing on how t...

Practical Aspects of Deep Learning - 1

Deep Learning is a subset of Machine Learning which has come to evolve highly in the past few years. It involves neural networks with the number of hidden layers greater than one, hence the term “d...