ML | Training Image Classifier using Tensorflow Object Detection API
This article aims to learn how to build an object detector using Tensorflow’s object detection API. Requirement : Python Programming Basics of Machine Learning Basics… Read More »
This article aims to learn how to build an object detector using Tensorflow’s object detection API. Requirement : Python Programming Basics of Machine Learning Basics… Read More »
TensorFlow the massively popular open-source platform to develop and integrate large scale AI and Deep Learning Models has recently been updated to its newer form… Read More »
Below are some more interesting facts about C programming: 1. Macros can have unbalanced braces: When we use #define for a constant, the preprocessor produces… Read More »
Prerequisite: MPI – Distributed Computing made easy Message Passing Interface(MPI) is a library of routines that can be used to create parallel programs in C… Read More »
The IT industry, especially in India, heavily uses Java in most of their projects. Being a Java developer, one should have the knowledge about the… Read More »
The Gauss Seidel method is an iterative process to solve a square system of (multiple) linear equations. It is also prominently known as ‘Liebmann’ method.… Read More »
I. ABSTRACT Models of neural networks are receiving widespread attention as potential new architectures for computing systems. The models we consider here consist of highly… Read More »
BASIC INTRODUCTION: [ Way to Structure Code ] Note : Link between Model and View Model is Manipulating Data and between ViewModel and View is… Read More »
Given two Stacks, the task is to check if the given stacks are same or not. Two stacks are said to be same if they… Read More »
As the placement season is back so are we to help you ace the interview. We have selected some most commonly asked and must do… Read More »
With advancement and innovation in technology, programming is becoming a highly in-demand skill for Software Developers. Everything you see around yourself from Smart TVs, ACs,… Read More »
Data Structures and Algorithms are one of the most important skills that every computer science student must have. It is often seen that people with… Read More »
According to a study by employability assessment company Aspiring Minds in 2017, only 4.77 percent of candidates can write the correct logic for a program… Read More »
Prerquisite: OpenMP | Introduction with Installation Guide In C/C++/Fortran, parallel programming can be achieved using OpenMP. In this article, we will learn how to create… Read More »
After completing my sixth semester I had approximately 11 months to prepare for GATE exam with that eight months of the two semesters in college… Read More »