-
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…
-
5 Essential Concepts of Javascript Every Beginner should know
Hello everyone ✋, welcome back to the Javascript series. In our previous post we’ve discussed about basics of javascript. In this post we’ll discuss about 5 essential concepts of javascript. Most of the beginners fortuitously skip these concepts with lack of understanding. By reading this post you won’t skip these important concepts of javascript. so…
-
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…
-
Design of N-bit Wide ADDER
Hello Everyone👋, Welcome back. In our previous blog, we have discussed the installation process of ModelSim and Notepad++. In this blog, we will discuss Hierarchical Modeling Concepts, Module Syntax, and Design of N-bit Wide Adder using Verilog HDL. Before we discuss the details of Verilog language, we must first understand basic hierarchical modeling concepts in…
-
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…
-
Installing Modelsim and Notepad++ for Verilog HDL
Hello Everyone👋, Welcome back. In our previous blog, we have discussed the Integrated Chip design flow. In this blog, we will discuss what software’s we need to install in our machine to run, execute, and simulate our Verilog HDL code. Many companies have different simulators to simulate the Verilog HDL code. Below are some companies…
-
Integrated Chip (IC) Design Flow
Hey Everyone 👋, Welcome back. We have covered Introduction to Verilog in detail in our previous article. In this blog post, we will discuss how semiconductor industries are manufacturing Integrated Chips also knows as IC Design Flow or VLSI Design Flow in very detailed. Are you ready to learn? So, Let’s get started. VLSI Design…
-
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…