Richard Djarbeng's Technical Posts
(135) Posts
Kaggle competitions: Gateway to Data Science Success
Imagine a place where data scientists from around the world gather to solve real-world problems, compete for substantial prizes, and build their careers. That’s Kaggle competitions in a nutshell -...
Revolutionizing Healthcare in Developing Nations Through Data
Jeremy Howard, a prominent figure in artificial intelligence and healthcare innovation, highlights a critical issue in global healthcare: developing nations have less than 10% of the medical experts they need....
Discover Graduate Programs at Carnegie Mellon University Africa
Carnegie Mellon University Africa (CMU-Africa), located in Rwanda, offers three master’s programs designed to equip students with the skills needed to address global challenges in technology and engineering. These programs—Master...
Answer.AI Launches: A New Chapter in Practical AI Development
A groundbreaking AI venture has emerged with the launch of Answer.AI, a novel R&D laboratory founded by Jeremy Howard and Eric Ries with $10 million in funding from Decibel VC....
SAMURAI: Advancing Zero-Shot Visual Tracking with Motion-Aware Memory
A new paper, titled “SAMURAI: Adapting Segment Anything Model for Zero-Shot Visual Tracking with Motion-Aware Memory”, introduces an enhancement to visual object tracking building upon Segment Anything Model 2 (SAM...
Machine Learning Specialization by Andrew Ng and DeepLearning.AI
The Machine Learning Specialization, created by Andrew Ng and DeepLearning.AI, is a revamped and modernized version of the original Stanford Machine Learning course, one of the most popular and foundational...
Is There a Process to Build an Application?
Generally, it is a good idea to break down the steps you need and then test each one before moving to the next. However, the particular process to follow will...
How to Fix ERR_NAME_NOT_RESOLVED and DNS_PROBE_FINISHED_BAD_CONFIG Errors in Google Chrome due to DNS
If you’re encountering the ERR_NAME_NOT_RESOLVED or DNS_PROBE_FINISHED_BAD_CONFIG errors in Google Chrome, these are typically caused by issues with your DNS (Domain Name System) server. Is this really a DNS error?...
Understanding the Air Quality Index (AQI)
The Air Quality Index (AQI) is a vital tool developed by the U.S. Environmental Protection Agency (EPA) to communicate outdoor air quality and its potential health impacts. This index provides...
How Google forecasts Weather and Air Quality Data
Google’s weather forecasts are created using an internal forecasting system that combines weather models and observations from various global weather agencies. The primary data sources for Google’s weather forecasting include:...
Understanding Gradients with loss.backward() in PyTorch
In this post, let us take a closer look at how gradients are calculated in PyTorch, particularly focusing on the interaction between the loss.backward() function and a variable’s .grad attribute....
What is arXiv?
arXiv (pronounced “archive”) is a pioneering open-access repository where researchers can upload preprints of their scientific papers before formal peer review. Launched in 1991, it revolutionized the way academic papers...