×
Home Discussions Write at Opengenus IQ
×
  • About
  • Track your progress
  • Deep Learning Projects
  • Python Projects
  • Join our Internship 🎓
  • RANDOM
  • 100+ Graph Algorithms
  • 100+ DP Problems
  • 50+ Linked List Problems
  • 50+ Array Problems
  • One Liner
  • 50+ Binary Tree problems
  • Home
  • Rust Projects
Benjamin QoChuk, PhD

Benjamin QoChuk, PhD

Benjamin QoChuk is a Computer Science Researcher, Inventor and Author. His educational background include Bachelors at Vanderbilt University and PhD in Computer Science at Peking University.

Nashville, Tennessee, USA •
224 posts •
Natural Language Processing (NLP)

Kneser-Ney Smoothing / Absolute discounting

In this article, we will discuss the process of Kneser-Ney Smoothing and Absolute Discounting, its implementation, pros and cons, use cases, and real-time applications etc.

Nithish Singh Nithish Singh
Deep Learning

Problems in Deep Learning (DL)

Today, we will be discussing the challenges faced by developers while working with deep learning models. Despite the impressive capabilities of deep learning models, there are various challenges that developers face while building and deploying them.

Abhijeet Saroha Abhijeet Saroha
C++

Calendar in C++

We are going to discuss how we can make a Gregorian calendar of a specific year using C++. It's also known as new style calendar.

Aswin Shailajan
JavaScript

Stopwatch application in HTML/ JavaScript

In this article, we will create a stopwatch/ countdown timer using JavaScript. Basically what we need is a HTML CSS and JavaScript file. The Stopwatch uses three buttons which are Start, Pause and Reset.

Oluwafunsho Anthony Oluwafunsho Anthony
JavaScript

Text Editor in JavaScript

In this article, we have implemented a complete text editor with multiple formatting features in HTML, CSS and JavaScript. This is a strong project for Web Developer Portfolio.

Oluwafunsho Anthony Oluwafunsho Anthony
C Programming

CPU operation of cast in C [zero and sign-extended]

In this article, we will understand how casting operates on the CPU level in C Programming Language along with the concept of zero-extension and sign-extension. This is a core concept in C Programming and Embedded Programming.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
recursion

Static and Global Variables in Recursion

In this article, we are going to see how recursion uses Static and Global Variables with the help of examples.

Harshit Raj
Culture

S. P. Sundaram [Indian Mathematician]

S. P. Sundaram was an Indian Mathematician during the early twentieth century and originated from Sathyamangalam in Tamil Nadu. He is best known for Sieve of Sundaram, an algorithm for finding Primes.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Culture

Mass Tech Layoff in 2023: How to stay safe?

Over 120,000 employees were dismissed from their job in 2022 from large technology corporations like Google, Amazon, Meta (Facebook), Microsoft, Netflix and major startups. In 2023, it is estimated another 190,000 employees will lose their job due to this trend of mass layoff.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
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.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
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.

OpenGenus Foundation OpenGenus Foundation
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.

CHERIFI Imane
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.

Geoffrey Ziskovin Geoffrey Ziskovin
Python

[FIXED] RuntimeError: module compiled against api version 0x10 but this version of numpy is 0xe

With this article, you will be able to understand the error message "RuntimeError: module compiled against api version 0x10 but this version of numpy is 0xe" and fix it using two tested methods.

OpenGenus Foundation OpenGenus Foundation
Python

56 Python Projects for Beginners [2023] [with source code]

In this article, we have listed Python Projects you must do as a Beginner which when added to your portfolio will give a good initial career boost and may help you land your first Internship.

Geoffrey Ziskovin Geoffrey Ziskovin
Deep Learning

109 Deep Learning projects [with source code]

In this article, we have listed 109 Deep Learning projects that will help you boost your Portfolio. We have provided resources to explore the project ideas further along with source code. You can do this as a part of your College Project (B.Sc, M.Sc and even PhD) or take it up for your portfolio.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Software Engineering

[SOLVED] failed to solve with frontend dockerfile.v0

In this article, we have explored the reason behind the error "failed to solve with frontend dockerfile.v0" and presented multiple ways (5) to fix it. This error is related to Buildkit and LLB component of Docker.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Machine Learning (ML)

Self-Supervised Learning [Explained]

For these reasons, it is impossible to further advance the deep learning field by only relying on supervised learning paradigms. We need intelligent systems that can generalize well without the need for labeled datasets, so how are researches evolving toward this goal?

CHERIFI Imane
Culture

Luca Daniel

Luca Daniel is a Professor of Electrical Engineering and Computer Science at MIT, USA and is a leading researcher in the field of Electronic Systems. He is an IEEE Fellow. He is known for receiving 13 Conference Best Paper awards and his work on Robustness of Neural Networks.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Culture

Ketevan Tsimakuridze

Ketevan Tsimakuridze is a rising Competitive Programmer from Europe and is known widely for winning Silver Medal at International Olympiad of Informatics (IOI) 2022 (World Ran: 85) and 2 times Bronze Medal in The Asia-Pacific Informatics Olympiad (APIO) 2021 and 2022.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Culture

Patent story: Google is not owner of PageRank patent?

Very few people know that PageRank algorithm which is the first algorithm to be used by Google Search Engine was a USPTO patented algorithm and the patent rights expired only in 2019. The twist is Google was not the owner of PageRank patent.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
C++

[Fixed] fatal error: bits/c++config.h: No such file or directory

In this article, we have explored the reason behind the C++ compilation error "fatal error: bits/c++config.h: No such file or directory" and presented the fix for resolving the error.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
HTML

Types of HTML file extensions

There are 4 different types of HTML file extensions and the extension denote a specific feature enabled in the HTML web page. In this article, we have explored all different types of HTML file extensions in depth.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
git

Git delete master branch

In this article, we have presented the technical details why deleting a master branch is not straight-forward and presented the commands to delete the master branch of any Git repository (local or remote) and also, covered the case when the repository is hosted at GitHub, GitLab or BitBucket.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
git

Git delete remote branch [2 methods]

In this article, we have explored 2 different ways to delete a remote branch in Git repository.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
OpenGenus IQ © 2023 All rights reserved â„¢ [email: team@opengenus.org]
Top Posts LinkedIn Twitter