Posts Tagged with: Machine Learning

YOLO: Evolution, Applications, and Current Trends in Object Detection

YOLO: Evolution, Applications, and Current Trends in Object Detection

YOLO (You Only Look Once) has transformed from a groundbreaking concept to an industry standard in object detection since its inception in 2015. Initially developed by Joseph Redmon and Ali...

Machine Learning Specialization by Andrew Ng and DeepLearning.AI

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

How Google forecasts Weather and Air Quality Data

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

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

Zindi -Ghana Crop Disease Detection Challenge

Zindi -Ghana Crop Disease Detection Challenge

Zindi, in partnership with GIZ, Digital Transformation Centre Ghana, Fairforward, and the Responsible AI Lab, has launched the Ghana Crop Disease Detection Challenge. This challenge focuses on building machine learning...

Lex Fridman and Andrew Ng on Deep learning - Lex Podcast

Lex Fridman and Andrew Ng on Deep learning - Lex Podcast

Join Lex Fridman and Andrew Ng as they delve into the exciting world of deep learning in this podcast episode. These AI legends share valuable insights on not just deep...

Learn to Build Computer Vision Models with Roboflow

Learn to Build Computer Vision Models with Roboflow

Are you looking to learn how to build a computer vision model? High-quality computer vision tutorials can be found on GitHub, thanks to Piotr Skalski and the Roboflow team.

How AI Could Empower Any Business - Andrew Ng

How AI Could Empower Any Business - Andrew Ng

In this TED talk by Andrew Ng, co-founder of Google Brain and deeplearning.ai, he believes that artificial intelligence (AI) systems should be more widely available and accessible, so that even...

Introducing fastai-Practical deep learning without a PhD

Introducing fastai-Practical deep learning without a PhD

In case you ever have to do Deep learning or interested in building applications with neural networks in a hands-on way you can check out fastai by Jeremy Howard.