Python List of keywords in Python Python keywords are unique reserved words with specific meanings and use that can only be used for those specified purposes. You will never have to import these keywords into your code since they are always available.
Culture IISc Interview experience for CDS (Computational Data Science) PhD and M.Tech (Research) In this article, we have presented the IISc Interview experience for CDS (Computational Data Science) PhD and M.Tech (Research). We have added the actual questions asked in the Interview so that you can prepare well.
C++ C++ program to print Rhombus Pattern In this article at OpenGenus, we will learn to print Rhombus pattern in C++ language. We will go with two types of Rhombus patterns that is solid Rhombus and hollow Rhombus.
UX Design Weber's Law of Just Noticeable Differences Weber's Law of Just Noticeable Differences (JND) is a fundamental psychological principle that describes how humans detect differences in the strength of sensory stimuli.
Ruby Programming Sorting in Ruby In this article at OpenGenus, we have explained different ways of Sorting in Ruby Programming Language. This include sorting an array or hash using in-build method, sorting custom objects and implementing custom sorting algorithms like Selection Sort.
Machine Learning (ML) Regression toward the Mean The goal of this article at OpenGenus is to provide a comprehensive understanding of Regression toward the mean, its applications, potential confounding factors, and how to account for it in experimental designs and machine learning models.
Deep Learning Advantages of CNN and DCNN In this article at OpenGenus, this topic will delve into the various advantages of CNN and DCNN in detail, and explain how these architectures have revolutionized computer vision applications.
Research Papers Attention Is All You Need: Paper Summary and Insights In 2017, Vaswani et al. published a groundbreaking paper titled "Attention Is All You Need" at the Neural Information Processing Systems (NeurIPS) conference. This article at OpenGenus summarizes this paper and present the key insights.
Database Management System (DBMS) SQLite - Designing Database This article at OpenGenus outlines the process of developing a database utilizing an external file, while also showcasing the tables' data structure and type. It is intended to provide a clear and concise approach to database design.
Java Convert String to char array in Java [3 methods] In this article at OpenGenus, we will see 3 different ways to convert a String to Char Array in Java Programming Language.
System Design System Design/Architecture of Airbnb In this article at OpenGenus, we will try to understand the basics of system design and architecture of a hotel renting platform namely Airbnb and do a high level design of Airbnb.
C++ Adjacency list and matrix in C++ In this article, we will take a look at the concept of Adjacency list and Adjacency matrix and how to implement both data structures in C++ Programming Language.
data mining Forecasting flight delays [Data Mining Project] The goal of this project at OpenGenus is to use historical data to create a forecasting model for flight delays.
UX Design Peak-End Rule In UX Design In this article at OpenGenus, We will look at how a psychological heuristic can affect the way we do things that is Peak End Rule and also aid in UX Designing.
Machine Learning (ML) Law of Averages In this article at OpenGenus, we will explore the Law of Averages in Machine Learning.
System Design System Design of Meeting Scheduler In this article at OpenGenus, we are going to discuss some key points of the functional requirements, non-functional requirements and many more technical aspects for the System Design of meeting schedule.
JavaScript 31 Node.js Projects [with source code] In this article at OpenGenus, we have listed 31 core projects that should be implemented in Node.JS and will be a strong addition to the portfolio of the JavaScript developer.
Java Linear Search in Java [both Array + Linked List] In this article at OpenGenus, we will be implementing linear search algorithm for both arrays and linked list in Java.
Linux 3 Easy steps to Install Postman in Kali Linux In this article at OpenGenus, we have covered the installation and setup of Postman in your Kali Linux environment.
The role of drones in logistics and transportation In recent years, drones have emerged as a disruptive technology in the logistics and transportation industries. This article at OpenGenus will look at the function of drones in logistics and transportation, as well as their impact on the sector.
cyber security The impact of cybersecurity threats on the healthcare industry In recent years, cybersecurity attacks have become more prominent, affecting a wide range of businesses, including healthcare. The impact of cybersecurity risks on the healthcare business will be discussed in this article at OpenGenus.
Python Virtual Environment Managers: An Overview of Conda Conda is an Anaconda (a comprehensive data science and machine learning platform) distributed cross-platform, open-source package and environment management system primarily used in Python software development.
Node.JS Image recognition web app using Express JS In this article at OpenGenus, we will explore how to make image recognition with ExpressJS, a popular Node.js web framework.
Deep Learning GPT-2 vs GPT-3 vs GPT-3.5 vs GPT-4: A Comprehensive Comparison of OpenAI LLMs In this article at OpenGenus, we will provide a comprehensive comparison of the GPT models, highlighting the differences between GPT-2, GPT-3, GPT-3.5, and what we know so far about GPT-4.
Deep Learning ERNIE 3.0 TITAN LLM Pre-trained language models such as ERNIE, GPT, BERT have revolutionized the field of Natural Language Processing (NLP) by improving language generation, analysis and understanding. This article aims to provide you an overview of Baidu's ERNIE 3.0 TITAN LLM and briefly explore its architecture.