Top tech that is changing the finance world forever Technology is quite literally constantly evolving and changing the world around everyone today. In the finance world, this is especially evident as new technology is paving the way for a special new era of financial transactions.
Deep Learning Instance Segmentation In this article, we will dive deeper in a very important concept in computer vision which considered a great progress in deep learning field which is Instance Segmentation. what is it?, the most popular algorithm for it, and its evaluation metric.
C++ ifstream in C++ In this article, we have explored the idea of ifstream in C++ and explained how it is used with C++ code examples.
C++ memcmp() function in C++ memcmp() is a C++ function that compares a specified number of characters in two pointer objects.
C++ Delete default constructor in C++ In this article, we have explored how to delete the default constructor in C++ Programming Language using different C++ code examples.
C++ static_cast in C++ In this article, we will learn about static_cast in C++ Programming Language and understand when to use it in contrast to similar functions like dynamic_cast.
Deep Learning Downsampling and Upsampling in CNN There is no doubt that convolution neural network gave a huge progress to computer vision sector and in this article I will walk with you in short journey with some of its concepts specially downsampling and upsampling in CNN.
C++ substr in C++ In this article, we will learn about substr() function in C++ which is used to extract a sub-string from a given string.
System Design Wide Column Store We shall be looking at a type of non-relational database called Wide-column stores. Last time, we looked at Time-series databases and we saw how they worked and how to apply them in certain use cases.
Deep Learning Back-propagation Through Time (BPTT) [Explained] Back-propagation is the most widely used algorithm to train feed forward neural networks. The generalization of this algorithm to recurrent neural networks is called Back-propagation Through Time (BPTT).
Machine Learning (ML) Panoptic quality (PQ), segmentation quality (SQ) and recognition quality (RQ) In this article, we will dive deeper in evaluation metrics for computer vision tasks especially for Panoptic segmentation namely Panoptic quality (PQ), segmentation quality (SQ) and recognition quality (RQ).
Algorithms 2D Prefix Sum In this article, we discuss about how to find the Prefix sum of a given matrix that is 2D Prefix Sum. We have demonstrated 3 methods to find the 2D prefix sum.
Graph Algorithms Biconnected Components [Explained + Algorithm to find it] Turns out, biconnected components are one of the most important topic in design analysis of algorithms, data structures and in many competitive exams. Biconnected components are defined as a maximal biconnected subgraph.
Software Engineering How Speed Test Work? In this article, we have explored how Internet Speed is measured which involves upload and download speed. This will help you understand how speed test by Ookla works and how you can create a similar tool to measure Internet Speed.
C++ Typing Speed Project in C++ In this article, we will work on the C++ project of Typing Speed. We will learn about implementation of the complete program in C++ which will check our typing speed.
Python Snake Game in Python In this article, we have developed Snake Game in Python Programming Language and developed the GUI for it as well. You shall follow this guide and develop your own version. This will be a strong addition to SDE Portfolio.
C++ Determine index from pointers in C++ In this article, we will look at how to compute the index using pointers returned by STL functions. It will be explained in such a way that even a 4th grader would get it.
Culture Penporn Koanantakool Penporn Koanantakool is a Senior Software Engineer at Google and is best known as TensorFlow contributor and for reviewing pull requests for TensorFlow.
Culture Timothy Buzzelli Timothy Buzzelli is a Competitive Programmer and Software Developer from USA working at Google who is best known for becoming two time ICPC World Finalist 2017 and 2018.
C++ Different ways to delete elements in list in C++ In this article, we will explore Different ways to delete elements in list in C++ such as pop_front(), pop_back(), clear(), removeif() and much more.
Python 2048 game in Python 2048 game is a fun and addictive single-player game that keeps you hooked from the moment you start playing. In this article, we will explain the strategies of the game and implement the steps in code using Python.
Deep Learning Fault Detection System: Predict defective solar module cells In this article we will build a fault detection system using a deep learning model : EfficientNet to distinguish between defective and non-defective cells that are extracted from solar modules.
Deep Learning Distilled-GPT2 model In this article we will talk about a very popular model that was a revolution in the natural language processing sector that provide more fast and more accurate results than anything provide before, we will take you to a journey with Distilled-GPT2 model.
Python Flappy Bird in Python Flappy Bird is an extremely addictive arcade game. In this article, we will explain how the game works and show the implementation of its code in Python. This Python project is a strong addition to SDE Portfolio.
Python 53 Intermediate Python Projects In this article, we have listed 53 Intermediate Python Projects which you should work on to gain a strong hold in implementing programs in Python and strengthen your portfolio.