×
Home Discussions Write at Opengenus IQ
×

Search anything:

  • DSA Cheatsheet
  • HOME
  • Track your progress
  • Deep Learning (FREE)
  • Join our Internship 🎓
  • RANDOM
  • One Liner

OpenGenus IQ, an open-source Computer Science Publication House, is driven by 2500+ BSc/MSc/PhD holders globally, exploring Algorithms, Deep Learning, System Design, and more since 2017.

TensorFlow

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 AVX512 VNNI FMA [Solved]

In this article, we have understood the reason behind the warning "TensorFlow binary was not compiled to use: AVX AVX2 AVX512 VNNI FMA" and presented 3 fixes using which the warning will not come.

Geoffrey Ziskovin Geoffrey Ziskovin
Graph Algorithms

Entropy of Graph

In graph theory, entropy is the index for describing the structure and function of a network. Entropy is related to amount of information stored in a graph. This is used in field of computer science to check compression of data as compressed data is more random and hence has higher entropy.

Harsh Dawar
Machine Learning (ML)

Super Resolution GAN: SRGAN

Super Resolution GAN (SRGAN) is generative adversarial network that can generate high resolution images from low resolution images using perceptual loss function that is made of the adversarial loss as well as the content loss.

Anubhav Tewari
DevOps

Benefits of using Kubernetes

I have learned that you can never underestimate the importance of good tools. And when it comes to container orchestration, there is no better tool than Kubernetes. Here are some of the benefits of using Kubernetes.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
C++

Undefined reference to std::cout [FIXED]

In this article, we have present the reason behind the error "Undefined reference to std::cout" and different approaches to fix this error.

Geoffrey Ziskovin Geoffrey Ziskovin
Algorithms

Geometric Hashing

Geometric hashing is a computer vision technique used to detect geometric features in images and matching them to a database with such features. What makes geometric hashing stand out is that it can detect overlapping objects.

Cara Roño Cara Roño
Software Engineering

Interview Questions on MatLab

In this article, we have presented the most important Interview Questions on MatLab along with detailed answers.

B E Pranav Kumaar B E Pranav Kumaar
Software Engineering

How did Netflix become so good at DevOps by not prioritizing it?

Isn't it bizarre that Netflix became good at DevOps by not prioritizing it? It's like saying that Michael Jordan became a great basketball player by not shooting hoops. But that's the truth.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Python

Setting up Django for Python with a virtual environment

In this article, we have demonstrated how to create a virtual environment and then, setup a basic Django project within it.

Gehna Jain
C++

Optimized Input Output I/O in C++

In this article, we have presented how to optimize input and output I/O in C++. This is critical as input and output consume the majority of the execution time and is critical in time critical applications and in competitive programming contests.

Geoffrey Ziskovin Geoffrey Ziskovin
JavaScript

Chrome Extensions Interview Questions

In this article, we have presented Chrome Extensions Interview Questions along with detailed answers.

Kirabo Ibrahim Kirabo Ibrahim
Machine Learning (ML)

Interview Questions on Autoencoders

In this article, we have presented most important Interview Questions on Autoencoders.

Saroj Mali
Natural Language Processing (NLP)

NLP Project: Compare Text Summarization Models

In this article, we will go over the basics of Text Summarization, the different approaches to generating automatic summaries, some of the real world applications of Text Summarization, and finally, we will compare various Text Summarization models with the help of ROUGE.

Agastya Gummaraju
Python

Memory allocation in Python

In this article, we have covered Memory allocation in Python in depth along with types of allocated memory, memory issues, garbage collection and others.

Kirabo Ibrahim Kirabo Ibrahim
Linux

Build and Install GDB from source

In this article, we have explored how to build and install GDB from source code and release package. The source code comes along with binutils while the release package has only GDB.

Geoffrey Ziskovin Geoffrey Ziskovin
System Design

What is Pub/Sub messaging?

Pub/sub is a service-oriented asynchronous messaging pattern. It allows for loose coupling between applications and components. Meaning that one application can publish a message without knowing who is subscribed to that message or even if anyone is subscribed to it.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Linux

What is Binutils?

Binutils stand for "Binary Utilities" in Linux/ UNIX variants. It is a collection of different tools such as ld, ar, gold and much more. Binutils is a project of GNU funded by Free Software Foundation (FSF).

OpenGenus Tech Review Team OpenGenus Tech Review Team
Linux

Build and Install binutils from source

In this article, we have explored the steps to build Binutils from source code. With this, you can install any version of binutils and even try custom changes.

OpenGenus Tech Review Team OpenGenus Tech Review Team
Linux

Check binutils version

In this article, we will check different commands using which you can get the binutils version installed in your system. Binutils comes with GCC but if you have upgraded GCC by building from source, binutils might not get updated and can result in errors.

OpenGenus Tech Review Team OpenGenus Tech Review Team
List of Interview Questions

Interview Questions on Design Pattern

Design patterns can speed up the development process by providing tested, proven development paradigms. This makes it a very in demand knowledge in the tech industry. This article contains top interview questions on Design Pattern.

Astha Jain Astha Jain
Culture

Hacktoberfest 2022

Hacktoberfest 2022 is scheduled to be held from 1st October 2022 to 31st October 2022. Hacktoberfest is the biggest open-source one-month long event that is sponsored by DigitalOcean.

OpenGenus Tech Review Team OpenGenus Tech Review Team
Culture

Decoy and Psychological effect in iPhone 14 pricing

This pricing strategy of iPhone14 is using 2 principal strategies: the decoy effect + Psychological Pricing of cheap economical deal.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
DevOps

Developer to DevOps engineer ratio

The most optimal Developer to DevOps engineer ratio is 5:1. In most large software organizations like Google, Developer to DevOps engineer ratio is 6:1 while in large start-ups, the ratio can be as worse as 15:1.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
C++

Optimize C++ Code [30 techniques]

In this article, we have presented over 30 techniques which you can use to optimize your C++ code to make it perform optimally and pass time restrictions in Competitive Contests.

Geoffrey Ziskovin Geoffrey Ziskovin
C++

Set array to 0 in C++ [5 methods]

In this article, we have presented different ways using which one can set all elements in an array to 0 in C++. We have presented an assembly level approach (advanced) as well.

Geoffrey Ziskovin Geoffrey Ziskovin
OpenGenus IQ © 2025 All rights reserved â„¢ [email: team@opengenus.org]
Top Posts LinkedIn Twitter