Author: Tarun
-
Tuning Hyperparameters in Deep Learning
Hello everyone, Welcome to our final blog in this Deep Learning Introduction series. In this blog, we will discuss on hyperparameter tuning, which’s a question on everyone’s mind when getting started with Deep Learning. Hyperparameter tuning There are several hyperparameters we should take in consideration while building deep learning models, which are mostly specific to…
-
Training a Neural Net
Hello everyone π, Welcome back to our Deep Learning Series. In our previous post, we have discussed Data Preprocessing for DL Models or Neural Networks. In this post, we will delve deep into factors, to be taken into consideration while training a Deep Neural Net. Training model can be considered as heart of Deep Learning…
-
Data Preprocessing for Neural Networks
Hello everyoneπ. In our previous blog we’ve discussed Face Recognition using One Shot Learning. In this post, we will discuss some of the widely used preprocessing methods in Deep Learning. So Let’s jump in. Data Augmentation Data Augmentation is one of the most widely used preprocessing strategy in Computer Vision Techniques. Deep Learning models need…
-
Face Recognition using One Shot Learning
Hello everyone π. Welcome back. In this blog, we will learn how to use One shot learning algorithms to recognize someone from a single image. Normally, we need multiple images of a single person to recognize his/her face using a Deep Learning model. But, in real time applications, we can’t get tons of data to…
-
Basics of JavaScript Part-2
In our previous post , we’ve discussed, basic Concepts of JavaScript like, statements, delimiter, comments, variables, data types, objects, conditionals, loops, functions. In this post, mainly we are dividing our blog into two different parts. In the first part we’ll discuss about – maps, filter, reduce concepts and in the second part we’ll discuss about…
-
A guide to YOLO v2
Hey everyoneπ, Welcome back. We have covered YOLO’s base model in detail in our previous article. In this blog post, we will discuss it’s version 2(mostly about the improvements made), and then we will have a look into the results of improvements. So, Let’s get started. YOLO v2 YOLO v2 is an improvement to its…
-
Interview Experience NCR
Hello everyoneπ. Very happy to share with you all, I have joined NCR Corporation yesterday as a Software Intern. I want to share with you my experience starting from online challenge to HR round. So Let’s jump in. 1. Online Challenge The very first round Campus CodeWars’19 an online challenge, of course to make our…
-
Object Detection and YOLO
Hello ππ, Welcome to our blog post on Object Detection using YOLO (You Only Look Once). YOLO is considered as one of the State of The Art (SOTA) Algorithms in object detection tasks. Here’s the original paper, it might seem difficult to understand and read even because of the format. So here’s our blog to…
-
Basics of JavaScript
In our previous post, we’ve discussed, why you should learn JavaScript ,Cool facts about JavaScript and 3 unique ways to run JavaScript. In this post, we’ll discuss basic Concepts of JavaScript. So, Lets get started. Building Blocks of JavaScript: For any programming language these concepts are like building blocks but the only thing that differentiates…
-
Common Practices in Deep Learning
Hey Deep Learning Nerds, Welcome back β. It’s been a while we blogged on Deep Learning. But we are here with an exciting topic. As we know DL involves lot of trail and error before we arrive at a sophisticated model for our problem, but how do people kick the things off whenever they have…