Stack Stack Data Structure in JavaScript In this article at OpenGenus, we will explore the stack data structure in JavaScript, understand its underlying principles, and learn how to implement and utilize stacks effectively.
Deep Learning Squeeze and Excitation (SE) Block The SE block focuses specifically on improving the channel relationship. It introduces a mechanism to capture and emphasize important channel-wise information, enabling CNNs to better discriminate and learn relevant features.
Deep Learning Use of Deep Learning for VR/AR In recent years, deep learning has begun to be used in VR/AR applications. This is because deep learning can be used to improve the realism, interaction, and immersion of VR/AR experiences.
quick sort Quick Sort in Python using OOP In this article at OpenGenus, we will explore the implementation of Quick Sort in Python using the principles of Object-Oriented Programming (OOP). By utilizing classes and objects, we'll implement the Quick Sort algorithm to efficiently sort arrays or lists of elements.
Technology Company - Careers IBM Technical Hierarchy: Job levels at IBM In this article at OpenGenus, we have listed the different job levels and grades at IBM (IBM Hierarchy/ technical ladder) along with average salary range at USA and India offices and average experience. Based on this information, plan your career at IBM.
CSS 3 CSS levels CSS, short for Cascading Style Sheets, is utilized to apply styles to web pages that include HTML components. It manages various attributes of web page elements, such as the background color, font size, font family, and color.
Python Selection Sort in Python using OOP concepts [Iterative + Recursive] To implement selection sort in Python using an object-oriented approach, we can create a class called SelectionSort that encapsulates the functionality of the sorting algorithm.
Deep Learning Understanding Label Smoothing In the realm of deep learning, label smoothing has emerged as a powerful technique for improving the generalization and robustness of neural network models.
Java Hash Map in Java using OOP concepts and Generics In this article at OpenGenus, we will implement Hash Map in Java using OOP concepts and Generics.
JavaScript Queue Data Structure in JavaScript [with OOP] In this article at OpenGenus, we will delve into the queue data structure in JavaScript, understand its underlying principles, and learn how to implement and utilize queues effectively.
Python Merge Sort in Python [with OOP, Iterative + Recursive] This article at OpenGenus will provide you with the information and tools you need to utilize the power of merge sort in Python, whether you are a novice looking for an introduction to sorting algorithms or an experienced programmer looking to improve your grasp of merge sort.
C++ Spell Checker Console Application in C++ [Project] In this article at OpenGenus, we will cover how to create a spell checker application using C++ programming language.
Deep Learning 8 Use-cases of Deep Learning for Games Deep learning has emerged as a transformative force across various industries, and game development is reaping the benefits of this cutting-edge technology.
Reinforcement Learning (RL) Play Mario Game with AI [Reinforcement Learning Project] In this project at OpenGenus, we have demonstrated how to play Mario Game using Reinforcement Learning.
Machine Learning (ML) Vehicle Insurance Sales [ML Project] The research question is what factors influence different types of people to buy auto insurances from a specific company. In this project at OpenGenus, we answer this.
Java Stack in Java using OOP concepts + Generics In this article at OpenGenus, we will explore how to implement a stack using array in Java using OOP concepts and Generics.
C++ Heap in C++ using OOP and Template In this article at OpenGenus, we will explore how to implement the heap data structure in C++ using principles of object-oriented programming (OOP) and templates.
Deep Learning 22 Deep Learning use-cases in Transportation In this article at OpenGenus, we will explore some of the uses of deep learning in modern day transportation and transport systems, and how it has improved the methods of transport we prefer today.
Algorithms 27 Algorithm and Data Structure Project Ideas In this article at OpenGenus, we will list important and unique project ideas that have algorithmic approaches behind them.
C++ Multilevel inheritance in C++ Multilevel inheritance is a form of inheritance where a base or child class has multiple parent classes and can be extended to any level.
Natural Language Processing (NLP) Linguistic Data Mining and Corpus Linguistics Linguistic Data Mining and Corpus Linguistics are two interrelated fields of computational linguistics that have gained significant attention in recent years. The article provides an overview of the key concepts and methods used in both, pros and cons and future prospects.
JavaScript 30 JavaScript Project Ideas In this article at OpenGenus, we will go through 30 project ideas you can build with JavaScript to master the Programming language.
C++ Hash Map in C++ using OOP and Template In this article at OpenGenus, we will review the fundamental concepts of a hash map, how to implement them in C++ using OOP concepts and Template, and useful applications.
System Design Data Lake In this article at OpenGenus, we will learn about the concept of Data Lake. A data lake is a centralized storage repository that holds big data from many sources in different formats.
Deep Learning Global Temperature Change Prediction using ML and DL This article at OpenGenus explores how ML and DL can be effectively utilized for global temperature change prediction.