System Design Leaderless Replication In this article at OpenGenus, we will cover some basic ideas of leaderless replication. I will first introduce the leaderless replication to help you have an overview about what the leaderless replication is.
Python Circular Linked List in Python using OOP In this article at OpenGenus, we will explore how to implement Circular Linked List in Python using OOP.
Machine Learning (ML) 10 Feature Scaling Techniques in Machine Learning In this article at OpenGenus, we will explore feature scaling techniques in Machine Learning and understand when to use a particular feature scaling technique.
JavaScript SEO in React JS We will delve deeper into the implementation of Helmet and explore its benefits in optimizing React websites for search engines.
Web Development Types of HTTP Response Codes In this article at OpenGenus, We are going to understand what HTTP response codes are along with the list and meaning of different HTTP Response Codes.
Java Hierarchical Inheritance In Java In this article at OpenGenus, we are going to learn about Hierarchical Inheritance in Java along with a Java code example.
Python Different ways to take user input in Python In this article at OpenGenus, we will be explaining different ways to take input in Python and also show code samples.
Deep Learning Residual Connections in DL In this article at OpenGenus, we will explore the concept of Residual Connections in deep learning.
Indian Railways Signaling Systems used by Indian Railways All of you must have travelled by train at least once in your life. You may have observed that trains stop on stations for sometime and then depart from it, or it may stand up to hours due to some problems, sometimes trains also stops in midway between two stations.
System Design Multi Master Replication In this article at OpenGenus, let's understand Multi Master Replication and how it ensures data consistency in distributed systems.
Deep Learning Social Distancing Checker using Deep Learning: An Approach to Ensure Public Safety In this project at OpenGenus, we aim to build a social distancing checker using deep learning techniques. The goal is to analyze a video or series of images and detect instances where people are not maintaining the recommended social distance.
Machine Learning (ML) Huber and Hinge loss Loss functions are an important part of Machine Learning. Two common loss functions that we will focus on in this article at OpenGenus are the Huber and Hinge loss functions.
Web Development Alternative to auth0 and OAuth 2.0 In this article at OpenGenus, we are going to talk about auth0 and OAuth 2.0, what each one of them do and what are the alternatives for them. We have to remember that everything related to software development has its pros and cons.
Python Pandas Dataframe [Complete Guide] In this article at OpenGenus, we will understand the basic concepts of Pandas Dataframe and its usage with various examples.
Java Scanner Class in Java In this article at OpenGenus, we will explore some common functions of Scanner Class in Java. It will introduce the Scanner Class and some common methods that developer may need to call when they apply the Scanner Class and some points that the developer needs to be careful about.
JavaScript Multithreading in JavaScript Developers can now leverage multithreading capabilities to execute tasks in parallel, significantly enhancing the performance of their JavaScript applications.
Deep Learning Concatenation Operation in CNN In this article at OpenGenus, we will explore the notion of Concatenation operation in CNN in detail.
linked list Implementing Linked list in Python using OOP concepts In this article at OpenGenus, let's understand how to implement a Linked List in Python using OOP concepts.
Deep Learning Predicting Bike Sharing Demand In this article at OpenGenus, we will work on predicting bike sharing demand using a dataset provided by University of California, Irvine. The dataset contains count of public bikes rented at each hour in Seoul Bike sharing System with the corresponding Weather data and Holidays information.
Deep Learning Different types of Attention Mechanism This article at OpenGenus aims to explore and walk you through the main types of Attention Mechanism models and the main approaches to Attention.
Python Different ways to implement Softmax in Python It is first important to understand what the Softmax function is and what is it used for. Softmax is an important function within neural networks in Machine Learning. A neural network is essentially a method within Deep Learning that acts like a human brain.
Python Language Translation in Python In this article at OpenGenus, we will be talking about how I create a language translation program using the python 3 programming language. This program is able to translate user input from english to arabic.
Ruby Programming Implement graph in Ruby [adjacency list and matrix] In this article at OpenGenus, we are going to be talking about the graph data structure and how it is used with the programming language of Ruby.
Linux Why is #! the first line in shell scripting ? When the first line starts with #!, the kernel scans the rest of the line for full pathname of the interpreter to run the program.
Machine Learning (ML) Implement One-hot encoded array in Python In this article at OpenGenus, we will learn to implement one-hot encoded array in Python Programming Language using Numpy, Scikit-Learn, Pandas, Keras, TensorFlow and Built-in Python methods.